This commit is contained in:
atagen 2023-06-16 20:05:22 +10:00
parent 51c6426532
commit 0935dbe95f
5 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
exec-once = eww open bar
exec-once = swayidle -w timeout 300 'waylock -init-color 0x#BORDER -input-color 0x#ACTIVEBORDER'
exec-once = swayidle -w timeout 300 'gtklock' timeout 900 'systemctl suspend'
exec-once = ckb-next -c -b
exec-once = swaybg -i #BGIMAGE -m fill
exec-once = xrdb -l ~/.Xresources

View file

@ -1,7 +1,7 @@
[
{
"label" : "lock",
"action" : "waylock",
"action" : "gtklock",
"text" : "Lock",
"keybind" : "l"
},
@ -13,7 +13,7 @@
},
{
"label" : "suspend",
"action" : "systemctl suspend",
"action" : "gtklock & systemctl suspend",
"text" : "Suspend",
"keybind" : "s"
},

View file

@ -44,7 +44,7 @@ in {
xorg.xrdb
swayidle
swaynotificationcenter
waylock
gtklock
playerctl
xplr
@ -268,7 +268,7 @@ in {
util.bg
normal.white
normal.black
normal.red
normal.magenta
]
(builtins.readFile dots/wlogout/style.css));
};