diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-02 15:07:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-02 15:07:51 +0900 |
| commit | 8b44dc03f93861ae8a8f01e2f5ae56fd37240fb5 (patch) | |
| tree | c79cd4efc921d60c3200a32af43552250118e782 /config/rofi/config-wallpaper.rasi | |
| parent | fb3406019343120c58f99d631e7a8457128fb2d7 (diff) | |
| parent | b51428618c7ca7880baa3edbb5370bf777cded5b (diff) | |
Merge pull request #48 from JaKooLit/v2.1.13
V2.1.13
Diffstat (limited to 'config/rofi/config-wallpaper.rasi')
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 5b17e066..da47e90d 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.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: 34%; + width: 800px; + /*height: 450px;*/ 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", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -81,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; |
