Update darkman
This commit is contained in:
parent
7a0953161b
commit
9e596d9ab0
1 changed files with 10 additions and 6 deletions
|
@ -20,12 +20,16 @@
|
|||
|
||||
services.darkman = {
|
||||
enable = true;
|
||||
darkModeScripts = ''
|
||||
darkModeScripts = {
|
||||
apply-colorscheme-dark = ''
|
||||
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
|
||||
'';
|
||||
lightModeScripts = ''
|
||||
''
|
||||
};
|
||||
lightModeScripts = {
|
||||
apply-colorscheme-light = ''
|
||||
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
|
||||
'';
|
||||
''
|
||||
};
|
||||
settings = {
|
||||
# lat = 10;
|
||||
# log = 10;
|
||||
|
|
Loading…
Reference in a new issue