1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

cleaning up statusbar scripts

This commit is contained in:
TiynGER
2020-03-28 13:11:45 +01:00
parent 8c94372d1c
commit bb7b29523e
9 changed files with 2 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
status() { \
echo "$(volume) | $(internet) | $(clock)"
echo "$(memory) | $(cpu) | $(disk /) | $(volume) | $(battery BAT0) | $(internet) | $(clock)"
}
while :; do
xsetroot -name "$(status | tr '\n' ' ')"