This commit is contained in:
iFargle 2024-01-02 22:49:53 +09:00
parent 034ad3d269
commit 5e60f19c19

View file

@ -51,9 +51,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
script = ''
id
whoami
which at
source ~/.bashrc
echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
'';
serviceConfig.Type = "oneshot";
@ -62,9 +60,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
script = ''
id
whoami
which at
source ~/.bashrc
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
'';
serviceConfig.Type = "oneshot";