chore: autoformat code
This commit is contained in:
parent
f6f8424926
commit
dd6f7fada5
1 changed files with 20 additions and 21 deletions
|
@ -87,27 +87,26 @@
|
||||||
focusedInactive = unfocused;
|
focusedInactive = unfocused;
|
||||||
};
|
};
|
||||||
|
|
||||||
keybindings =
|
keybindings = let
|
||||||
let
|
swaylockConf = pkgs.writeText "swaylock.conf" ''
|
||||||
swaylockConf = pkgs.writeText "swaylock.conf" ''
|
ignore-empty-password
|
||||||
ignore-empty-password
|
color=${theme.primary.background}
|
||||||
color=${theme.primary.background}
|
bs-hl-color=${theme.normal.red}
|
||||||
bs-hl-color=${theme.normal.red}
|
caps-lock-bs-hl-color=${theme.normal.red}
|
||||||
caps-lock-bs-hl-color=${theme.normal.red}
|
caps-lock-key-hl-color=${theme.bright.green}
|
||||||
caps-lock-key-hl-color=${theme.bright.green}
|
inside-color=${theme.primary.background}
|
||||||
inside-color=${theme.primary.background}
|
inside-clear-color=${theme.normal.yellow}
|
||||||
inside-clear-color=${theme.normal.yellow}
|
inside-caps-lock-color=${theme.primary.background}
|
||||||
inside-caps-lock-color=${theme.primary.background}
|
inside-ver-color=${theme.normal.blue}
|
||||||
inside-ver-color=${theme.normal.blue}
|
inside-wrong-color=${theme.normal.red}
|
||||||
inside-wrong-color=${theme.normal.red}
|
key-hl-color=${theme.bright.green}
|
||||||
key-hl-color=${theme.bright.green}
|
ring-color=${theme.normal.green}
|
||||||
ring-color=${theme.normal.green}
|
ring-clear-color=${theme.normal.yellow}
|
||||||
ring-clear-color=${theme.normal.yellow}
|
ring-caps-lock-color=${theme.bright.yellow}
|
||||||
ring-caps-lock-color=${theme.bright.yellow}
|
ring-ver-color=${theme.bright.blue}
|
||||||
ring-ver-color=${theme.bright.blue}
|
ring-wrong-color=${theme.bright.red}
|
||||||
ring-wrong-color=${theme.bright.red}
|
'';
|
||||||
'';
|
in
|
||||||
in
|
|
||||||
{
|
{
|
||||||
"${mod}+Shift+c" = "kill";
|
"${mod}+Shift+c" = "kill";
|
||||||
"${mod}+Control+r" = "reload";
|
"${mod}+Control+r" = "reload";
|
||||||
|
|
Loading…
Reference in a new issue