diff options
Diffstat (limited to '')
-rw-r--r-- | home-config/waybar/config | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/home-config/waybar/config b/home-config/waybar/config index d4b2c7a..a11ec45 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config @@ -7,8 +7,6 @@ ], "modules-center": [], "modules-right": [ - "custom/cmus", - "custom/newsboat", "cpu", "memory", "temperature", @@ -28,22 +26,27 @@ "spacing": 10 }, "clock": { - "format": "{:%Y-%m-%d %a %H:%M}" + "interval": 1, + "format": "{:%Y-%m-%d %a %H:%M:%S}" }, "cpu": { + "interval": 1, "format": " {usage}%", "tooltip": false }, "memory": { + "interval": 1, "format": " {}%", "tooltip": false }, "temperature": { + "interval": 1, "thermal-zone": 1, "critical-threshold": 80, "format": " {temperatureC}°" }, "battery": { + "interval": 1, "states": { "warning": 30, "critical": 15 @@ -73,14 +76,5 @@ "format-disconnected": " disconnected", "max-length": 50, "on-click": "nm-connection-editor", - }, - "custom/cmus": { - "return-type": "json", - "exec": "$HOME/.config/waybar/custom_cmus.lua 2> /dev/null" - }, - "custom/newsboat": { - "format": " {}", - "exec": "$HOME/.config/waybar/custom_newsboat.sh 2> /dev/null", - "on-click": "alacritty -e newsboat -r" } } |