remove wlogout
|
@ -21,7 +21,6 @@
|
|||
++ [(import ./scripts)]
|
||||
++ [(import ./neofetch)]
|
||||
++ [(import ./starship)]
|
||||
++ [(import ./wlogout)]
|
||||
++ [(import ./nvim)]
|
||||
++ [(import ./package)];
|
||||
}
|
||||
|
|
|
@ -123,7 +123,6 @@ in
|
|||
bind = $mainMod, Space, togglefloating,
|
||||
bind = $mainMod, D, exec, pkill wofi || wofi --show drun
|
||||
bind = $mainMod, Escape, exec, swaylock
|
||||
bind = $mainMod, Suppr, exec, pkill wlogout || wlogout -b 4
|
||||
# bind = SUPER, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, P, pseudo,
|
||||
bind = $mainMod, J, togglesplit,
|
||||
|
@ -200,9 +199,7 @@ in
|
|||
# windowrule
|
||||
windowrule = float,audacious
|
||||
windowrule = workspace 8 silent, audacious
|
||||
windowrule = float,wlogout
|
||||
windowrule = float,wofi
|
||||
windowrule = noanim,wlogout
|
||||
windowrule = noanim,wofi
|
||||
windowrule = pin,wofi
|
||||
windowrule = noborder,wofi
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
inputs.hypr-contrib.packages.${pkgs.system}.grimblast
|
||||
hyprpicker
|
||||
wofi
|
||||
rofi-wayland
|
||||
wlogout
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"label" : "lock",
|
||||
"action" : "swaylock",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label": "reboot",
|
||||
"action": "systemctl reboot",
|
||||
"text": "Reboot",
|
||||
"keybind": "r"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "poweroff",
|
||||
"text" : "Shut Down",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label": "logout",
|
||||
"action": "loginctl terminate-user $USER",
|
||||
"text": "Logout",
|
||||
"keybind": "e"
|
||||
}
|
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 5.6 KiB |
|
@ -1,53 +0,0 @@
|
|||
window {
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
font-size: 14pt;
|
||||
color: #CED7F4; /* text */
|
||||
background-color: rgba(31, 31, 31, 0.7);
|
||||
}
|
||||
button {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 50%;
|
||||
border: none;
|
||||
background-color: rgba(30, 30, 46, 0);
|
||||
margin: 5px;
|
||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
}
|
||||
button:hover {
|
||||
background-color: rgba(49, 50, 68, 0.5);
|
||||
}
|
||||
button:focus {
|
||||
background-color: #595959;
|
||||
color:#1F1F1F;
|
||||
}
|
||||
#lock {
|
||||
background-image: image(url("./lock.png"));
|
||||
}
|
||||
#lock:focus {
|
||||
background-image: image(url("./lock-hover.png"));
|
||||
}
|
||||
#logout {
|
||||
background-image: image(url("./logout.png"));
|
||||
}
|
||||
#logout:focus {
|
||||
background-image: image(url("./logout-hover.png"));
|
||||
}
|
||||
#suspend {
|
||||
background-image: image(url("./sleep.png"));
|
||||
}
|
||||
#suspend:focus {
|
||||
background-image: image(url("./sleep-hover.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("./power.png"));
|
||||
}
|
||||
#shutdown:focus {
|
||||
background-image: image(url("./power-hover.png"));
|
||||
}
|
||||
#reboot {
|
||||
background-image: image(url("./restart.png"));
|
||||
}
|
||||
#reboot:focus {
|
||||
background-image: image(url("./restart-hover.png"));
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{...}:
|
||||
{
|
||||
xdg.configFile."wlogout".source = ./config;
|
||||
}
|