aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/udt/common.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/udt/common.rasi')
-rw-r--r--rofi/udt/common.rasi10
1 files changed, 4 insertions, 6 deletions
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;
}