diff options
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/rofi-applauncher | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/wallust/templates/rofi-applauncher b/wallust/templates/rofi-applauncher index 4851d6b..a1ab13d 100644 --- a/wallust/templates/rofi-applauncher +++ b/wallust/templates/rofi-applauncher @@ -22,24 +22,18 @@ mainbox { orientation: horizontal; } inputbar { - children: [ prompt, entry ]; - spacing: 5; -} -prompt { - font: "Hack Nerd Font Mono 10"; + children: [ entry ]; } entry { - font: "Hack Nerd Font 10"; - placeholder: "..."; - width: 50; + enabled: false; } listview { - spacing: 10; + spacing: 5; layout: horizontal; } element-text { font: "Hack Nerd Font 10"; - text-color: inherit; + color: inherit; } element selected { color: {{color4}}; |
