From 6ac3442b024e4da4edd2c43eaaf9db78ab6f5908 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 17 Dec 2024 23:38:04 +0000 Subject: Add wlogout config & adjust lavalauncher button --- dot-config/lavalauncher/lavalauncher.conf | 2 +- dot-config/wlogout/layout | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 dot-config/wlogout/layout diff --git a/dot-config/lavalauncher/lavalauncher.conf b/dot-config/lavalauncher/lavalauncher.conf index 06ef53c..49daf3f 100644 --- a/dot-config/lavalauncher/lavalauncher.conf +++ b/dot-config/lavalauncher/lavalauncher.conf @@ -48,7 +48,7 @@ bar { } button { - command = wlogout; + command = wlogout -b 4; image-path = /usr/share/icons/Adwaita/symbolic/actions/application-exit-symbolic.svg; } diff --git a/dot-config/wlogout/layout b/dot-config/wlogout/layout new file mode 100644 index 0000000..f8e5fbb --- /dev/null +++ b/dot-config/wlogout/layout @@ -0,0 +1,24 @@ +{ + "label" : "lock", + "action" : "swaylock", + "text" : "Lock", + "keybind" : "l" +} +{ + "label" : "logout", + "action" : "swaymsg exit", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "shutdown", + "action" : "sudo halt", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "reboot", + "action" : "sudo reboot", + "text" : "Reboot", + "keybind" : "r" +} -- cgit