Waybar config updates
This commit is contained in:
parent
0f1619019d
commit
0be7c4f69e
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"height": 30,
|
||||
"height": 36,
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode",
|
||||
|
@ -19,6 +19,7 @@
|
|||
"custom/vpn": {
|
||||
"format": " {} ",
|
||||
"exec": "vpn-status",
|
||||
"on-click": "vpn-toggle",
|
||||
"interval": 1
|
||||
},
|
||||
"custom/pacman": {
|
||||
|
@ -85,7 +86,7 @@
|
|||
"format-source": "",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"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-radius: 0;
|
||||
/* `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;
|
||||
color: #ffffff;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue