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