diff options
Diffstat (limited to 'config/rofi/config-zsh-theme.rasi')
| -rw-r--r-- | config/rofi/config-zsh-theme.rasi | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index b3aff7e8..1b0b58f7 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (compact) */ +/* Oh My ZSH Theme */ -@import "~/.config/rofi/master-config.rasi" +@import "~/.config/rofi/config.rasi" /* ---- Configuration ---- */ configuration { @@ -14,11 +14,8 @@ window { border-radius: 15px; } -/* ---- Imagebox ---- */ -imagebox { - orientation: vertical; - children: - [ "inputbar", "listbox"]; +mainbox { + children: [ "inputbar" , "listview" ]; } /* ---- Listbox ---- */ @@ -33,7 +30,8 @@ inputbar { } entry { - placeholder: " 󰸉 Choose ZSH theme"; + expand: true; + placeholder: " 🪟 Search / Choose ZSH theme"; } /* ---- Listview ---- */ @@ -46,7 +44,7 @@ listview { /* ---- Element ---- */ element { - border-radius: 10px; + orientation: horizontal; } /* ---- Message ---- */ @@ -57,3 +55,12 @@ message { textbox { padding: 15px; } + +/* ---- Element ---- */ +element-icon { + size: 0%; +} +element-text { + horizontal-align: 0.0; + margin: 5px 30px 5px 30px; +} |
