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 = {
|
services.darkman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
darkModeScripts = ''
|
darkModeScripts = {
|
||||||
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
|
apply-colorscheme-dark = ''
|
||||||
'';
|
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
|
||||||
lightModeScripts = ''
|
''
|
||||||
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
|
};
|
||||||
'';
|
lightModeScripts = {
|
||||||
|
apply-colorscheme-light = ''
|
||||||
|
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
|
||||||
|
''
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# lat = 10;
|
# lat = 10;
|
||||||
# log = 10;
|
# log = 10;
|
||||||
|
|
Loading…
Reference in a new issue