1
0
Fork 0

Waybar config updates

This commit is contained in:
Gregory Eremin 2023-02-14 11:01:12 +01:00
parent 0f1619019d
commit 0be7c4f69e
2 changed files with 7 additions and 4 deletions

View File

@ -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"
}
}

View File

@ -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;
}