diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 22:01:51 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 22:01:51 -0400 |
| commit | 4814403bbf58794da3349f21e55746e50e68eab4 (patch) | |
| tree | 3bc52b7cd8eefc02d9d74e1442e7a979507b460d /.local/bin/statusbar/statusbarinfo | |
| parent | 3e8f5c1647e15586b7ec09f9c415b3a50f49e6ac (diff) | |
| download | eibhear-4814403bbf58794da3349f21e55746e50e68eab4.tar.gz eibhear-4814403bbf58794da3349f21e55746e50e68eab4.tar.zst eibhear-4814403bbf58794da3349f21e55746e50e68eab4.zip | |
pgrep junk removed and minor script changes
Diffstat (limited to '.local/bin/statusbar/statusbarinfo')
| -rwxr-xr-x | .local/bin/statusbar/statusbarinfo | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.local/bin/statusbar/statusbarinfo b/.local/bin/statusbar/statusbarinfo index ae799e9..2b3e58c 100755 --- a/.local/bin/statusbar/statusbarinfo +++ b/.local/bin/statusbar/statusbarinfo @@ -9,25 +9,24 @@ echo " This is a list of the statusbar modules. -π¦5 pacpackages: updatable packages (must have pacman -Sy run in root cronjob to check). -π° 41 news: unread RSS entries in newsboat. -β 83% βοΈ 69Β° π 80Β° weather: β for precipitation, π and β for daily high and low. -π¬ 20 mailbox: number of unread mail if mutt-wizard is active. -π 62% volume: master sink volume. -π83% battery: π for charging, π for discharging, β‘ for full. -πΆ 80% β internet: πΆ for wifi with % (π‘ if none), π for ethernet. (β if none). +π¦5 \033[31mpacpackages\033[0m: updatable packages (must have pacman -Sy run in root cronjob to check). +π° 41 \033[32mnews\033[0m: unread RSS entries in newsboat. +β 83% βοΈ 69Β° π 80Β° \033[33mweather\033[0m: β for precipitation, π and β for daily high and low. +π¬ 20 \033[34mmailbox\033[0m: number of unread mail if mutt-wizard is active. +π 62% \033[35mvolume\033[0m: master sink volume. +π83% \033[36mbattery\033[0m: π for charging, π for discharging, β‘ for full. +πΆ 80% β \033[37minternet\033[0m: πΆ for wifi with % (π‘ if none), π for ethernet. (β if none). Obviously the time and date are displayed as well. Optional script modules: -Edit ~/.local/src/dwmblocks/config.h to add these or your own if you'd like (and recompile and restart dwmblocks). +Edit \033[32m~/.local/src/dwmblocks/config.h\033[0m to add these or your own if you'd like (and recompile and restart dwmblocks). 'memory' π§ 559Mi/3.7Gi Current used memory/total memory. 'cpu' π‘ +46.0Β°C CPU temperature. 'disk' π₯ : 28G/30G Remaining disk space... 'disk ~' π : 641G/850G ...can be given directory argument. -'moonphase' π 39% Phase of the moon (requires \`pom-perl\`). -'iplocate' πΊπΈ United States Your own or VPN location (requires \`geoiplookup\`). - +'moonphase' π 39% Phase of the moon (requires \033[32m\`pom-perl\`\033[0m). +'iplocate' πΊπΈ United States Your own or VPN location (requires \033[32m\`geoiplookup\`\033[0m). " | less |
