diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-13 10:21:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 10:21:47 +0900 |
| commit | 2a48707a57672937f659d83492a07959b4063c87 (patch) | |
| tree | 8331134f9004a160cc1bc97c6667db95e713b436 /config/rofi/config.rasi | |
| parent | bdd1f811cabfd8283f3b9f416d902d121f3476b7 (diff) | |
| parent | 02c91ee41e2fb9718ed8bf3da135d8028203282b (diff) | |
Merge pull request #67 from JaKooLit/development
Development to main
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; } |
