mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
Weather script changes.
This commit is contained in:
parent
0257ccd90a
commit
0db7375055
2 changed files with 7 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ in {
|
|||
"custom/weather" = {
|
||||
format = "{}";
|
||||
interval = 3600;
|
||||
on-click = "xdg-open 'https://google.com/search?q=weather'";
|
||||
exec = "nix-shell --command 'python ${
|
||||
../../../scripts/weather.py
|
||||
} ${secrets.profiles.sway.city} ${secrets.profiles.sway.api_key}' ${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue