This commit is contained in:
Agnosto Dvonik 2023-07-07 11:55:00 -04:00
parent 43242890e1
commit 2cdfb2f403
2 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,6 @@ chkinet() {
} }
while true; do 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 sleep $sleep
done done

View File

@ -19,7 +19,7 @@ feh --no-fehbg --bg-fill "$walldir/catswall.png" &
xidle -program "/usr/sbin/zzz" -timeout 590 & xidle -program "/usr/sbin/zzz" -timeout 590 &
"$HOME/.local/bin/bar" |\ "$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 # in the case japanese is required
# ibus-daemon -x & # ibus-daemon -x &