added nwg-menu
parent
b6700ebdd0
commit
614499c755
|
|
@ -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
|
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
|
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
|
#GROUPS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
font-family: Agave Nerd Font Mono, Arial, sans-serif;
|
||||||
border-radius: 60px;
|
border-radius: 60px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
color: #d6abab;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|
@ -38,15 +39,17 @@ button {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
color: #eeeeee;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
color: #d6abab;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.15);
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
|
color: #E40046;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
color: #E40046;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue