test
This commit is contained in:
parent
fcddb13608
commit
08cd9101e3
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
script = ''
|
||||
uid
|
||||
id
|
||||
whoami
|
||||
echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
||||
'';
|
||||
|
@ -61,7 +61,7 @@
|
|||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
script = ''
|
||||
uid
|
||||
id
|
||||
whoami
|
||||
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue