Browse Source

a small rofi (default) fix

pull/247/head
JaKooLit 2 years ago
parent
commit
25cbdc6a01
  1. 2
      config/rofi/config.rasi
  2. 2
      config/rofi/resolution/1080p/config.rasi
  3. 2
      config/rofi/resolution/1440p/config.rasi

2
config/rofi/config.rasi

@ -84,7 +84,7 @@ entry {
background-color: @background-alt;
text-color: inherit;
cursor: text;
placeholder: " Search "; // << Search symbol
placeholder: "🔎 Search "; // << Search symbol
placeholder-color: inherit;
}

2
config/rofi/resolution/1080p/config.rasi

@ -84,7 +84,7 @@ entry {
background-color: @background-alt;
text-color: inherit;
cursor: text;
placeholder: " Search "; // << Search symbol
placeholder: "🔎 Search "; // << Search symbol
placeholder-color: inherit;
}

2
config/rofi/resolution/1440p/config.rasi

@ -84,7 +84,7 @@ entry {
background-color: @background-alt;
text-color: @text-selected;
cursor: text;
placeholder: " Search "; // << Search symbol
placeholder: "🔎 Search "; // << Search symbol
placeholder-color: inherit;
}

Loading…
Cancel
Save