nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 7c2ee5f547c80501b1fc40d8fbada7b6dbc9ae9d
parent 060e97c98d1211e0341fec435970d99475bb08a3
Author: ryukamish <[email protected]>
Date:   Wed,  3 Jun 2026 10:31:46 +0530

fix: smaller window size for powermenu

Diffstat:
Mscripts/rofi-powermenu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/rofi-powermenu b/scripts/rofi-powermenu @@ -1,7 +1,7 @@ #!/usr/bin/env bash power_args=$(printf '%b' ' Lock\nLogout\n Restart\n󰒲 Suspend\n󰋊 Hibernate\n󰚦 Shutdown' | - rofi -dmenu -p "󰐥" -i -theme-str 'window {width: 16%; padding: 2px; height: 40%;}') + rofi -dmenu -p "󰐥" -i -theme-str 'window {width: 16%; padding: 2px; height: 30%;}') _have_cmd() { command -v "$1" &>/dev/null