This commit is contained in:
iFargle 2024-01-02 22:46:53 +09:00
parent fcddb13608
commit 08cd9101e3

View file

@ -51,7 +51,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
script = ''
uid
id
whoami
echo "plasma-apply-colorscheme -platform offscreen Arc" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunrise`
'';
@ -61,7 +61,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
script = ''
uid
id
whoami
echo "plasma-apply-colorscheme -platform offscreen ArcDark" | at `${pkgs.fx}/bin/fx /tmp/wttr.in .weather[0].astronomy[0].sunset`
'';