diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-06-08 15:35:14 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-09-07 21:27:34 +0200 |
| commit | e958146735f214509d3996a21a1adfb950e415b8 (patch) | |
| tree | 75b6317af09b8563ddde3d9b4c6af304622a6a48 /wallust/templates/rofi-applauncher | |
| parent | 8f8d9c06935758e218bbc88faaef6d2d2bd60df1 (diff) | |
| download | dotfiles-e958146735f214509d3996a21a1adfb950e415b8.tar.gz dotfiles-e958146735f214509d3996a21a1adfb950e415b8.zip | |
swaylock and swayidle
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}}; |
