summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-03 10:31:46 +0530
committerryukamish <[email protected]>2026-06-03 10:31:46 +0530
commit7c2ee5f547c80501b1fc40d8fbada7b6dbc9ae9d (patch)
tree2bce1d8080b7201c878eb578f83e036e84e5946d /scripts
parent060e97c98d1211e0341fec435970d99475bb08a3 (diff)
fix: smaller window size for powermenu
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rofi-powermenu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rofi-powermenu b/scripts/rofi-powermenu
index 47b929c..2d886ec 100755
--- 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