aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-clipboard.rasi217
-rw-r--r--config/rofi/config-compact.rasi212
-rw-r--r--config/rofi/config-emoji.rasi10
-rw-r--r--config/rofi/config-long.rasi210
-rw-r--r--config/rofi/config-rofi-Beats.rasi214
-rw-r--r--config/rofi/config-search.rasi241
-rw-r--r--config/rofi/config-wallpaper.rasi209
-rw-r--r--config/rofi/config-waybar-layout.rasi213
-rw-r--r--config/rofi/config-waybar-style.rasi210
-rw-r--r--config/rofi/config-zsh-theme.rasi201
-rwxr-xr-x[-rw-r--r--]config/rofi/config.rasi324
-rw-r--r--config/rofi/resolution/1080p/config-compact.rasi215
-rw-r--r--config/rofi/resolution/1080p/config-long.rasi216
-rw-r--r--config/rofi/resolution/1080p/config-rofi-Beats.rasi216
-rw-r--r--config/rofi/resolution/1080p/config-search.rasi246
-rw-r--r--config/rofi/resolution/1080p/config-wallpaper.rasi217
-rw-r--r--config/rofi/resolution/1080p/config-waybar-layout.rasi215
-rw-r--r--config/rofi/resolution/1080p/config-waybar-style.rasi215
-rw-r--r--config/rofi/resolution/1080p/config-zsh-theme.rasi217
-rwxr-xr-x[-rw-r--r--]config/rofi/resolution/1080p/config.rasi324
-rw-r--r--config/rofi/resolution/1440p/config-compact.rasi215
-rw-r--r--config/rofi/resolution/1440p/config-long.rasi217
-rw-r--r--config/rofi/resolution/1440p/config-rofi-Beats.rasi217
-rw-r--r--config/rofi/resolution/1440p/config-search.rasi246
-rw-r--r--config/rofi/resolution/1440p/config-wallpaper.rasi219
-rw-r--r--config/rofi/resolution/1440p/config-waybar-layout.rasi215
-rw-r--r--config/rofi/resolution/1440p/config-waybar-style.rasi215
-rw-r--r--config/rofi/resolution/1440p/config-zsh-theme.rasi217
-rw-r--r--config/rofi/resolution/1440p/config.rasi324
29 files changed, 578 insertions, 5849 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi
index d0c9549d..60d04149 100644
--- a/config/rofi/config-clipboard.rasi
+++ b/config/rofi/config-clipboard.rasi
@@ -1,217 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (long) */
+/* Clipboard Config (long) - Clipboard */
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 700px;
- /*height: 500px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "message", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview", "mode-switcher" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 6px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "🔎 ";
- text-color: inherit;
- background-color: transparent;
-}
+@import "~/.config/rofi/config-long.rasi"
+/* ---- Entry ---- */
entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 2px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- border: 0px;
- margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
+ width: 45%;
+ 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 2d68a6d0..e35ec79d 100644
--- a/config/rofi/config-compact.rasi
+++ b/config/rofi/config-compact.rasi
@@ -1,215 +1,47 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config compact */
+/* Main Config (compact) */
-/* ---- Configuration ---- */
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Configuration ---- */
configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
+ modi: "drun";
}
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
/* ---- Window ---- */
window {
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 15px;
- border-radius: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
+ width: 24%;
+ border-radius: 15px;
}
/* ---- Inputbar ---- */
inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 14px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- text-color: inherit;
- background-color: transparent;
+/* ---- Imagebox ---- */
+imagebox {
+ orientation: vertical;
+ children:
+ [ "entry", "listview"];
}
+/* ---- Entry input ---- */
entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "View / Edit Hyprland Configs";
- placeholder-color: inherit;
- background-color: transparent;
+ width: 18%;
+ placeholder: " View / Edit Hyprland Configs";
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
+ columns: 1;
+ lines: 10;
+ spacing: 4px;
+ scrollbar: false;
+ border-radius: 12px;
}
/* ---- Element ---- */
element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
+ border-radius: 10px;
}
diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi
new file mode 100644
index 00000000..53a7ffb7
--- /dev/null
+++ b/config/rofi/config-emoji.rasi
@@ -0,0 +1,10 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* Main Config (long) - emoji */
+
+@import "~/.config/rofi/config-long.rasi"
+
+/* ---- Entry ---- */
+entry {
+ width: 45%;
+ placeholder: "🔎 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste";
+}
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi
index 9813d7e6..b75d3d5e 100644
--- a/config/rofi/config-long.rasi
+++ b/config/rofi/config-long.rasi
@@ -1,216 +1,20 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
+@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
- width: 700px;
- /*height: 500px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 6px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "🔎 ";
- text-color: inherit;
- background-color: transparent;
+ width: 50%;
}
+/* ---- Entry ---- */
entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
- background-color: transparent;
+ placeholder: "🔎 Search ";
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 2px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- border: 0px;
- margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
+ columns: 1;
+ lines: 10;
+} \ No newline at end of file
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index e59ace13..efd67033 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -1,216 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config compact */
+/* Rofi Beats Config (compact) */
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 500px;
- height: 400px;
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 14px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "📻";
- text-color: inherit;
- background-color: transparent;
-}
+@import "~/.config/rofi/config-compact.rasi"
+/* ---- Entry ---- */
entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Online Music Station";
- placeholder-color: inherit;
- background-color: transparent;
+ placeholder: "📻 Choose Online Music Station";
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
+ lines: 10;
+} \ No newline at end of file
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi
index 9a0c0fd6..2fc2f475 100644
--- a/config/rofi/config-search.rasi
+++ b/config/rofi/config-search.rasi
@@ -1,246 +1,29 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Config for Google Search) */
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "󱂬";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
+@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
- width: 600px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 1px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: north;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "mode-switcher", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: ["listview" ];
- padding: 6px;
- border-radius: 12px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
+ width: 40%;
+ location: north;
}
/* ---- Inputbar ---- */
inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- border-radius: 12px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon","entry" ];
- border: 1px;
- border-color: @active-background;
+ enabled: true;
+ padding: 2px;
+ margin: 2px;
}
-textbox-prompt-colon {
- enabled: true;
- padding: 6px 0px 6px 10px;
- expand: false;
- str: " 󰜏 ";
- text-color: inherit;
- background-color: transparent;
+/* ---- Mainbox ---- */
+mainbox {
+ padding: 2px;
+ children: [ "entry"];
}
+/* ---- Entry ---- */
entry {
- enabled: true;
- padding: 6px 0px 0px 0px;
- text-color: inherit;
- cursor: text;
- placeholder: "Google Search";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Mode Switcher ---- */
-mode-switcher{
- orientation: vertical;
- enabled: true;
- spacing: 12px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-button {
- padding: 0px 12px 0px 8px;
- border-radius: 12px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 1px;
- border-color: @active-background;
-}
-
-button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
- border: 1px;
- border-color: @background;
-
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 0;
- spacing: 2px;
- padding: 6px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
+ placeholder: "🔎 Google Search";
}
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 12px;
-}
-
-textbox {
- padding: 10px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 12px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index 3df1f67b..3cfecc41 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -1,217 +1,50 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config wallpaper */
+/* Main Config (wallpaper) */
-/* ---- Configuration ---- */
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Configuration ---- */
configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
+ modi: "drun";
}
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
window {
- width: 700px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- children: [ "imagebox"];
- border-radius: 12px;
- background-color: transparent;
+ width: 60%;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
+ orientation: vertical;
+ children:
+ [ "entry", "listbox"];
}
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰸉 ";
- text-color: inherit;
- background-color: transparent;
-}
entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Wallpaper";
- placeholder-color: inherit;
- background-color: transparent;
+ expand: false;
+ placeholder: "󰸉 Choose Wallpaper";
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 4;
- lines: 3;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
+ columns: 4;
+ lines: 3;
}
/* ---- Element ---- */
element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- orientation: vertical;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
+ orientation: vertical;
+ padding: 0px;
+ spacing: 0px;
+ border-radius: 12px;
}
element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 130px;
- cursor: inherit;
+ size: 15%;
}
-
element-text {
- font: "Fira Code SemiBold 8";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
+ font: "Fira Code SemiBold 8";
+ 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 18f7b8f9..4b15128f 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -1,215 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* config - Waybar */
+/* Layout Config (Waybar) */
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 800px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "listbox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " ";
- text-color: inherit;
- background-color: transparent;
-}
+@import "~/.config/rofi/config-waybar-style.rasi"
+/* ---- Entry ---- */
entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Waybar Layout";
- placeholder-color: inherit;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
+ placeholder: "󰮫 Choose Waybar Layout";
}
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index b48ef8c7..55c61567 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -1,215 +1,27 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* config - Waybar */
+/* Main Config (waybar) */
+
+@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 800px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ modi: "drun";
}
/* ---- Mainbox ---- */
mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "listbox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰮫 ";
- text-color: inherit;
- background-color: transparent;
+ children:
+ [ "inputbar", "listview"];
}
entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Waybar Style";
- placeholder-color: inherit;
+ expand: true;
+ placeholder: "󰮫 Choose Waybar Style";
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 2;
- lines: 8;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
+ columns: 2;
+ lines: 8;
+ scrollbar: false;
}
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi
index c6aff123..ffa8bd14 100644
--- a/config/rofi/config-zsh-theme.rasi
+++ b/config/rofi/config-zsh-theme.rasi
@@ -1,217 +1,60 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* zsh theme switch */
-/* -- submitted by https://github.com/hyprhex -- */
+/* Main Config (compact) */
-/* ---- Configuration ---- */
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Configuration ---- */
configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
+ modi: "drun";
}
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
/* ---- Window ---- */
window {
- width: 800px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
+ width: 40%;
+ border-radius: 15px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
+ orientation: vertical;
+ children:
+ [ "inputbar", "listbox"];
}
/* ---- Listbox ---- */
listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
+ border-radius: 12px;
}
/* ---- Inputbar ---- */
inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰸉 ";
- text-color: inherit;
- background-color: transparent;
+ padding: 14px;
+ border-radius: 10px;
}
entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose ZSH theme";
- placeholder-color: inherit;
- background-color: transparent;
+ placeholder: "󰸉 Choose ZSH theme";
}
/* ---- Listview ---- */
listview {
- enabled: true;
- columns: 3;
- lines: 5;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
+ columns: 3;
+ lines: 4;
+ spacing: 4px;
+ scrollbar: false;
+ border-radius: 10px;
}
/* ---- Element ---- */
element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
+ border-radius: 10px;
}
/*****----- Message -----*****/
message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
+ border-radius: 10px;
}
textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
+ padding: 15px;
}
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index d21800f6..5a161f29 100644..100755
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -1,246 +1,228 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (main) */
+/* Main Config 1080p */
/* ---- Configuration ---- */
+
configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
+ modi: "drun,run,filebrowser";
+ font: "Fira Code SemiBold 12";
show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "󱂬";
+ display-drun: "Apps";
+ display-run: "Run";
+ display-filebrowser: "Files";
+ display-window: "Windows";
drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
+ hover-select: true;
+ me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
+ window-format: "{w} · {c} · {t}";
dpi: 1;
-
}
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
+/* ---- Load pywal colors ---- */
+@theme "~/.cache/wal/colors-rofi-dark.rasi"
+
+/* ---- Global Properties ---- */
+* {
+
+ background-alt: @selected-active-background; // Buttons backgroundr
+ selected: @selected-urgent-background; // Button selected
+ active: @selected-normal-background; // Window activated
+ urgent: @selected; // When hovering the activated window (maybe more?)
+
+ text-selected: @background;
+ text-color: @foreground;
+ border-color: @selected;
+}
/* ---- Window ---- */
window {
- width: 600px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
+ // Default
+ enabled: true;
+ fullscreen: false;
+ transparency: "real";
+ cursor: "default";
spacing: 0px;
- padding: 1px;
- margin: 0px;
border: 2px;
- border-color: @active-background;
- cursor: "default";
+ border-radius: 30px;
location: center;
anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+
+ // Style Values
+ width: 50%;
+ background-color: #00000099;
}
-/* ---- Mainbox ---- */
+/* ----- Main Box ----- */
mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "imagebox" ];
- border-radius: 12px;
+ enabled: true;
+ orientation: vertical;
+ children: [ "inputbar", "listbox" ];
+ background-color: transparent;
}
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "mode-switcher", "listbox"];
-}
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: ["listview" ];
- padding: 6px;
- border-radius: 12px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
+/* ---- Inputbar ---- */
+inputbar {
+ enabled: true;
+ padding: 10px 10px 200px 10px;
+ margin: 10px;
+ background-color: transparent;
+ border-radius: 25px;
+ orientation: horizontal;
+ children: ["entry", "dummy", "mode-switcher" ];
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
+/* ---- Entry input ---- */
+entry {
+ enabled: true;
+ expand: false;
+ width: 300px;
+ padding: 10px;
+ border-radius: 12px;
+ background-color: @background-alt;
+ text-color: inherit;
+ cursor: text;
+ placeholder: " Search "; // << Search symbol
+ placeholder-color: inherit;
}
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- border-radius: 12px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon","entry" ];
- border: 1px;
- border-color: @active-background;
+/* ---- Listbox ---- */
+listbox {
+ spacing: 10px;
+ padding: 10px;
+ background-color: transparent;
+ orientation: vertical;
+ children: [ "message", "listview" ];
}
-textbox-prompt-colon {
- enabled: true;
- padding: 6px 0px 6px 10px;
- expand: false;
- str: "🐧";
- text-color: inherit;
- background-color: transparent;
+/* ---- Listview ---- */
+listview {
+ enabled: true;
+ columns: 2;
+ lines: 6;
+ cycle: true;
+ dynamic: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: true;
+ fixed-columns: true;
+ spacing: 10px;
+ background-color: transparent;
+
+// Adapt rofi theme
+ border: 0px;
}
-entry {
- enabled: true;
- padding: 6px 0px 0px 0px;
- text-color: inherit;
- cursor: text;
- placeholder: "Search (ctrl tab to choose mode)";
- placeholder-color: inherit;
- background-color: transparent;
+/* ---- Dummy ---- */
+dummy {
+ expand: true;
+ background-color: transparent;
}
/* ---- Mode Switcher ---- */
mode-switcher{
- orientation: vertical;
- enabled: true;
- spacing: 12px;
- background-color: transparent;
- text-color: @foreground;
+ enabled: true;
+ spacing: 10px;
+ background-color: transparent;
}
-
button {
- padding: 0px 12px 0px 8px;
- border-radius: 12px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 1px;
- border-color: @active-background;
+ width: 5%;
+ padding: 12px;
+ border-radius: 12px;
+ background-color: @background-alt;
+ text-color: inherit;
+ cursor: pointer;
}
-
button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
- border: 1px;
- border-color: @background;
-
+ background-color: @selected;
+ text-color: @text-selected;
}
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 5;
- spacing: 2px;
- padding: 6px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-/* ---- Element ---- */
+/* ---- Elements ---- */
element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
+ enabled: true;
+ spacing: 10px;
+ padding: 4px;
+ border-radius: 10px;
+ background-color: transparent;
+ cursor: pointer;
}
+
element normal.normal {
- background-color: inherit;
- text-color: @foreground;
+ background-color: inherit;
+ text-color: inherit;
}
-
element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @foreground;
}
-
element normal.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @active;
+ text-color: @foreground;
}
element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
+ background-color: @selected;
+ text-color: @text-selected;
}
-
element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @text-selected;
}
-
element selected.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @text-selected;
}
-
+// Adapt rofi theme
element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element alternate.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
+ background-color: transparent;
+ text-color: inherit;
+ size: 36px;
+ cursor: inherit;
}
-
element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0;
+ background-color: transparent;
+ font: "Fira Code SemiBold 14";
+ text-color: inherit;
+ cursor: inherit;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
+
}
-/*****----- Message -----*****/
+/* ---- Message ---- */
message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 12px;
+ background-color: transparent;
+ border: 0px;
}
-
textbox {
- padding: 10px;
- background-color: @background;
- text-color: @foreground;
+ padding: 12px;
+ border-radius: 10px;
+ background-color: @background-alt;
+ text-color: @foreground;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
}
-
error-message {
- padding: 15px;
- border-radius: 12px;
- background-color: @background;
- text-color: @foreground;
+ padding: 12px;
+ border-radius: 20px;
+ background-color: @background-alt;
+ text-color: @foreground;
}
diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi
deleted file mode 100644
index 2d68a6d0..00000000
--- a/config/rofi/resolution/1080p/config-compact.rasi
+++ /dev/null
@@ -1,215 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config compact */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 15px;
- border-radius: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 14px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "View / Edit Hyprland Configs";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi
deleted file mode 100644
index 9813d7e6..00000000
--- a/config/rofi/resolution/1080p/config-long.rasi
+++ /dev/null
@@ -1,216 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (long) */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 700px;
- /*height: 500px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 6px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "🔎 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 2px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- border: 0px;
- margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
deleted file mode 100644
index e59ace13..00000000
--- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi
+++ /dev/null
@@ -1,216 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config compact */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 500px;
- height: 400px;
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 14px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "📻";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Online Music Station";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-search.rasi b/config/rofi/resolution/1080p/config-search.rasi
deleted file mode 100644
index 9a0c0fd6..00000000
--- a/config/rofi/resolution/1080p/config-search.rasi
+++ /dev/null
@@ -1,246 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Rofi Config for Google Search) */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "󱂬";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 600px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 1px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: north;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "mode-switcher", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: ["listview" ];
- padding: 6px;
- border-radius: 12px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- border-radius: 12px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon","entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- padding: 6px 0px 6px 10px;
- expand: false;
- str: " 󰜏 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- padding: 6px 0px 0px 0px;
- text-color: inherit;
- cursor: text;
- placeholder: "Google Search";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Mode Switcher ---- */
-mode-switcher{
- orientation: vertical;
- enabled: true;
- spacing: 12px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-button {
- padding: 0px 12px 0px 8px;
- border-radius: 12px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 1px;
- border-color: @active-background;
-}
-
-button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
- border: 1px;
- border-color: @background;
-
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 0;
- spacing: 2px;
- padding: 6px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 12px;
-}
-
-textbox {
- padding: 10px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 12px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi
deleted file mode 100644
index 3df1f67b..00000000
--- a/config/rofi/resolution/1080p/config-wallpaper.rasi
+++ /dev/null
@@ -1,217 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config wallpaper */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 700px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- children: [ "imagebox"];
- border-radius: 12px;
- background-color: transparent;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰸉 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Wallpaper";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 4;
- lines: 3;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- orientation: vertical;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 130px;
- cursor: inherit;
-}
-
-
-element-text {
- font: "Fira Code SemiBold 8";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi
deleted file mode 100644
index 18f7b8f9..00000000
--- a/config/rofi/resolution/1080p/config-waybar-layout.rasi
+++ /dev/null
@@ -1,215 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* config - Waybar */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 800px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "listbox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Waybar Layout";
- placeholder-color: inherit;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi
deleted file mode 100644
index b48ef8c7..00000000
--- a/config/rofi/resolution/1080p/config-waybar-style.rasi
+++ /dev/null
@@ -1,215 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* config - Waybar */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 800px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "listbox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰮫 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Waybar Style";
- placeholder-color: inherit;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config-zsh-theme.rasi b/config/rofi/resolution/1080p/config-zsh-theme.rasi
deleted file mode 100644
index c6aff123..00000000
--- a/config/rofi/resolution/1080p/config-zsh-theme.rasi
+++ /dev/null
@@ -1,217 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* zsh theme switch */
-/* -- submitted by https://github.com/hyprhex -- */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰸉 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose ZSH theme";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 3;
- lines: 5;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index d21800f6..5a161f29 100644..100755
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -1,246 +1,228 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (main) */
+/* Main Config 1080p */
/* ---- Configuration ---- */
+
configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
+ modi: "drun,run,filebrowser";
+ font: "Fira Code SemiBold 12";
show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "󱂬";
+ display-drun: "Apps";
+ display-run: "Run";
+ display-filebrowser: "Files";
+ display-window: "Windows";
drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
+ hover-select: true;
+ me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
+ window-format: "{w} · {c} · {t}";
dpi: 1;
-
}
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
+/* ---- Load pywal colors ---- */
+@theme "~/.cache/wal/colors-rofi-dark.rasi"
+
+/* ---- Global Properties ---- */
+* {
+
+ background-alt: @selected-active-background; // Buttons backgroundr
+ selected: @selected-urgent-background; // Button selected
+ active: @selected-normal-background; // Window activated
+ urgent: @selected; // When hovering the activated window (maybe more?)
+
+ text-selected: @background;
+ text-color: @foreground;
+ border-color: @selected;
+}
/* ---- Window ---- */
window {
- width: 600px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
+ // Default
+ enabled: true;
+ fullscreen: false;
+ transparency: "real";
+ cursor: "default";
spacing: 0px;
- padding: 1px;
- margin: 0px;
border: 2px;
- border-color: @active-background;
- cursor: "default";
+ border-radius: 30px;
location: center;
anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+
+ // Style Values
+ width: 50%;
+ background-color: #00000099;
}
-/* ---- Mainbox ---- */
+/* ----- Main Box ----- */
mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "imagebox" ];
- border-radius: 12px;
+ enabled: true;
+ orientation: vertical;
+ children: [ "inputbar", "listbox" ];
+ background-color: transparent;
}
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "mode-switcher", "listbox"];
-}
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: ["listview" ];
- padding: 6px;
- border-radius: 12px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
+/* ---- Inputbar ---- */
+inputbar {
+ enabled: true;
+ padding: 10px 10px 200px 10px;
+ margin: 10px;
+ background-color: transparent;
+ border-radius: 25px;
+ orientation: horizontal;
+ children: ["entry", "dummy", "mode-switcher" ];
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
+/* ---- Entry input ---- */
+entry {
+ enabled: true;
+ expand: false;
+ width: 300px;
+ padding: 10px;
+ border-radius: 12px;
+ background-color: @background-alt;
+ text-color: inherit;
+ cursor: text;
+ placeholder: " Search "; // << Search symbol
+ placeholder-color: inherit;
}
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- border-radius: 12px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon","entry" ];
- border: 1px;
- border-color: @active-background;
+/* ---- Listbox ---- */
+listbox {
+ spacing: 10px;
+ padding: 10px;
+ background-color: transparent;
+ orientation: vertical;
+ children: [ "message", "listview" ];
}
-textbox-prompt-colon {
- enabled: true;
- padding: 6px 0px 6px 10px;
- expand: false;
- str: "🐧";
- text-color: inherit;
- background-color: transparent;
+/* ---- Listview ---- */
+listview {
+ enabled: true;
+ columns: 2;
+ lines: 6;
+ cycle: true;
+ dynamic: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: true;
+ fixed-columns: true;
+ spacing: 10px;
+ background-color: transparent;
+
+// Adapt rofi theme
+ border: 0px;
}
-entry {
- enabled: true;
- padding: 6px 0px 0px 0px;
- text-color: inherit;
- cursor: text;
- placeholder: "Search (ctrl tab to choose mode)";
- placeholder-color: inherit;
- background-color: transparent;
+/* ---- Dummy ---- */
+dummy {
+ expand: true;
+ background-color: transparent;
}
/* ---- Mode Switcher ---- */
mode-switcher{
- orientation: vertical;
- enabled: true;
- spacing: 12px;
- background-color: transparent;
- text-color: @foreground;
+ enabled: true;
+ spacing: 10px;
+ background-color: transparent;
}
-
button {
- padding: 0px 12px 0px 8px;
- border-radius: 12px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 1px;
- border-color: @active-background;
+ width: 5%;
+ padding: 12px;
+ border-radius: 12px;
+ background-color: @background-alt;
+ text-color: inherit;
+ cursor: pointer;
}
-
button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
- border: 1px;
- border-color: @background;
-
+ background-color: @selected;
+ text-color: @text-selected;
}
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 5;
- spacing: 2px;
- padding: 6px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-/* ---- Element ---- */
+/* ---- Elements ---- */
element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
+ enabled: true;
+ spacing: 10px;
+ padding: 4px;
+ border-radius: 10px;
+ background-color: transparent;
+ cursor: pointer;
}
+
element normal.normal {
- background-color: inherit;
- text-color: @foreground;
+ background-color: inherit;
+ text-color: inherit;
}
-
element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @foreground;
}
-
element normal.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @active;
+ text-color: @foreground;
}
element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
+ background-color: @selected;
+ text-color: @text-selected;
}
-
element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @text-selected;
}
-
element selected.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @text-selected;
}
-
+// Adapt rofi theme
element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element alternate.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
+ background-color: transparent;
+ text-color: inherit;
+ size: 36px;
+ cursor: inherit;
}
-
element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0;
+ background-color: transparent;
+ font: "Fira Code SemiBold 14";
+ text-color: inherit;
+ cursor: inherit;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
+
}
-/*****----- Message -----*****/
+/* ---- Message ---- */
message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 12px;
+ background-color: transparent;
+ border: 0px;
}
-
textbox {
- padding: 10px;
- background-color: @background;
- text-color: @foreground;
+ padding: 12px;
+ border-radius: 10px;
+ background-color: @background-alt;
+ text-color: @foreground;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
}
-
error-message {
- padding: 15px;
- border-radius: 12px;
- background-color: @background;
- text-color: @foreground;
+ padding: 12px;
+ border-radius: 20px;
+ background-color: @background-alt;
+ text-color: @foreground;
}
diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi
deleted file mode 100644
index 825fff62..00000000
--- a/config/rofi/resolution/1440p/config-compact.rasi
+++ /dev/null
@@ -1,215 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config compact */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 500px;
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 15px;
- border-radius: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 14px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "View / Edit Hyprland Configs";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi
deleted file mode 100644
index f8d0b4bf..00000000
--- a/config/rofi/resolution/1440p/config-long.rasi
+++ /dev/null
@@ -1,217 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (long) */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 700px;
- /*height: 500px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 6px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "🔎 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Search";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 2px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- border: 0px;
- margin: 20px 0px 0px 0px;
- padding: 0px;
- spacing: 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 6px;
- margin: 0px;
- border-radius: 0px;
- background-color: transparent;
- text-color: @foreground;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-error-message {
- padding: 6px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
deleted file mode 100644
index 141c9ed4..00000000
--- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi
+++ /dev/null
@@ -1,217 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config compact */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 500px;
- height: 400px;
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 14px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "📻";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Online Music Station";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 1;
- lines: 7;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-search.rasi b/config/rofi/resolution/1440p/config-search.rasi
deleted file mode 100644
index 9a0c0fd6..00000000
--- a/config/rofi/resolution/1440p/config-search.rasi
+++ /dev/null
@@ -1,246 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Rofi Config for Google Search) */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 12";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "󱂬";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 600px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 1px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: north;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "imagebox" ];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "mode-switcher", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: ["listview" ];
- padding: 6px;
- border-radius: 12px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- border-radius: 12px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon","entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- padding: 6px 0px 6px 10px;
- expand: false;
- str: " 󰜏 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- padding: 6px 0px 0px 0px;
- text-color: inherit;
- cursor: text;
- placeholder: "Google Search";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Mode Switcher ---- */
-mode-switcher{
- orientation: vertical;
- enabled: true;
- spacing: 12px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-button {
- padding: 0px 12px 0px 8px;
- border-radius: 12px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 1px;
- border-color: @active-background;
-}
-
-button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
- border: 1px;
- border-color: @background;
-
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 0;
- spacing: 2px;
- padding: 6px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 12px;
-}
-
-textbox {
- padding: 10px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 12px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi
deleted file mode 100644
index 3f01dc0a..00000000
--- a/config/rofi/resolution/1440p/config-wallpaper.rasi
+++ /dev/null
@@ -1,219 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config wallpaper */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 700px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- children: [ "imagebox"];
- border-radius: 12px;
- background-color: transparent;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰸉 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Wallpaper";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 4;
- lines: 4;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- orientation: vertical;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 130px;
- cursor: inherit;
-}
-
-
-element-text {
- font: "Fira Code SemiBold 10";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.5;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi
deleted file mode 100644
index b829de39..00000000
--- a/config/rofi/resolution/1440p/config-waybar-layout.rasi
+++ /dev/null
@@ -1,215 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* config - Waybar */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 800px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "listbox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @backrgound90;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: " ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Waybar Layout";
- placeholder-color: inherit;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi
deleted file mode 100644
index de7e6933..00000000
--- a/config/rofi/resolution/1440p/config-waybar-style.rasi
+++ /dev/null
@@ -1,215 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* config - Waybar */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 800px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "listbox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @backrgound90;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰮫 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- background-color: transparent;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose Waybar Style";
- placeholder-color: inherit;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 8;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: true;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: transparent;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: transparent;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config-zsh-theme.rasi b/config/rofi/resolution/1440p/config-zsh-theme.rasi
deleted file mode 100644
index 9ab3c0a6..00000000
--- a/config/rofi/resolution/1440p/config-zsh-theme.rasi
+++ /dev/null
@@ -1,217 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* zsh theme switch */
-/* -- submitted by https://github.com/hyprhex -- */
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun,run";
- font: "Fira Code SemiBold 14";
- show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
- dpi: 1;
-
-}
-
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
-
-/* ---- Window ---- */
-window {
- width: 800px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
- spacing: 0px;
- padding: 2px;
- margin: 0px;
- border: 2px;
- border-color: @active-background;
- cursor: "default";
- location: center;
- anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- enabled: true;
- orientation: horizontal;
- padding: 8px;
- background-color: transparent;
- children: [ "imagebox"];
- border-radius: 12px;
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: vertical;
- children: [ "inputbar", "listbox"];
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: [ "listview" ];
- border-radius: 10px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
-}
-
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- padding: 8px;
- border-radius: 10px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
- border: 1px;
- border-color: @active-background;
-}
-
-textbox-prompt-colon {
- enabled: true;
- expand: false;
- str: "󰸉 ";
- text-color: inherit;
- background-color: transparent;
-}
-
-entry {
- enabled: true;
- text-color: inherit;
- cursor: text;
- placeholder: "Choose ZSH theme";
- placeholder-color: inherit;
- background-color: transparent;
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 3;
- lines: 5;
- spacing: 4px;
- dynamic: true;
- cycle: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 10px;
-}
-
-/* ---- Element ---- */
-element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 10px;
- border: 0px;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element normal.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
-}
-
-element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element selected.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element alternate.active {
- background-color: inherit;
- text-color: @foreground;
-}
-
-element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
-}
-
-element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/*****----- Message -----*****/
-message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 10px;
-}
-
-textbox {
- padding: 15px;
- background-color: @background;
- text-color: @foreground;
-}
-
-error-message {
- padding: 15px;
- border-radius: 20px;
- background-color: @background;
- text-color: @foreground;
-}
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index 83c481cf..1ed79730 100644
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -1,247 +1,227 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (main) */
+/* Main Config 1440p */
/* ---- Configuration ---- */
+
configuration {
- modi: "drun,run,filebrowser";
- font: "Fira Code SemiBold 14";
+ modi: "drun,run,filebrowser";
+ font: "Fira Code SemiBold 13";
show-icons: true;
- display-drun: "";
- display-run: "";
- display-filebrowser: "";
- display-window: "󱂬";
+ display-drun: "Apps";
+ display-run: "Run";
+ display-filebrowser: "Files";
+ display-window: "Windows";
drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
+ hover-select: true;
+ me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
- window-format: "{w} · {c} · {t}";
+ window-format: "{w} · {c} · {t}";
dpi: 1;
-
}
-/* ---- Load pywal colors (custom wal template) ---- */
-@import "~/.config/rofi/pywal-color/pywal-theme.rasi"
+/* ---- Load pywal colors ---- */
+@theme "~/.cache/wal/colors-rofi-dark.rasi"
+
+/* ---- Global Properties ---- */
+* {
+
+ background-alt: @selected-active-background; // Buttons backgroundr
+ selected: @selected-urgent-background; // Button selected
+ active: @selected-normal-background; // Window activated
+ urgent: @selected; // When hovering the activated window (maybe more?)
+
+ text-selected: @background;
+ text-color: @foreground;
+ border-color: @selected;
+}
/* ---- Window ---- */
window {
- width: 650px;
- /*height: 450px;*/
- x-offset: 0px;
- y-offset: 0px;
+ // Default
+ enabled: true;
+ fullscreen: false;
+ transparency: "real";
+ cursor: "default";
spacing: 0px;
- padding: 1px;
- margin: 0px;
border: 2px;
- border-color: @active-background;
- cursor: "default";
+ border-radius: 30px;
location: center;
anchor: center;
- fullscreen: false;
- enabled: true;
- border-radius: 12px;
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-
+
+ // Style Values
+ width: 40%;
+ background-color: #00000099;
}
-/* ---- Mainbox ---- */
+/* ----- Main Box ----- */
mainbox {
- enabled: true;
- orientation: vertical;
- padding: 8px;
- background-color: transparent;
- children: [ "inputbar", "imagebox" ];
- border-radius: 12px;
+ enabled: true;
+ orientation: vertical;
+ children: [ "inputbar", "listbox" ];
+ background-color: transparent;
}
-/* ---- Imagebox ---- */
-imagebox {
- background-color: transparent;
- orientation: horizontal;
- children: [ "mode-switcher", "listbox"];
-}
-/* ---- Listbox ---- */
-listbox {
- spacing: 4px;
- orientation: vertical;
- children: ["listview" ];
- padding: 6px;
- border-radius: 12px;
- border: 1px;
- border-color: @active-background;
- background-color: @background;
+/* ---- Inputbar ---- */
+inputbar {
+ enabled: true;
+ padding: 10px 10px 200px 10px;
+ margin: 10px;
+ background-color: transparent;
+ border-radius: 25px;
+ orientation: horizontal;
+ children: ["entry", "dummy", "mode-switcher" ];
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
}
-/* ---- Dummy ---- */
-dummy {
- background-color: transparent;
+/* ---- Entry input ---- */
+entry {
+ enabled: true;
+ expand: false;
+ width: 300px;
+ padding: 10px;
+ border-radius: 12px;
+ background-color: @background-alt;
+ text-color: @text-selected;
+ cursor: text;
+ placeholder: " Search "; // << Search symbol
+ placeholder-color: inherit;
}
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- text-color: @foreground;
- spacing: 10px;
- border-radius: 12px;
- border-color: @foreground;
- background-color: @background;
- children: [ "textbox-prompt-colon","entry" ];
- border: 1px;
- border-color: @active-background;
+/* ---- Listbox ---- */
+listbox {
+ spacing: 10px;
+ padding: 10px;
+ background-color: transparent;
+ orientation: vertical;
+ children: [ "message", "listview" ];
}
-textbox-prompt-colon {
- enabled: true;
- padding: 6px 0px 6px 10px;
- expand: false;
- str: "🐧";
- text-color: inherit;
- background-color: transparent;
+/* ---- Listview ---- */
+listview {
+ enabled: true;
+ columns: 2;
+ lines: 8;
+ cycle: true;
+ dynamic: true;
+ scrollbar: false;
+ layout: vertical;
+ reverse: false;
+ fixed-height: true;
+ fixed-columns: true;
+ spacing: 10px;
+ background-color: transparent;
+
+// Adapt rofi theme
+ border: 0px;
}
-entry {
- enabled: true;
- padding: 6px 0px 0px 0px;
- text-color: inherit;
- cursor: text;
- placeholder: "Search (ctrl tab to choose mode)";
- placeholder-color: inherit;
- background-color: transparent;
+/* ---- Dummy ---- */
+dummy {
+ expand: true;
+ background-color: transparent;
}
/* ---- Mode Switcher ---- */
mode-switcher{
- orientation: vertical;
- enabled: true;
- spacing: 12px;
- background-color: transparent;
- text-color: @foreground;
+ enabled: true;
+ spacing: 10px;
+ background-color: transparent;
}
-
button {
- padding: 0px 12px 0px 8px;
- border-radius: 12px;
- background-color: @background;
- text-color: inherit;
- cursor: pointer;
- border: 1px;
- border-color: @active-background;
+ width: 110px;
+ padding: 12px;
+ border-radius: 12px;
+ background-color: @background-alt;
+ text-color: inherit;
+ cursor: pointer;
}
-
button selected {
- background-color: @selected-normal-background;
- text-color: @foreground;
- border: 1px;
- border-color: @background;
-
+ background-color: @selected;
+ text-color: @text-selected;
}
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 5;
- spacing: 5px;
- padding: 6px;
- dynamic: true;
- cycle: true;
- scrollbar: false;
- layout: vertical;
- reverse: false;
- fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
-}
-/* ---- Element ---- */
+/* ---- Elements ---- */
element {
- enabled: true;
- padding: 5px;
- margin: 2px;
- cursor: pointer;
- background-color: transparent;
- border-radius: 12px;
- border: 0px;
+ enabled: true;
+ spacing: 10px;
+ padding: 4px;
+ border-radius: 10px;
+ background-color: transparent;
+ cursor: pointer;
}
+
element normal.normal {
- background-color: inherit;
- text-color: @foreground;
+ background-color: inherit;
+ text-color: inherit;
}
-
element normal.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @foreground;
}
-
element normal.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @active;
+ text-color: @foreground;
}
element selected.normal {
- background-color: @selected-normal-background;
- text-color: @foreground;
+ background-color: @selected;
+ text-color: @text-selected;
}
-
element selected.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @text-selected;
}
-
element selected.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: @urgent;
+ text-color: @text-selected;
}
-
+// Adapt rofi theme
element alternate.normal {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element alternate.urgent {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element alternate.active {
- background-color: inherit;
- text-color: @foreground;
+ background-color: transparent;
+ text-color: inherit;
}
-
element-icon {
- background-color: transparent;
- text-color: inherit;
- size: 32px;
- cursor: inherit;
+ background-color: transparent;
+ text-color: inherit;
+ size: 36px;
+ cursor: inherit;
}
-
element-text {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0;
+ background-color: transparent;
+ font: "Fira Code SemiBold 16";
+ text-color: inherit;
+ cursor: inherit;
+ vertical-align: 0.5;
+ horizontal-align: 0.0;
+
}
-/*****----- Message -----*****/
+/* ---- Message ---- */
message {
- background-color: @background;
- margin: 20px 0px 0px 0px;
- border-radius: 12px;
+ background-color: transparent;
+ border: 0px;
}
-
textbox {
- padding: 10px;
- background-color: @background;
- text-color: @foreground;
+ padding: 12px;
+ border-radius: 10px;
+ background-color: @background-alt;
+ text-color: @foreground;
+ vertical-align: 0.5;
}
-
error-message {
- padding: 15px;
- border-radius: 12px;
- background-color: @background;
- text-color: @foreground;
+ padding: 12px;
+ border-radius: 20px;
+ background-color: @background-alt;
+ text-color: @foreground;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage