1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

Add placeholder to default theme.

This commit is contained in:
Dave Davenport 2019-12-26 14:39:51 +01:00
parent f3bb043df0
commit 0a4426af29

View file

@ -138,6 +138,8 @@ case-indicator {
entry { entry {
spacing: 0; spacing: 0;
text-color: var(normal-foreground); text-color: var(normal-foreground);
placeholder-color: grey;
placeholder: "Type to filter";
} }
prompt { prompt {
spacing: 0; spacing: 0;