hosts: desktop: fix swaylock config
This commit is contained in:
parent
8a5ad571bc
commit
7123d72902
@ -258,11 +258,14 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.swaylock.settings = {
|
programs.swaylock = {
|
||||||
color = "000000";
|
enable = true;
|
||||||
image = "$HOME/.config/lockwall";
|
settings = {
|
||||||
indicator-caps-lock = true;
|
color = "000000";
|
||||||
show-keyboard-layout = true;
|
image = "$HOME/.config/lockwall";
|
||||||
|
indicator-caps-lock = true;
|
||||||
|
show-keyboard-layout = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.swayidle = {
|
services.swayidle = {
|
||||||
|
Loading…
Reference in New Issue
Block a user