diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index ac8dfe4..7deb53e 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -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 diff --git a/desktopenvs/hyprland/nwg-panel/menu-start.css b/desktopenvs/hyprland/nwg-panel/menu-start.css index fd5ad99..267949a 100644 --- a/desktopenvs/hyprland/nwg-panel/menu-start.css +++ b/desktopenvs/hyprland/nwg-panel/menu-start.css @@ -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; }