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-long.rasi | |
| parent | 5e304d31a220a64338e5cb84e397d1a102855260 (diff) | |
RofiEmoji tweaked, new Rofi-Emoji Configs
Tweaked rofi configs and used % instead of px
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 36 |
1 files changed, 5 insertions, 31 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 99f35d69..b75d3d5e 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -3,44 +3,18 @@ @import "~/.config/rofi/config.rasi" -/* ---- Configuration ---- */ -configuration { - modi: "drun"; -} - /* ---- Window ---- */ window { - width: 700px; -} - -/* ---- Inputbar ---- */ -inputbar { - children: - ["entry"]; + width: 50%; } +/* ---- Entry ---- */ entry { - placeholder: "🔎 Search"; - width: 600px; + placeholder: "🔎 Search "; } /* ---- Listview ---- */ listview { columns: 1; - lines: 9; - spacing: 4px; - fixed-columns: true; - border-radius: 10px; - scrollbar: false; -} - -/*****----- Message -----*****/ -message { - background-color: transparent; - border-radius: 10px; -} - -textbox { - padding: 6px; - background-color: transparent; -} + lines: 10; +}
\ No newline at end of file |
