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-compact.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-compact.rasi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index ffd5ac0c..78ca58cc 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.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,16 +22,15 @@ configuration { /* ---- Window ---- */ window { - width: 40%; - height: 30%; + width: 42%; x-offset: 0px; y-offset: 0px; spacing: 0px; padding: 0px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -48,7 +47,7 @@ mainbox { spacing: 0px; margin: 0px; background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper",width); children: [ "imagebox", "listbox" ]; } @@ -80,6 +79,7 @@ inputbar { padding: 15px; 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 { @@ -95,7 +96,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "View / Edit Hyprland Settings"; placeholder-color: inherit; } @@ -110,7 +111,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: transparent; text-color: inherit; cursor: pointer; border: 0px; @@ -138,7 +139,7 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ @@ -147,7 +148,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -226,7 +227,7 @@ textbox { padding: 15px; margin: 0px; border-radius: 0px; - background-color: @background; + background-color: transparent; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.0; |
