From 0be7c4f69e7d8252e1a681ec5d6c1cb2c934e1a8 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Tue, 14 Feb 2023 11:01:12 +0100 Subject: [PATCH] Waybar config updates --- waybar/config | 8 +++++--- waybar/style.css | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) 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; }