diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-12 23:37:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-12 23:37:31 +0900 |
| commit | 65a9c431981aabd3ebe9cf03d1c51c3810f0ac99 (patch) | |
| tree | 860273aadd3d8c8468a3f0e5bb83bc2ccc066584 /config/rofi/config.rasi | |
| parent | f94148c9295487318aef9ecbb1785001e5cd0672 (diff) | |
tweaked rofi appearance
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index cee7b929..5317feac 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 800px; + width: 700px; /*height: 450px;*/ x-offset: 0px; y-offset: 0px; @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "inputbar", "listbox" ]; border-radius: 12px; } |
