Add du utility
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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
|
||||
|
||||
# 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
|
||||
cd $HOME
|
||||
|
||||
Reference in New Issue
Block a user