test
This commit is contained in:
parent
c0bcd4a6e5
commit
8e3f501e0c
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@
|
|||
light-theme = {
|
||||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
script = ''echo "plasma-apply-colorscheme -platform offscreen Arc" | ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`'';
|
||||
script = ''echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
};
|
||||
dark-theme = {
|
||||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
|
||||
script = ''echo "plasma-apply-colorscheme -platform offscreen ArcDark" | ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`'';
|
||||
script = ''echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue