This commit is contained in:
iFargle 2024-01-03 09:11:47 +09:00
parent 8db23e14e7
commit b303f78415

View file

@ -46,6 +46,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
script = ''
# Also need to do checks of what the current theme is and apply it if it isn't already set
SUNRISE=`fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
NOW=`date +'%I:%M %p'`
if [[ $SUNRISE == $NOW ]] ; then