diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 60d0414..9573262 100644 --- a/config/rofi/config-clipboard.rasi +++ b/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"; } diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 2c72252..eba12c1 100644 --- a/config/rofi/config-compact.rasi +++ b/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 ---- */ diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi index 53a7ffb..3f0be0e 100644 --- a/config/rofi/config-emoji.rasi +++ b/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"; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index e887e9f..07960f8 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -22,7 +22,7 @@ imagebox { entry { expand: false; - placeholder: "󰸉 Choose Wallpaper"; + placeholder: "🎞️ Choose Wallpaper"; } /* ---- Listview ---- */ diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 4b15128..6720fcc 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -5,6 +5,6 @@ /* ---- Entry ---- */ entry { - placeholder: "󰮫 Choose Waybar Layout"; + placeholder: "🖼️ Choose Waybar Layout"; } diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index aebe686..9dc8b74 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/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; } - diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index bc6f2d7..908e2d5 100755 --- a/config/rofi/config.rasi +++ b/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; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index bc6f2d7..908e2d5 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/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; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 9c2e73e..0d8f28b 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/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 { diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index 0e45cc4..dfcc08c 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/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}}; }