test
This commit is contained in:
parent
034ad3d269
commit
5e60f19c19
1 changed files with 2 additions and 6 deletions
|
@ -51,9 +51,7 @@
|
|||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
script = ''
|
||||
id
|
||||
whoami
|
||||
which at
|
||||
source ~/.bashrc
|
||||
echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
@ -62,9 +60,7 @@
|
|||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
script = ''
|
||||
id
|
||||
whoami
|
||||
which at
|
||||
source ~/.bashrc
|
||||
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
|
Loading…
Add table
Reference in a new issue