summaryrefslogtreecommitdiff
path: root/scripts/rofi-powermenu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rofi-powermenu')
-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