vendor-reset less cursed, moved scripts

This commit is contained in:
kat witch 2021-02-27 13:57:42 +00:00
parent b140857acd
commit 17cbf19db4
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 2 additions and 8 deletions

View file

@ -31,9 +31,9 @@ in {
interval = 3600;
on-click = "xdg-open 'https://google.com/search?q=weather'";
exec = "nix-shell --command 'python ${
../../../../scripts/weather.py
../../../../scripts/weather/weather.py
} ${secrets.profiles.sway.city} ${secrets.profiles.sway.api_key}' ${
../../../../scripts/weather.nix
../../../../scripts/weather}
}";
};
cpu = { format = " {usage}%"; };