diff options
Diffstat (limited to 'config/rofi/config-zsh-theme.rasi')
| -rw-r--r-- | config/rofi/config-zsh-theme.rasi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index 1b0b58f7..77de89ea 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -10,7 +10,8 @@ configuration { /* ---- Window ---- */ window { - width: 40%; + width: inherit; + height: inherit; border-radius: 15px; } @@ -58,9 +59,9 @@ textbox { /* ---- Element ---- */ element-icon { - size: 0%; + size: 0%; } element-text { - horizontal-align: 0.0; - margin: 5px 30px 5px 30px; + horizontal-align: 0.0; + margin: 5px 30px 5px 30px; } |
