diff options
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 6d5903b..a0f95ba 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -16,7 +16,9 @@ "modules-right": [ "custom/rec-status", "custom/swaykbd", + "custom/ds4battery", "backlight", + "custom/pac-status", "custom/vpn-status", "network", "battery#bat0", @@ -174,11 +176,22 @@ "interval": "once", "exec": "barvpnstatus" }, + "custom/pac-status": { + "format": "<span color=\"#5b8277\"></span> {}", + "signal": 7, + "interval": "once", + "exec": "barpacstatus" + }, "custom/weather": { "format": "{}", "interval": 180, "exec": "barweather" }, + "custom/ds4battery": { + "format": "🎮 {}", + "interval": 180, + "exec": "bards4battery" + }, "custom/swaykbd": { "format": "{}", "exec": "swaykbd", |