Update DarkMan
This commit is contained in:
parent
9e596d9ab0
commit
11dae47ef0
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@
|
||||||
darkModeScripts = {
|
darkModeScripts = {
|
||||||
apply-colorscheme-dark = ''
|
apply-colorscheme-dark = ''
|
||||||
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
|
/run/current-system/sw/bin/plasma-apply-colorscheme ArcDark
|
||||||
''
|
'';
|
||||||
};
|
};
|
||||||
lightModeScripts = {
|
lightModeScripts = {
|
||||||
apply-colorscheme-light = ''
|
apply-colorscheme-light = ''
|
||||||
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
|
/run/current-system/sw/bin/plasma-apply-colorscheme Arc
|
||||||
''
|
'';
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
# lat = 10;
|
# lat = 10;
|
||||||
|
|
Loading…
Reference in a new issue