Added fish + foot configs to desktop
This commit is contained in:
9
machines/desktop/config/sway/status.sh
Executable file
9
machines/desktop/config/sway/status.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
while :; do
|
||||
temp=$(awk '{printf "%d", $1/1000}' /sys/class/thermal/thermal_zone0/temp 2>/dev/null || echo n/a)
|
||||
datetime=$(date +'%a %d %b %T')
|
||||
|
||||
echo " ${temp}C | ${datetime}"
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user