test
This commit is contained in:
parent
b303f78415
commit
415d58047f
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
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`
|
||||
SUNSET=`fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
||||
NOW=`date +'%I:%M %p'`
|
||||
if [[ $SUNRISE == $NOW ]] ; then
|
||||
echo "Setting Arc colorscheme"
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
cbonsai # ncurses bonsai tree
|
||||
busybox # Linux utilities
|
||||
at # Job scheduler
|
||||
coreutils-full # Core utilities
|
||||
];
|
||||
|
||||
# Job scheduler
|
||||
|
|
Loading…
Reference in a new issue