Browse Source

rofi tweaked

pull/256/head
JaKooLit 2 years ago
parent
commit
1b691b5d8b
  1. 2
      config/rofi/config-clipboard.rasi
  2. 2
      config/rofi/config-compact.rasi
  3. 2
      config/rofi/config-emoji.rasi
  4. 2
      config/rofi/config-wallpaper.rasi
  5. 2
      config/rofi/config-waybar-layout.rasi
  6. 3
      config/rofi/config-waybar-style.rasi
  7. 2
      config/rofi/config.rasi
  8. 2
      config/rofi/resolution/1080p/config.rasi
  9. 4
      config/rofi/resolution/1440p/config.rasi
  10. 4
      config/wallust/templates/colors-rofi.rasi

2
config/rofi/config-clipboard.rasi

@ -6,5 +6,5 @@
/* ---- Entry ---- */
entry {
width: 45%;
placeholder: "🔎 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe";
placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe";
}

2
config/rofi/config-compact.rasi

@ -28,7 +28,7 @@ imagebox {
/* ---- Entry input ---- */
entry {
width: 23%;
placeholder: " View / Edit Hyprland Configs";
placeholder: "👀 View / Edit Hyprland Configs";
}
/* ---- Listview ---- */

2
config/rofi/config-emoji.rasi

@ -6,5 +6,5 @@
/* ---- Entry ---- */
entry {
width: 45%;
placeholder: "🔎 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste";
placeholder: "💫 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste";
}

2
config/rofi/config-wallpaper.rasi

@ -22,7 +22,7 @@ imagebox {
entry {
expand: false;
placeholder: "󰸉 Choose Wallpaper";
placeholder: "🎞 Choose Wallpaper";
}
/* ---- Listview ---- */

2
config/rofi/config-waybar-layout.rasi

@ -5,6 +5,6 @@
/* ---- Entry ---- */
entry {
placeholder: "󰮫 Choose Waybar Layout";
placeholder: "🖼 Choose Waybar Layout";
}

3
config/rofi/config-waybar-style.rasi

@ -16,7 +16,7 @@ mainbox {
entry {
expand: true;
placeholder: "󰮫 Choose Waybar Style";
placeholder: "🖼 Choose Waybar Style";
}
/* ---- Listview ---- */
@ -25,4 +25,3 @@ listview {
lines: 6;
scrollbar: true;
}

2
config/rofi/config.rasi

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

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

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

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

@ -85,7 +85,7 @@ entry {
background-color: @selected;
text-color: @text-selected;
cursor: text;
placeholder: "🔍 Search "; // << Search symbol
placeholder: "🖥 Search "; // << Search symbol
placeholder-color: inherit;
}
@ -134,7 +134,7 @@ button {
padding: 12px;
border-radius: 12px;
background-color: @background-alt;
text-color: @selected;
text-color: @text-color;
cursor: pointer;
}
button selected {

4
config/wallust/templates/colors-rofi.rasi

@ -13,7 +13,7 @@ alternate-normal-foreground: {{foreground}};
alternate-urgent-background: {{background}};
alternate-urgent-foreground: {{foreground}};
selected-active-background: {{color7}};
selected-active-background: {{color5}};
selected-active-foreground: {{foreground}};
selected-normal-background: {{color9}};
selected-normal-foreground: {{foreground}};
@ -23,6 +23,6 @@ selected-urgent-foreground: {{foreground}};
background-color: {{background}};
background: rgba(0,0,0,0.7);
foreground: {{color15}};
border-color: {{color12}};
border-color: {{color9}};
}

Loading…
Cancel
Save