diff --git a/waybar/config b/waybar/config index d5d2e45..e861576 100644 --- a/waybar/config +++ b/waybar/config @@ -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" } } diff --git a/waybar/style.css b/waybar/style.css index ae2f4af..ce2a70f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -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; }