This commit is contained in:
iFargle 2024-01-02 22:59:39 +09:00
parent 6d46f5965a
commit fbcb0310f1

View file

@ -51,7 +51,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
script = ''
plasma-apply-colorscheme -platform offscreen Arc
/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen Arc
'';
serviceConfig.Type = "oneshot";
};
@ -59,7 +59,7 @@
enable = true;
path = [ pkgs.at pkgs.fx pkgs.nodejs ];
script = ''
plasma-apply-colorscheme -platform offscreen ArcDark
/run/current-system/sw/bin/plasma-apply-colorscheme -platform offscreen ArcDark
'';
serviceConfig.Type = "oneshot";
};