diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 01:34:39 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 01:34:39 +0900 |
| commit | 8460e015243a8323ffb7483c13e1e2692f5ca59c (patch) | |
| tree | 764a44b37bb38be1290e1a066e4dc2ecd662bb17 /config/rofi/resolution/1440p/config-compact.rasi | |
| parent | e25fe4fdec7fe8d862df2c4e44ec83ccf90f13c7 (diff) | |
rofi changes
Diffstat (limited to 'config/rofi/resolution/1440p/config-compact.rasi')
| -rw-r--r-- | config/rofi/resolution/1440p/config-compact.rasi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index 4f6b6ade..cf18dbe6 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -6,7 +6,7 @@ configuration { font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; - display-run: ""; + display-run: ""; display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; @@ -14,7 +14,7 @@ configuration { me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; - + dpi: 1; } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 40%; - height: 30%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -47,8 +46,8 @@ mainbox { orientation: horizontal; spacing: 0px; margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; } |
