feat: cleanup bindings, add disk module, tmux alias

This commit is contained in:
2025-06-21 15:59:47 -07:00
parent d76a581761
commit 62a2897cc5
5 changed files with 49 additions and 44 deletions

View File

@@ -14,11 +14,18 @@
"network",
"cpu",
"memory",
"disk",
"battery",
"clock",
"tray",
],
// Modules configuration
"disk": {
"interval": 30,
"path": "/",
"format": "{specific_free:0.2f}GiB",
"unit": "GiB",
},
"keyboard-state": {
"numlock": true,
"capslock": true,

View File

@@ -230,6 +230,13 @@ window#waybar.chromium {
color: @fg-color;
}
#disk {
padding: 0 5px;
margin: 0 4px;
background-color: @bg-color-5;
color: @fg-color;
}
#mpd {
padding: 0 10px;
margin: 0 4px;