Add du utility

This commit is contained in:
2024-05-03 23:50:38 +01:00
parent c853d7b743
commit 2718603157
3 changed files with 7 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ style=block
color=282a36 f8f8f2
[colors]
alpha=0.9
alpha=0.95
foreground=f8f8f2
background=282a36
regular0=000000 # black
@@ -204,4 +204,4 @@ primary-paste=BTN_MIDDLE
# select-quote = BTN_LEFT-3
# select-row=BTN_LEFT-4
# vim: ft=dosini
# vim: ft=dosini

View File

@@ -4,9 +4,9 @@
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 5, // Gaps between modules (4px)
"margin-top": 10,
"margin-right": 10,
"margin-left": 10,
"margin-top": 5,
"margin-right": 5,
"margin-left": 5,
"margin-bottom": 0,
// Choose the order of the modules
"modules-left": ["clock", "backlight", "battery", "tray"],