Update
This commit is contained in:
parent
8db23e14e7
commit
b303f78415
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue