diff options
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index a1f33e66..28f6786a 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -44,11 +46,11 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -74,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -104,15 +106,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } |
