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