From 2cb639b95fc4d7834a092adf37c9ebec90fe7193 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 29 Sep 2023 10:36:21 -0400 Subject: update sway and waybar configuration, hanve around guix packages --- home-config/waybar/config | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'home-config/waybar/config') 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" } } -- cgit v1.2.3-freya