Changed install documentation to include dwm links

This commit is contained in:
2022-09-20 20:54:10 +01:00
parent 0222d48734
commit b89c5f1a76
13 changed files with 135 additions and 4 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
icon=""
temp=$(echo "scale=0; $(sort -nr /sys/class/thermal/thermal_zone*/temp | head -n1) / 1000" | bc)
printf "$icon ^c#f7ca88^$((temp))^c#d75f5f^°C^d^"