diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-16 13:56:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-16 13:56:19 +0900 |
| commit | e88d1382b5ae2ded33a59168db8c54980a160b99 (patch) | |
| tree | 1127ba100d8806c7d89820e3589d535a8b458c5c /ar/.local | |
| parent | 09109f9ec6306724cadc4681385f182b324cdf4d (diff) | |
modified statusbar/sb-disk, modified statusbar/sb-repos
Diffstat (limited to 'ar/.local')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-disk | 4 | ||||
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-repos | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ar/.local/bin/statusbar/sb-disk b/ar/.local/bin/statusbar/sb-disk index 3c92f00..9871872 100755 --- a/ar/.local/bin/statusbar/sb-disk +++ b/ar/.local/bin/statusbar/sb-disk @@ -8,8 +8,8 @@ location=${1:-/} [ -d "$location" ] || exit case "$location" in -"/home"*) icon="🏠" ;; -"/mnt"*) icon="💾" ;; +"/home"*) icon="💾" ;; +"/mnt"*) icon="" ;; *) icon="💻" ;; esac diff --git a/ar/.local/bin/statusbar/sb-repos b/ar/.local/bin/statusbar/sb-repos index 4e7f185..f2ec6f5 100755 --- a/ar/.local/bin/statusbar/sb-repos +++ b/ar/.local/bin/statusbar/sb-repos @@ -9,7 +9,7 @@ public_repos="${XDG_PUBLICSHARE_DIR:-${HOME}/Public}/repos" # Icon indicators dotfiles_icon="⚙" suckless_icon="🛠" -private_icon="🏘" +private_icon="🏠" public_icon="🏢" # Function to parse Git status and format symbols |
