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 color=282a36 f8f8f2
[colors] [colors]
alpha=0.9 alpha=0.95
foreground=f8f8f2 foreground=f8f8f2
background=282a36 background=282a36
regular0=000000 # black regular0=000000 # black

View File

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

View File

@@ -21,7 +21,8 @@ paru -Sy sway swaybg swaylock waybar wofi foot grim slurp wl-clipboard
paru -Sy signal-desktop gnome-calendar gnome-podcasts brave-bin paru -Sy signal-desktop gnome-calendar gnome-podcasts brave-bin
# Install CLI Apps # Install CLI Apps
paru -Sy toipe bottom w3m newsboat iamb tmux ollama vim transmission-cli mutt pass paru -Sy gdu toipe bottom w3m newsboat iamb tmux ollama vim transmission-cli mutt pass
if [ $(pwd) != "$HOME/dotfiles" ]; then if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME cd $HOME