fmt
This commit is contained in:
parent
05a203c066
commit
1148de4f8a
|
@ -45,11 +45,13 @@ in
|
|||
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
|
||||
|
||||
startup = [
|
||||
{ command = ''${pkgs.swayidle}/bin/swayidle -w \
|
||||
{
|
||||
command = ''${pkgs.swayidle}/bin/swayidle -w \
|
||||
timeout 300 "${lockCmd}" \
|
||||
timeout 600 "${pkgs.sway}/bin/swaymsg output * dpms off" \
|
||||
resume "${pkgs.sway}/bin/swaymsg output * dpms on" \
|
||||
before-sleep "${lockCmd}"''; }
|
||||
before-sleep "${lockCmd}"'';
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
|
|
2
secrets
2
secrets
|
@ -1 +1 @@
|
|||
Subproject commit 3af42978d507ad02777179cec8ef4029d103cdc3
|
||||
Subproject commit ccfeeb06bf7ad992c1ba8a69b6823a574b2df5a1
|
Loading…
Reference in a new issue