test
This commit is contained in:
parent
220eb610e0
commit
c30e1f16d9
1 changed files with 4 additions and 2 deletions
|
@ -53,7 +53,8 @@
|
||||||
script = ''
|
script = ''
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc" | ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
source ~/.bashrc
|
||||||
|
echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc" | sudo ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
|
||||||
'';
|
'';
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
};
|
};
|
||||||
|
@ -63,7 +64,8 @@
|
||||||
script = ''
|
script = ''
|
||||||
whoami
|
whoami
|
||||||
id
|
id
|
||||||
echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark" | ${pkgs.at}/bin/at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
|
source ~/.bashrc
|
||||||
|
echo "/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark" | sudo ${pkgs.at}/bin/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