diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 17:02:22 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-20 17:02:22 +0900 |
| commit | fa35823a36a122aeab894c93800dec720bb4f7d6 (patch) | |
| tree | 221700a3965a27beb9fa2bc12caf4d3859b87e70 /config/rofi/config-rofi-theme.rasi | |
| parent | ebd0987574d18da0ba767ae703427cb73e280117 (diff) | |
Ok I think this is ok. Just note to myself. DO NOT CODE WHEN YOU ARE HUNGRY
Diffstat (limited to 'config/rofi/config-rofi-theme.rasi')
| -rw-r--r-- | config/rofi/config-rofi-theme.rasi | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi index fd6034d3..f968ce62 100644 --- a/config/rofi/config-rofi-theme.rasi +++ b/config/rofi/config-rofi-theme.rasi @@ -15,31 +15,27 @@ mainbox { [ "inputbar", "listview"]; } +/* ---- Entry input ---- */ +entry { + expand: true; + placeholder: " ⬇️ Select Which Rofi Theme wanted to apply"; +} + /* ---- Listview ---- */ listview { columns: 2; lines: 7; fixed-height: false; + margin: 10px; scrollbar: true; } -/* ---- Entry input ---- */ -entry { - expand: true; - placeholder: " ⬇️ Select Which Rofi Theme wanted to apply"; -} - - /* ---- Elements ---- */ -element { - orientation: vertical; -} - element-icon { - size: 0%; + size: 0%; } element-text { horizontal-align: 0.0; + vertical-align: 0.0; margin: 5px 30px 5px 30px; } - |
