moved to stow

This commit is contained in:
Belal Elsabbagh
2024-12-23 10:51:37 +02:00
parent ee043ddeec
commit 8b6f7c4467
73 changed files with 60 additions and 110 deletions

5
.config/waybar/wittr.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/sh
req=$(curl -s wttr.in/CITY?format="%t|%l+(%c%f)+%h,+%C")
bar=$(echo $req | awk -F "|" '{print $1}')
tooltip=$(echo $req | awk -F "|" '{print $2}')
echo "{\"text\":\"$bar\", \"tooltip\":\"$tooltip\"}"