From a416fe90405aed1803c302aaaa5dfb6eb9bd5363 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 08:39:41 +0900 Subject: rofi width and hieght changed to px --- config/rofi/config-powermenu.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/rofi/config-powermenu.rasi') 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; -- cgit v1.2.3