test
This commit is contained in:
parent
b303f78415
commit
415d58047f
2 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
script = ''
|
script = ''
|
||||||
# Also need to do checks of what the current theme is and apply it if it isn't already set
|
# 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`
|
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'`
|
NOW=`date +'%I:%M %p'`
|
||||||
if [[ $SUNRISE == $NOW ]] ; then
|
if [[ $SUNRISE == $NOW ]] ; then
|
||||||
echo "Setting Arc colorscheme"
|
echo "Setting Arc colorscheme"
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
cbonsai # ncurses bonsai tree
|
cbonsai # ncurses bonsai tree
|
||||||
busybox # Linux utilities
|
busybox # Linux utilities
|
||||||
at # Job scheduler
|
at # Job scheduler
|
||||||
|
coreutils-full # Core utilities
|
||||||
];
|
];
|
||||||
|
|
||||||
# Job scheduler
|
# Job scheduler
|
||||||
|
|
Loading…
Reference in a new issue