Waybar config updates
This commit is contained in:
parent
0f1619019d
commit
0be7c4f69e
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"height": 30,
|
"height": 36,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"sway/workspaces",
|
||||||
"sway/mode",
|
"sway/mode",
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
"custom/vpn": {
|
"custom/vpn": {
|
||||||
"format": " {} ",
|
"format": " {} ",
|
||||||
"exec": "vpn-status",
|
"exec": "vpn-status",
|
||||||
|
"on-click": "vpn-toggle",
|
||||||
"interval": 1
|
"interval": 1
|
||||||
},
|
},
|
||||||
"custom/pacman": {
|
"custom/pacman": {
|
||||||
|
@ -85,7 +86,7 @@
|
||||||
"format-source": "",
|
"format-source": "",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
"phone": "",
|
||||||
|
@ -97,6 +98,7 @@
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"on-click-right": "pavucontrol"
|
"on-click-right": "pavucontrol",
|
||||||
|
"on-click-middle": "audio-out -t"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
font-family: Lato, "Font Awesome 6 Free", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
color: #ffffff;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue