From cbfd974f652a12c601a95ea6d364549f45cb87e3 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 6 Apr 2020 02:30:09 +0300 Subject: improved script for pacman package download cron job; waybar improvements --- dotfiles/.config/waybar/config | 13 +++++++++++++ dotfiles/.config/waybar/style.css | 2 ++ 2 files changed, 15 insertions(+) (limited to 'dotfiles/.config/waybar') 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": " {}", + "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", diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index e066c6a..ce29c25 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -62,8 +62,10 @@ window#waybar { #pulseaudio, #temperature, #custom-weather, +#custom-ds4battery, #custom-rec-status, #custom-vpn-status, +#custom-pac-status, #custom-swaykbd { padding: 0 6px; } -- cgit v1.2.3