diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:03:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:03:31 +0900 |
| commit | d7ff1c1dea16619a38f35536a5c00685d848abce (patch) | |
| tree | f5c9ea6aeca1fb713d31a1d2d3069c5b9830ddc0 /config/rofi/resolution | |
| parent | a3994cc8edd41fa42dfe1a6f22754dcdcc3d1e51 (diff) | |
Initial Push - Moving to Wallust from Pywal
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 15 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 11 |
2 files changed, 14 insertions, 12 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 2c8b9658..2eae75bb 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -19,8 +19,8 @@ configuration { dpi: 1; } -/* ---- Load pywal colors ---- */ -@theme "~/.cache/wal/colors-rofi-dark.rasi" +/* ---- Load wallust colors ---- */ +@theme "~/.config/rofi/wallust/colors-rofi.rasi" /* ---- Global Properties ---- */ * { @@ -50,11 +50,12 @@ window { // Style Values width: 50%; - background-color: #00000099; + background-color: @background; } /* ----- Main Box ----- */ mainbox { + padding: 15px; enabled: true; orientation: vertical; children: [ "inputbar", "listbox" ]; @@ -81,10 +82,10 @@ entry { width: 300px; padding: 10px; border-radius: 12px; - background-color: @background-alt; - text-color: inherit; + background-color: @selected; + text-color: @text-selected cursor: text; - placeholder: "🔎 Search "; // << Search symbol + placeholder: "🔎 Search "; // << Search symbol placeholder-color: inherit; } @@ -133,7 +134,7 @@ button { padding: 12px; border-radius: 12px; background-color: @background-alt; - text-color: inherit; + text-color: @selected; cursor: pointer; } button selected { diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index ae3a7b7a..01efd1a6 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -20,7 +20,7 @@ configuration { } /* ---- Load pywal colors ---- */ -@theme "~/.cache/wal/colors-rofi-dark.rasi" +@theme "~/.config/rofi/wallust/colors-rofi.rasi" /* ---- Global Properties ---- */ * { @@ -50,11 +50,12 @@ window { // Style Values width: 40%; - background-color: #00000099; + background-color: @background; } /* ----- Main Box ----- */ mainbox { + padding: 15px; enabled: true; orientation: vertical; children: [ "inputbar", "listbox" ]; @@ -81,10 +82,10 @@ entry { width: 300px; padding: 10px; border-radius: 12px; - background-color: @background-alt; + background-color: @selected; text-color: @text-selected; cursor: text; - placeholder: "🔎 Search "; // << Search symbol + placeholder: " Search "; // << Search symbol placeholder-color: inherit; } @@ -133,7 +134,7 @@ button { padding: 12px; border-radius: 12px; background-color: @background-alt; - text-color: inherit; + text-color: @selected; cursor: pointer; } button selected { |
