dotfiles

my dotfiles.
Log | Files | Refs | README | LICENSE

commit 469cc6ef45a2355fe85d8977aa6b4ec15f2549ea
parent 754cf876b1a116f69199f032b2bb26f55e4fded6
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Wed,  9 Sep 2020 14:25:07 +0100

minor statusbar changes

Diffstat:
M.local/bin/statusbar.sh | 2+-
M.xinitrc | 2+-
M.xsession | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.local/bin/statusbar.sh b/.local/bin/statusbar.sh @@ -1,3 +1,3 @@ #!/bin/sh -echo "$(internet.sh) | $(battery.sh) | $(clock.sh)" +echo " [$(internet.sh)] [$(battery.sh)] [$(clock.sh)] " diff --git a/.xinitrc b/.xinitrc @@ -38,7 +38,7 @@ picom -b wallpapers.sh ~/wallpapers & while true; do - xsetroot -name " $(statusbar.sh) " + xsetroot -name "$(statusbar.sh)" sleep 5s done & diff --git a/.xsession b/.xsession @@ -4,6 +4,6 @@ picom -b wallpapers.sh ~/wallpapers & while true; do - xsetroot -name " $(statusbar.sh) " + xsetroot -name "$(statusbar.sh)" sleep 5s done &