diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 09:47:24 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 09:47:24 +0900 |
| commit | 57b2088bbbc3cd3c8e9c6da490bbe6709ea37b41 (patch) | |
| tree | 533df04314734182330861f995d5abf3dc6eaa40 /config/rofi/config-compact.rasi | |
| parent | 8460e015243a8323ffb7483c13e1e2692f5ca59c (diff) | |
tweaked rofi
Diffstat (limited to 'config/rofi/config-compact.rasi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index cf18dbe6..c6d41ab1 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; @@ -23,14 +23,15 @@ configuration { /* ---- Window ---- */ window { width: 40%; + /*height: 45%;*/ 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; @@ -46,8 +47,8 @@ mainbox { orientation: horizontal; spacing: 0px; margin: 0px; - background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-color: transparent; + background-image: url("~/.config/rofi/.current_wallpaper",width); children: [ "imagebox", "listbox" ]; } @@ -79,6 +80,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } @@ -87,6 +89,7 @@ textbox-prompt-colon { expand: false; str: "🔎 "; text-color: inherit; + background-color: transparent; } entry { @@ -94,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "View / Edit Hyprland Settings"; placeholder-color: inherit; } @@ -109,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: transparent; text-color: inherit; cursor: pointer; border: 0px; @@ -137,7 +140,7 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ @@ -146,7 +149,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -225,7 +228,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; |
