Changed: Programms
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!nix-shell python3 -p "python3.withPackages (ps: with ps; [requests])"
|
||||
|
||||
import datetime
|
||||
import json
|
||||
@@ -6,8 +6,6 @@ import requests
|
||||
import statistics
|
||||
import sys
|
||||
|
||||
|
||||
|
||||
# TODO
|
||||
# - snowfall data
|
||||
# - weather warnings
|
||||
|
@@ -127,7 +127,6 @@
|
||||
];
|
||||
|
||||
modules-center = [
|
||||
"custom/weather"
|
||||
];
|
||||
|
||||
modules-right = [
|
||||
@@ -143,7 +142,7 @@
|
||||
};
|
||||
|
||||
"custom/weather" = {
|
||||
exec = "python3 ~/.config/waybar/weather.py waybar";
|
||||
exec = "~/.config/waybar/weather.py waybar";
|
||||
restart-interval = 900;
|
||||
return-type = "json";
|
||||
};
|
||||
|
Reference in New Issue
Block a user