tweaks
This commit is contained in:
parent
51c6426532
commit
0935dbe95f
5 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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));
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue