From 2cdfb2f4030769192e23a4b494545a51b22f8972 Mon Sep 17 00:00:00 2001 From: Agnosto Dvonik Date: Fri, 7 Jul 2023 11:55:00 -0400 Subject: [PATCH] bump --- .local/bin/bar | 2 +- .xsession | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 &