diff options
Diffstat (limited to 'config/rofi/config-powermenu.rasi')
| -rw-r--r-- | config/rofi/config-powermenu.rasi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index ae1ee00a..409bbb04 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; |
