diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
| commit | a416fe90405aed1803c302aaaa5dfb6eb9bd5363 (patch) | |
| tree | 2baabc1ef115fc3859c30f6a2bd699da56bfcac1 /config/rofi/config-powermenu.rasi | |
| parent | d3c3e268b9986584aad2cf286a27143b0babb5fe (diff) | |
rofi width and hieght changed to px
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; |
