From 51712ec3c966bea7865b83747a84c2c9f0a4829b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 09:37:28 +0200 Subject: feat: drop the prompt label from the input bar The mode label ("Apps", "power") is noise on a desktop utility: it is always obvious which one was just opened. Removed in common.rasi so every layout inherits it, and the placeholder text is cleared for the same reason. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- rofi/udt/common.rasi | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'rofi') diff --git a/rofi/udt/common.rasi b/rofi/udt/common.rasi index 327e5a9..0b9526b 100644 --- a/rofi/udt/common.rasi +++ b/rofi/udt/common.rasi @@ -34,20 +34,18 @@ mainbox { spacing: 12px; } +/* No prompt widget: the mode label ("Apps", "power") is noise on a desktop + * utility, where it is always obvious what was just opened. */ inputbar { background-color: @surface0; border-radius: 6px; padding: 10px 12px; spacing: 8px; - children: [ prompt, entry ]; -} - -prompt { - text-color: @accent; + children: [ entry ]; } entry { - placeholder: "search"; + placeholder: ""; placeholder-color: @overlay0; cursor: text; } -- cgit v1.2.3