test
This commit is contained in:
parent
bc9612dc52
commit
e06e767c48
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@
|
|||
SUNSET=`date -d \`cat /tmp/wttr.sunset\` +%s`
|
||||
CURRENT=`date +%s`
|
||||
if [ $CURRENT -gt $SUNRISE -a $CURRENT -lt $SUNSET ] ; then
|
||||
plasma-apply-colorscheme -platform offscreen Arc
|
||||
/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc
|
||||
else
|
||||
plasma-apply-colorscheme -platform offscreen ArcDark
|
||||
/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark
|
||||
fi
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
|
Loading…
Reference in a new issue