diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 15:33:56 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 15:33:56 +0900 |
| commit | 6059d82374c4ea523f6715c338241c30c9b5d1be (patch) | |
| tree | 0c499c18689723454491915ebde209ef36066268 /config/rofi/config-compact.rasi | |
| parent | 5e304d31a220a64338e5cb84e397d1a102855260 (diff) | |
RofiEmoji tweaked, new Rofi-Emoji Configs
Tweaked rofi configs and used % instead of px
Diffstat (limited to 'config/rofi/config-compact.rasi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index d41fefde..bea90360 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -10,10 +10,15 @@ configuration { /* ---- Window ---- */ window { - width: 500px; + width: 20%; border-radius: 15px; } +/* ---- Inputbar ---- */ +inputbar { + background-image: url("~/.config/rofi/.current_wallpaper", height); +} + /* ---- Imagebox ---- */ imagebox { orientation: vertical; @@ -21,8 +26,9 @@ imagebox { [ "entry", "listview"]; } +/* ---- Entry input ---- */ entry { - width: 400px; + width: 16%; placeholder: " View / Edit Hyprland Configs"; } @@ -32,7 +38,7 @@ listview { lines: 10; spacing: 4px; scrollbar: false; - border-radius: 10px; + border-radius: 12px; } /* ---- Element ---- */ |
