visibleWorkspaces shortcut + weather now handles non-responses

This commit is contained in:
2025-07-31 09:26:07 +02:00
parent b1b399fe30
commit 889f06070a
7 changed files with 46 additions and 13 deletions

View File

@@ -150,7 +150,7 @@ click-left = firefox https://speedtest.net
[module/weather]
type = custom/script
interval = 900
exec = "curl -s wttr.in/oss?format=1"
exec = "curl -s wttr.in/oss?format=1 | grep -v 'Unknown location' || echo ''"
format = "<label>"
format-prefix-foreground = ${colors.accent}