diff --git a/.local/bin/bar b/.local/bin/bar index f9d1750..b865768 100755 --- a/.local/bin/bar +++ b/.local/bin/bar @@ -36,6 +36,6 @@ chkinet() { } while true; do - echo "%{r}$USER@$(hostname) - $(date "+%Y-%m-%d - %H:%M") - $(chkinet) - $(used) - $(batt) " + echo "%{c}$USER@$(hostname) - $(date "+%Y-%m-%d - %H:%M") - $(chkinet) - $(used) - $(batt) " sleep $sleep done diff --git a/.xsession b/.xsession index 1dead79..ddd2510 100644 --- a/.xsession +++ b/.xsession @@ -19,7 +19,7 @@ feh --no-fehbg --bg-fill "$walldir/catswall.png" & xidle -program "/usr/sbin/zzz" -timeout 590 & "$HOME/.local/bin/bar" |\ -lemonbar-xft -f "GohuFont:size=9" -B "#e8e8d4" -F "#141414" & +lemonbar-xft -f "GohuFont:size=9" -B "#e8e8d4" -F "#141414" -g x30 & # in the case japanese is required # ibus-daemon -x &