summaryrefslogtreecommitdiff
path: root/home-config/waybar/config
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-29 10:36:21 -0400
commit2cb639b95fc4d7834a092adf37c9ebec90fe7193 (patch)
tree71785091dbd341919dda5832a2ccceb0601185b6 /home-config/waybar/config
parentupdate configs and virt packages (diff)
downloaddotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.gz
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.tar.bz2
dotfiles-guix-2cb639b95fc4d7834a092adf37c9ebec90fe7193.zip
update sway and waybar configuration, hanve around guix packages
Diffstat (limited to 'home-config/waybar/config')
-rw-r--r--home-config/waybar/config18
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"
}
}