From e958146735f214509d3996a21a1adfb950e415b8 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Sun, 8 Jun 2025 15:35:14 +0200 Subject: swaylock and swayidle --- wallust/templates/rofi-applauncher | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'wallust/templates/rofi-applauncher') 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}}; -- cgit v1.2.3