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