Changed wlogout to tui

This commit is contained in:
ManOfGoldForever 2026-04-05 01:12:45 -04:00
parent 56b6b91e57
commit b532a2b8f4
12 changed files with 24 additions and 166 deletions

View file

@ -50,7 +50,7 @@ for_window [app_id="dev.zed.Zed"] focus
bindsym $mod+b exec $browser
bindsym $mod+e exec $filemanager
# bindsym $mod+w (wallpaper selector removed - using solid color bg)
bindsym $mod+p exec wlogout
bindsym $mod+p exec kitty --app-id powermenu fish -c powermenu
bindsym $mod+s exec steam
bindsym $mod+a exec mumble

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View file

@ -1,30 +0,0 @@
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}

View file

@ -1,47 +0,0 @@
* {
background-image: none;
box-shadow: none;
}
window {
background-color: rgba(20, 21, 20, 0.92);
}
button {
border-radius: 0px;
margin: 4px;
border-style: solid;
border-width: 2px;
border-color: #ef934d;
background-color: #1e1f1e;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
color: #ef934d;
}
button:focus, button:active, button:hover {
border-color: #ef934d;
background-color: #2a2b2a;
outline-style: none;
}
#logout {
background-image: image(url("icons/logout.png"));
}
#suspend {
background-image: image(url("icons/suspend.png"));
}
#hibernate {
background-image: image(url("icons/hibernate.png"));
}
#shutdown {
background-image: image(url("icons/shutdown.png"));
}
#reboot {
background-image: image(url("icons/reboot.png"));
}