added nwg-menu

main
Your Name 2025-05-07 10:41:00 +02:00
parent b6700ebdd0
commit 614499c755
2 changed files with 6 additions and 3 deletions

View File

@ -189,8 +189,8 @@ bind = $mainMod SHIFT, S, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -
bind = $mainMod SHIFT, D, exec, killall nwg-dock-hyprland && nwg-dock-hyprland -mb 15 -r -nolauncher -p bottom
bindr = $mainMod, D, exec, nwg-dock-hyprland
bind = $mainMod, A, exec, nwg-drawer -fm yazi -term kitty -wm hyprland -mb 20 -ml 20 -mr 20 -mt 20 -pblock hyprlock -pbpoweroff poweroff -pbexit "hyprctl dispatch exit" -pbreboot reboot
bind = $mainMod, A, exec, nwg-drawer -fm "kitty -e yazi" -term kitty -wm hyprland -mb 20 -ml 20 -mr 20 -mt 20 -pblock hyprlock -pbpoweroff poweroff -pbexit "hyprctl dispatch exit" -pbreboot reboot
bind = $mainMod, W, exec, nwg-menu -wm hyprland -term kitty --ml 15 -mb 15 -mr 15 -mt 15 -cmd-lock hyprlock -cmd-logout "hyprctl dispatch exit" -cmd-restart reboot -cmd-shutdown poweroff -fm "kitty -e yazi"
#GROUPS

View File

@ -2,6 +2,7 @@
font-family: Agave Nerd Font Mono, Arial, sans-serif;
border-radius: 60px;
font-size: 10pt;
color: #d6abab;
}
window {
@ -38,15 +39,17 @@ button {
padding: 4px;
margin-left: 4px;
margin-right: 4px;
color: #eeeeee;
font-size: 12px;
border-radius: 2px;
color: #d6abab;
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
color: #E40046;
}
button:focus {
box-shadow: none;
color: #E40046;
}