diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-13 02:36:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 02:36:43 +0900 |
| commit | 683e801de6ee2fe01513311e2bc13f695cd96486 (patch) | |
| tree | 64df94cb64f5ba161761bfd64ae93658ca163f9c /config/rofi | |
| parent | 35327b2814b228253464f0358f58c553ec98002b (diff) | |
| parent | ea93a71cf6ac92041f00168e040cdc22882047b7 (diff) | |
Merge branch 'development' into main
Diffstat (limited to 'config/rofi')
| l--------- | config/rofi/.current_wallpaper | 2 | ||||
| -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-rofi-Beats-menu.rasi | 22 | ||||
| -rw-r--r-- | config/rofi/config-rofi-Beats.rasi | 5 | ||||
| -rw-r--r-- | config/rofi/config-search.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 8 | ||||
| -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 | 27 | ||||
| -rw-r--r-- | config/rofi/pywal-color/Readme.md | 3 | ||||
| -rw-r--r-- | config/rofi/pywal-color/pywal-theme.rasi | 1 | ||||
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 27 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 23 | ||||
| -rw-r--r-- | config/rofi/wallust/colors-rofi.rasi | 28 |
16 files changed, 104 insertions, 57 deletions
diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper index e575d150..164ab723 120000 --- a/config/rofi/.current_wallpaper +++ b/config/rofi/.current_wallpaper @@ -1 +1 @@ -/home/ja/Pictures/wallpapers/CuteCat.png
\ No newline at end of file +/home/ja/Pictures/wallpapers/IT_guy.png
\ No newline at end of file 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-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi new file mode 100644 index 00000000..9abbe672 --- /dev/null +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -0,0 +1,22 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Rofi Beats Config (compact) */ + +@import "~/.config/rofi/config-compact.rasi" + +/* ---- Entry ---- */ +entry { + width: 17%; + placeholder: "📻 Choose Music Source"; +} + +/* ---- Window ---- */ +window { + width: 20%; +} + +/* ---- Listview ---- */ +listview { + fixed-columns: false; + colums: 1; + lines: 2; +}
\ No newline at end of file diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 82de4a6c..a45006c8 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -5,10 +5,11 @@ /* ---- Entry ---- */ entry { - placeholder: "📻 Choose Online Music Station"; + placeholder: "📻 Choose Media or Stations to play"; } /* ---- Listview ---- */ listview { lines: 6; -}
\ No newline at end of file + scrollbar: true; +} diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index 2fc2f475..5e398782 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -12,13 +12,11 @@ window { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 2px; - margin: 2px; } /* ---- Mainbox ---- */ mainbox { - padding: 2px; + padding: 0px; children: [ "entry"]; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 3cfecc41..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 ---- */ @@ -36,15 +36,15 @@ element { orientation: vertical; padding: 0px; spacing: 0px; - border-radius: 12px; + border-radius: 15px; } element-icon { - size: 15%; + size: 20%; } element-text { - font: "Fira Code SemiBold 8"; + font: "Fira Code SemiBold 12"; vertical-align: 0.5; horizontal-align: 0.5; } 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 2c8b9658..2042f9c5 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/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" ]; @@ -78,13 +79,13 @@ inputbar { entry { enabled: true; expand: false; - width: 300px; + width: 20%; 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; } @@ -132,8 +133,8 @@ button { width: 5%; padding: 12px; border-radius: 12px; - background-color: @background-alt; - text-color: inherit; + background-color: @text-selected; + text-color: @text-color; cursor: pointer; } button selected { @@ -154,8 +155,8 @@ scrollbar { element { enabled: true; spacing: 10px; - padding: 4px; - border-radius: 10px; + padding: 10px; + border-radius: 12px; background-color: transparent; cursor: pointer; } @@ -223,7 +224,7 @@ textbox { padding: 12px; border-radius: 10px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; vertical-align: 0.5; horizontal-align: 0.0; } @@ -231,5 +232,5 @@ error-message { padding: 12px; border-radius: 20px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; } diff --git a/config/rofi/pywal-color/Readme.md b/config/rofi/pywal-color/Readme.md deleted file mode 100644 index 5e2da85d..00000000 --- a/config/rofi/pywal-color/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# NOTE!! - -This is symlink from ~/.cache/wal/colors-rofi-dark.rasi or ~/.cache/wal/colors-rofi-dark.rasi. Do not delete this folder and files else rofi theme wont be loaded.
\ No newline at end of file diff --git a/config/rofi/pywal-color/pywal-theme.rasi b/config/rofi/pywal-color/pywal-theme.rasi deleted file mode 100644 index b7d485d8..00000000 --- a/config/rofi/pywal-color/pywal-theme.rasi +++ /dev/null @@ -1 +0,0 @@ -This is only for symlink
\ No newline at end of file diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 2c8b9658..2042f9c5 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" ]; @@ -78,13 +79,13 @@ inputbar { entry { enabled: true; expand: false; - width: 300px; + width: 20%; 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; } @@ -132,8 +133,8 @@ button { width: 5%; padding: 12px; border-radius: 12px; - background-color: @background-alt; - text-color: inherit; + background-color: @text-selected; + text-color: @text-color; cursor: pointer; } button selected { @@ -154,8 +155,8 @@ scrollbar { element { enabled: true; spacing: 10px; - padding: 4px; - border-radius: 10px; + padding: 10px; + border-radius: 12px; background-color: transparent; cursor: pointer; } @@ -223,7 +224,7 @@ textbox { padding: 12px; border-radius: 10px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; vertical-align: 0.5; horizontal-align: 0.0; } @@ -231,5 +232,5 @@ error-message { padding: 12px; border-radius: 20px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index ae3a7b7a..3f7a2dc6 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" ]; @@ -78,13 +79,13 @@ inputbar { entry { enabled: true; expand: false; - width: 300px; + width: 18%; 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; } @@ -132,8 +133,8 @@ button { width: 110px; padding: 12px; border-radius: 12px; - background-color: @background-alt; - text-color: inherit; + background-color: @text-selected; + text-color: @text-color; cursor: pointer; } button selected { @@ -154,8 +155,8 @@ scrollbar { element { enabled: true; spacing: 10px; - padding: 4px; - border-radius: 10px; + padding: 10px; + border-radius: 12px; background-color: transparent; cursor: pointer; } @@ -223,12 +224,12 @@ textbox { padding: 12px; border-radius: 10px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; vertical-align: 0.5; } error-message { padding: 12px; border-radius: 20px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; } diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi new file mode 100644 index 00000000..39aab891 --- /dev/null +++ b/config/rofi/wallust/colors-rofi.rasi @@ -0,0 +1,28 @@ +* { +active-background: #9E2517; +active-foreground: #E2FECE; +normal-background: #010102; +normal-foreground: #E2FECE; +urgent-background: #595213; +urgent-foreground: #E2FECE; + +alternate-active-background: #010102; +alternate-active-foreground: #E2FECE; +alternate-normal-background: #010102; +alternate-normal-foreground: #E2FECE; +alternate-urgent-background: #010102; +alternate-urgent-foreground: #E2FECE; + +selected-active-background: #595213; +selected-active-foreground: #E2FECE; +selected-normal-background: #CDF5B1; +selected-normal-foreground: #E2FECE; +selected-urgent-background: #0AE59C; +selected-urgent-foreground: #E2FECE; + +background-color: #010102; +background: rgba(0,0,0,0.7); +foreground: #CDF5B1; +border-color: #010102; +} + |
