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;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||||
script = ''
|
script = ''
|
||||||
id
|
source ~/.bashrc
|
||||||
whoami
|
|
||||||
which at
|
|
||||||
echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
||||||
'';
|
'';
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
@ -62,9 +60,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||||
script = ''
|
script = ''
|
||||||
id
|
source ~/.bashrc
|
||||||
whoami
|
|
||||||
which at
|
|
||||||
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
||||||
'';
|
'';
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
|
Loading…
Add table
Reference in a new issue