diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-19 12:22:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-19 12:22:05 +0900 |
| commit | fb614caa72259511682ee8d7651532a783d45ec8 (patch) | |
| tree | c256dcac1c406abaa89f532d7e4b56ead2e22f3f /config/rofi/config-long.rasi | |
| parent | 832ad0456d2f9dace1e629fbf08650fc4dd95a32 (diff) | |
| parent | 68819bdfc574a6c0e3cdd1786972275df13c8d20 (diff) | |
Merge pull request #27 from JaKooLit/rofi
Rofi, releases-dots, creation of wiki
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 360f250a..58d77319 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -6,7 +6,7 @@ configuration { font: "Fira Code SemiBold 12"; 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) ---- */ @@ -22,8 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 35%; - height: 60%; + width: 45%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -44,18 +43,18 @@ window { /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; + orientation: vertical; 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", height); children: [ "listbox" ]; } /* ---- Imagebox ---- */ imagebox { - padding: 18px; - background-color: transparent; + padding: 6px; + background-color: transparent; orientation: vertical; children: [ "inputbar", "dummy", "mode-switcher" ]; } @@ -77,9 +76,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 20px; border-radius: 10px; border-color: @foreground; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } @@ -88,6 +88,7 @@ textbox-prompt-colon { expand: false; str: "🔎 "; text-color: inherit; + background-color: transparent; } entry { @@ -125,7 +126,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 12; + lines: 15; cycle: true; dynamic: true; scrollbar: true; @@ -134,22 +135,21 @@ listview { fixed-height: true; fixed-columns: true; spacing: 0px; - padding: 10px; + padding: 2px; margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ element { enabled: true; - padding: 5px; + padding: 2px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; - border: 0px; } element normal.normal { @@ -223,17 +223,17 @@ message { } textbox { - padding: 15px; + padding: 6px; margin: 0px; border-radius: 0px; - background-color: @background; + background-color: transparent; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.0; } error-message { - padding: 15px; + padding: 6px; border-radius: 20px; background-color: @background; text-color: @foreground; |
