test
This commit is contained in:
parent
c30e1f16d9
commit
b42e101370
1 changed files with 6 additions and 2 deletions
|
@ -54,7 +54,9 @@
|
|||
whoami
|
||||
id
|
||||
source ~/.bashrc
|
||||
echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc" | sudo ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
||||
TIME=`${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
||||
echo "Time to run at: $TIME"
|
||||
echo "plasma-apply-colorscheme -platform offscreen Arc" | sudo ${pkgs.at}/bin/at $TIME
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
};
|
||||
|
@ -65,7 +67,9 @@
|
|||
whoami
|
||||
id
|
||||
source ~/.bashrc
|
||||
echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark" | sudo ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
||||
TIME=`${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
||||
echo "Time to run at: $TIME"
|
||||
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | sudo ${pkgs.at}/bin/at $TIME
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue