diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-31 20:30:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-31 20:30:42 -0400 |
| commit | 3ae11f5969d614fd2afa8a24251fa9218aac47cc (patch) | |
| tree | 0f2bafc97cc263270b7bc8582a236fbd4b4e396a /.local | |
| parent | 86a5b350a7bf57aede15d7fe063a5af5878d7d7b (diff) | |
| download | eibhear-3ae11f5969d614fd2afa8a24251fa9218aac47cc.tar.gz eibhear-3ae11f5969d614fd2afa8a24251fa9218aac47cc.tar.zst eibhear-3ae11f5969d614fd2afa8a24251fa9218aac47cc.zip | |
statusbarinfo script for dwm
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/statusbar/statusbarinfo | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.local/bin/statusbar/statusbarinfo b/.local/bin/statusbar/statusbarinfo new file mode 100755 index 0000000..ae799e9 --- /dev/null +++ b/.local/bin/statusbar/statusbarinfo @@ -0,0 +1,33 @@ +#!/bin/sh + +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). + +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). + +'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\`). + +" | less |
