diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 21:55:27 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 21:55:27 +0900 |
| commit | 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (patch) | |
| tree | bec6eb3e556474fca893e8c4b8e7ffe498188275 | |
| parent | 56810d5996c38f12742c4c147f61efe056ac12bb (diff) | |
rofi tweaked
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-compact.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-emoji.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-waybar-style.rasi | 3 | ||||
| -rwxr-xr-x | config/rofi/config.rasi | 2 | ||||
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 2 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 4 | ||||
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 4 |
10 files changed, 12 insertions, 13 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 60d04149..9573262e 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 2c72252e..eba12c1b 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 53a7ffb7..3f0be0e4 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 e887e9f3..07960f8e 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 4b15128f..6720fcc7 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 aebe6861..9dc8b74c 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 bc6f2d7f..908e2d56 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 bc6f2d7f..908e2d56 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 9c2e73ea..0d8f28bb 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 0e45cc44..dfcc08c9 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}}; } |
