feat: cleanup bindings, add disk module, tmux alias
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user