mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-10 19:38:53 +02:00
visibleWorkspaces shortcut + weather now handles non-responses
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user