diff options
Diffstat (limited to 'config/rofi/config-rofi-Beats.rasi')
| -rw-r--r-- | config/rofi/config-rofi-Beats.rasi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 17bf54a3..8619b670 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,11 +47,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { 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; } |
