diff options
| author | Andrew <saintruler@gmail.com> | 2020-08-26 04:59:24 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-08-26 04:59:24 +0400 |
| commit | 70825f19ff5c8bd78780265ece1fc2c00a026f84 (patch) | |
| tree | ca06eb21b52147f7ba6751e106c8c3648232a3c0 /.local/bin/statusbar/pacpackages | |
| parent | 75d736925fac9ab42c6015f2930a82c2eeee3235 (diff) | |
Changed icons in status bar scripts and added tmux to autostart in tty/terminal
Diffstat (limited to '.local/bin/statusbar/pacpackages')
| -rwxr-xr-x | .local/bin/statusbar/pacpackages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/pacpackages b/.local/bin/statusbar/pacpackages index 2fafe61..3d760e9 100755 --- a/.local/bin/statusbar/pacpackages +++ b/.local/bin/statusbar/pacpackages @@ -6,5 +6,5 @@ esac pacmancnt=$(pacman -Qu | grep -Fcv "[ignored]") aurcnt=$(yay -Qau | grep -Fcv "[ignored]") -echo "$pacmancnt/$aurcnt" | sed "s/^/📦/g" +echo "$pacmancnt+$aurcnt" | sed "s/^/ /g" |