Update darkman

This commit is contained in:
albert 2024-07-26 19:18:10 +09:00
parent 7a0953161b
commit 9e596d9ab0
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -20,12 +20,16 @@
services.darkman = {
enable = true;
darkModeScripts = ''
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
'';
lightModeScripts = ''
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
'';
darkModeScripts = {
apply-colorscheme-dark = ''
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
''
};
lightModeScripts = {
apply-colorscheme-light = ''
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
''
};
settings = {
# lat = 10;
# log = 10;