aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-10 01:16:17 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-10 01:16:17 +0900
commitd404c8b6b94d973334a1136223fbf5c412083bdb (patch)
treee7394ffef88af10c76c34e1a3df7481ead33cb49 /config/rofi
parent752232f326fd82d28dac4107e5bf81818a657903 (diff)
Initial upload of various rofi themes
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-Animations.rasi32
-rw-r--r--config/rofi/config-calc.rasi22
-rw-r--r--config/rofi/config-clipboard.rasi34
-rw-r--r--config/rofi/config-compact.rasi43
-rw-r--r--config/rofi/config-edit.rasi49
-rw-r--r--config/rofi/config-emoji.rasi26
-rw-r--r--config/rofi/config-keybinds.rasi28
-rw-r--r--config/rofi/config-rofi-Beats-menu.rasi21
-rw-r--r--config/rofi/config-rofi-Beats.rasi27
-rw-r--r--config/rofi/config-rofi-theme.rasi43
-rw-r--r--config/rofi/config-search.rasi21
-rw-r--r--config/rofi/config-wallpaper-effect.rasi27
-rw-r--r--config/rofi/config-wallpaper.rasi21
-rw-r--r--config/rofi/config-waybar-layout.rasi36
-rw-r--r--config/rofi/config-waybar-style.rasi34
-rw-r--r--config/rofi/config-zsh-theme.rasi26
-rw-r--r--[-rwxr-xr-x]config/rofi/config.rasi37
-rw-r--r--config/rofi/master-config.rasi237
-rwxr-xr-xconfig/rofi/resolution/1080p/config.rasi31
-rw-r--r--config/rofi/resolution/1080p/master-config.rasi237
-rwxr-xr-xconfig/rofi/resolution/1440p/config.rasi37
-rw-r--r--config/rofi/resolution/1440p/master-config.rasi237
-rw-r--r--config/rofi/wallust/colors-rofi.rasi61
23 files changed, 420 insertions, 947 deletions
diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi
index 2064cd1b..7ce1c9f5 100644
--- a/config/rofi/config-Animations.rasi
+++ b/config/rofi/config-Animations.rasi
@@ -1,20 +1,40 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Rofi Beats Config (compact) */
+/* Animations Menu */
+
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
-@import "~/.config/rofi/config-compact.rasi"
/* ---- Window ---- */
window {
- width: 35%;
+ width: 30%;
}
/* ---- Entry ---- */
entry {
- width: 25%;
- placeholder: " โœจ Choose which Animations to load";
+ width: 28%;
+ placeholder: " โœจ Search / Choose which Animations to load";
}
/* ---- Listview ---- */
listview {
- lines: 10;
+ columns: 2;
+ lines: 9;
+ fixed-height: false;
+ margin: 10px;
+}
+
+/* ---- Elements ---- */
+element-icon {
+ size: 0%;
}
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.0;
+ margin: 5px 30px 5px 30px;
+} \ No newline at end of file
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi
index 54653491..61be7642 100644
--- a/config/rofi/config-calc.rasi
+++ b/config/rofi/config-calc.rasi
@@ -2,21 +2,23 @@
/* Main Config Calculator */
/* Submitted by: https://github.com/JosephArmas */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children: [ "entry", "message" ];
+}
+
/* ---- Entry ---- */
entry {
- width: 27%;
+ expand: true;
placeholder: " ๐Ÿงฎ Calculate";
}
-/* ---- Window ---- */
-window {
- width: 30%;
+textbox {
+ padding: 12px;
+ border-radius: 10px;
}
-/* ---- Message ---- */
-textbox {
- background-color: @selected;
- text-color: @background;
-} \ No newline at end of file
+listview {enable: false;} \ No newline at end of file
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi
index 7c6dd91e..648a96af 100644
--- a/config/rofi/config-clipboard.rasi
+++ b/config/rofi/config-clipboard.rasi
@@ -1,16 +1,42 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Clipboard Config - Clipboard */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Window ---- */
+window {
+ width: 45%;
+}
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
- width: 37%;
- placeholder: " ๐Ÿ“‹ Search Clipboard **note** ๐Ÿ‘€ CTRL Del - Cliphist del or Alt Del - cliphist wipe";
+ width: 42%;
+ placeholder: " ๐Ÿ“‹ Search Clipboard **note** ๐Ÿ‘€ CTRL Del - Cliphist del or Alt Del - cliphist wipe";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 8;
-} \ No newline at end of file
+ fixed-height: false;
+}
+
+/* ---- Elements ---- */
+element {
+ orientation: horizontal;
+}
+
+element-icon {
+ size: 0%;
+}
+
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.5;
+}
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi
deleted file mode 100644
index 0887a936..00000000
--- a/config/rofi/config-compact.rasi
+++ /dev/null
@@ -1,43 +0,0 @@
-/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config (compact) */
-
-@import "~/.config/rofi/master-config.rasi"
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun";
-}
-
-/* ---- Window ---- */
-window {
- width: 50%;
- border-radius: 15px;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Imagebox ---- */
-imagebox {
- orientation: vertical;
- children: [ "entry", "listview"];
-}
-
-/* ---- Entry input ---- */
-entry {
- width: 23%;
- placeholder: " ๐Ÿ‘€ View / Edit Hyprland Configs";
-}
-
-/* ---- Listview ---- */
-listview {
- spacing: 4px;
- border-radius: 12px;
-}
-
-/* ---- Element ---- */
-element {
- border-radius: 10px;
-}
diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi
new file mode 100644
index 00000000..568de812
--- /dev/null
+++ b/config/rofi/config-edit.rasi
@@ -0,0 +1,49 @@
+/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
+/* Main Config (compact) */
+
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
+
+
+/* ---- Configuration ---- */
+configuration {
+ modi: "drun";
+}
+
+/* ---- Window ---- */
+window {
+ width: 45%;
+}
+
+
+/* ---- Listview ---- */
+listview {
+ columns: 2;
+ lines: 6;
+ fixed-height: false;
+}
+
+/* ---- Entry input ---- */
+entry {
+ expand: true;
+ placeholder: " ๐Ÿ‘€ View / Edit KooL Hyprland Configs";
+}
+
+
+/* ---- Elements ---- */
+element {
+ orientation: horizontal;
+}
+
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
+} \ No newline at end of file
diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi
index 39eab54c..0f98892f 100644
--- a/config/rofi/config-emoji.rasi
+++ b/config/rofi/config-emoji.rasi
@@ -1,16 +1,38 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Main Config - emoji */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
width: 37%;
- placeholder: " ๐Ÿ’ซ Search Emoji's **note** ๐Ÿ‘€ Click or Return to choose | Ctrl V to Paste";
+ placeholder: " ๐Ÿ’ซ Search / Choose Emoji's **note** ๐Ÿ‘€ Click or Return to choose | Ctrl V to Paste";
+ horizontal-align: 0.0;
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 8;
+ fixed-height: false;
+}
+
+/* ---- Elements ---- */
+element {
+ orientation: horizontal;
+}
+
+element-icon {
+ size: 0%;
+}
+
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.5;
} \ No newline at end of file
diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi
index 206928cb..6c8e2d5a 100644
--- a/config/rofi/config-keybinds.rasi
+++ b/config/rofi/config-keybinds.rasi
@@ -1,11 +1,18 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Main Config - For Keybinds generation */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
- width: 85%;
+ expand: true;
placeholder: " ๐Ÿงฎ Search Keybinds โ˜ฃ๏ธ NOTE โ˜ฃ๏ธ: Clicking with Mouse or Pressing ENTER will have NO function";
}
@@ -13,8 +20,23 @@ entry {
listview {
columns: 2;
lines: 12;
+ fixed-height: false;
}
window {
- width: 95%;
+ width: 90%;
+}
+
+/* ---- Elements ---- */
+element {
+ orientation: horizontal;
+}
+
+element-icon {
+ size: 0%;
+}
+
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.5;
} \ No newline at end of file
diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi
index 3e29881e..bcb45ac2 100644
--- a/config/rofi/config-rofi-Beats-menu.rasi
+++ b/config/rofi/config-rofi-Beats-menu.rasi
@@ -1,22 +1,37 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Main config Rofi Beats Config (compact) */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
- width: 20%;
+ expand: true;
placeholder: " ๐Ÿ“ป Choose Music Source";
}
/* ---- Window ---- */
window {
- width: 24%;
+ width: 20%;
}
/* ---- Listview ---- */
listview {
fixed-columns: false;
+ scrollbar: false;
colums: 1;
lines: 3;
}
+
+/* ---- Element ---- */
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.5;
+} \ No newline at end of file
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index 97bb9643..a674fa3a 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -1,7 +1,13 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Rofi Beats Config (compact) */
-@import "~/.config/rofi/config-compact.rasi"
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
@@ -10,5 +16,22 @@ entry {
/* ---- Listview ---- */
listview {
- lines: 7;
+ columns: 2;
+ lines: 8;
+ fixed-height: false;
+ margin: 10px;
+}
+
+/* ---- Elements ---- */
+element {
+ orientation: horizontal;
}
+
+element-icon {
+ size: 0%;
+}
+
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.5;
+} \ No newline at end of file
diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi
new file mode 100644
index 00000000..531a2c2c
--- /dev/null
+++ b/config/rofi/config-rofi-theme.rasi
@@ -0,0 +1,43 @@
+/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
+/* Main Config Rofi Theme */
+
+@import "~/.config/rofi/config.rasi"
+
+
+/* ---- Window ---- */
+window {
+ width: 45%;
+}
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
+
+/* ---- Listview ---- */
+listview {
+ columns: 2;
+ lines: 8;
+ fixed-height: false;
+}
+
+/* ---- Entry input ---- */
+entry {
+ expand: true;
+ placeholder: " โฌ‡๏ธ Select Which Rofi Theme wanted to apply";
+}
+
+
+/* ---- Elements ---- */
+element {
+ orientation: vertical;
+}
+
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
+}
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi
index 70cb08f1..b216d0a6 100644
--- a/config/rofi/config-search.rasi
+++ b/config/rofi/config-search.rasi
@@ -1,28 +1,25 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Rofi Config for Google Search) */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 40%;
+ height: inherit;
+ background-color: inherit;
+ text-color: inherit;
y-offset: 6px;
location: north;
-}
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
-}
-
-/* ---- Mainbox ---- */
-mainbox {
- padding: 0px;
- children: [ "entry"];
+ children: [ "entry" ];
+ border: 2px;
+ border-color: white/50%;
}
/* ---- Entry ---- */
entry {
placeholder: " ๐Ÿ”Ž Google Search via web browser";
+ padding: 15px;
+ border: 0px;
}
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi
index 684c00a2..0fb534e3 100644
--- a/config/rofi/config-wallpaper-effect.rasi
+++ b/config/rofi/config-wallpaper-effect.rasi
@@ -1,12 +1,19 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Wallpaper Effects */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
+
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
width: 20%;
- placeholder: " ๐Ÿ™๏ธ Choose desired wallpaper effect";
+ placeholder: " ๐Ÿ™๏ธ Search / Choose desired wallpaper effect";
}
/* ---- Window ---- */
@@ -16,11 +23,23 @@ window {
/* ---- Listview ---- */
listview {
- fixed-columns: false;
+ columns: 2;
lines: 8;
+ fixed-height: false;
}
/* ---- Inputbar ---- */
inputbar {
- background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
+ background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width);
+}
+
+/* ---- Element ---- */
+element-icon {
+ size: 0%;
+}
+
+element-text {
+ horizontal-align: 0.0;
+ vertical-align: 0.0;
+ margin: 5px 30px 5px 30px;
} \ No newline at end of file
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index 8665f6c0..eab47606 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -1,7 +1,7 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
/* Main Config (wallpaper) */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
@@ -12,17 +12,16 @@ window {
width: 60%;
}
-/* ---- Imagebox ---- */
-imagebox {
- orientation: vertical;
+/* ---- Mainbox ---- */
+mainbox {
children:
- [ "entry", "listbox"];
+ [ "inputbar", "listview"];
}
-
entry {
- expand: false;
- placeholder: " ๐ŸŽž๏ธ Choose Wallpaper";
+ expand: true;
+ placeholder: " ๐ŸŽž๏ธ Search / Choose Wallpaper";
+ horizontal-align: 0.0;
}
/* ---- Listview ---- */
@@ -35,17 +34,13 @@ listview {
/* ---- Element ---- */
element {
orientation: vertical;
- padding: 0px;
- spacing: 0px;
- border-radius: 12px;
}
element-icon {
- size: 15%;
+ size: 10%;
}
element-text {
- font: "JetBrainsMono Nerd Font SemiBold 12";
vertical-align: 0.5;
horizontal-align: 0.5;
}
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index 4dd06a1c..cc24a170 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -1,10 +1,40 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Layout Config (Waybar) */
+/* Main Config (Waybar Layout) */
-@import "~/.config/rofi/config-waybar-style.rasi"
+@import "~/.config/rofi/config.rasi"
+
+
+
+/* ---- Configuration ---- */
+configuration {
+ modi: "drun";
+}
+
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
/* ---- Entry ---- */
entry {
- placeholder: " ๐Ÿ–ผ๏ธ Choose Waybar Layout";
+ expand: true;
+ placeholder: " ๐Ÿ–ผ๏ธ Search / Choose Waybar Layout";
+}
+
+/* ---- Listview ---- */
+listview {
+ columns: 2;
+ lines: 9;
+ fixed-height: false;
+ margin: 10px;
}
+/* ---- Elements ---- */
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
+}
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index ee23793f..bfb3829a 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -1,12 +1,7 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config (waybar) */
+/* Main Config (waybar style) */
-@import "~/.config/rofi/master-config.rasi"
-
-/* ---- Configuration ---- */
-configuration {
- modi: "drun";
-}
+@import "~/.config/rofi/config.rasi"
/* ---- Mainbox ---- */
mainbox {
@@ -14,8 +9,31 @@ mainbox {
[ "inputbar", "listview"];
}
+/* ---- Configuration ---- */
+configuration {
+ modi: "drun";
+}
+
+/* ---- Entry ---- */
entry {
expand: true;
- placeholder: " ๐Ÿ–ผ๏ธ Choose Waybar Style";
+ placeholder: " ๐Ÿ–ผ๏ธ Search / Choose Waybar Style";
}
+
+/* ---- Listview ---- */
+listview {
+ columns: 2;
+ lines: 9;
+ fixed-height: false;
+ margin: 10px;
+}
+
+/* ---- Elements ---- */
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
+}
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi
index b3aff7e8..c2293b4e 100644
--- a/config/rofi/config-zsh-theme.rasi
+++ b/config/rofi/config-zsh-theme.rasi
@@ -1,7 +1,7 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config (compact) */
+/* Oh My ZSH Theme */
-@import "~/.config/rofi/master-config.rasi"
+@import "~/.config/rofi/config.rasi"
/* ---- Configuration ---- */
configuration {
@@ -14,13 +14,11 @@ window {
border-radius: 15px;
}
-/* ---- Imagebox ---- */
-imagebox {
- orientation: vertical;
- children:
- [ "inputbar", "listbox"];
+mainbox {
+ children: [ "inputbar" , "listview" ];
}
+
/* ---- Listbox ---- */
listbox {
border-radius: 12px;
@@ -33,7 +31,8 @@ inputbar {
}
entry {
- placeholder: " ๓ฐธ‰ Choose ZSH theme";
+ expand: true;
+ placeholder: " ๐ŸชŸ Search / Choose ZSH theme";
}
/* ---- Listview ---- */
@@ -46,7 +45,7 @@ listview {
/* ---- Element ---- */
element {
- border-radius: 10px;
+ orientation: horizontal;
}
/* ---- Message ---- */
@@ -57,3 +56,12 @@ message {
textbox {
padding: 15px;
}
+
+/* ---- Element ---- */
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
+}
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index eca05ea6..51a70f2c 100755..100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -1,31 +1,18 @@
/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config 1080p */
+/* Ja KooLit - Default
-@import "~/.config/rofi/master-config.rasi"
+* All main themes or configs are located in ~/.local/share/rofi/themes
+* If you want to edit the config, that is where you should edit NOT here
-/* ---- Window ---- */
-window {
- width: 50%;
-}
-/* ---- Listview ---- */
-listview {
- columns: 5;
- lines: 5;
- fixed-height: true;
-}
+* To load a new theme, manually edit the file path below or choose desired theme via rofi theme selector
-/* ---- Element ---- */
-element {
- orientation: vertical;
- padding: 10px 5px 10px 5px;
- spacing: 6px;
-}
+* Alternative way to Load (preferred) own cooked by Ja
+* SUPER CTRL R - Choose style
-element-icon {
- size: 3%;
-}
+* TIPS
+* If you have edited a config, rename it with a unique name. During update, the contents of
+* ~/.local/share/rofi/themes will be replaced. However, it wont overwrite your own config if you
+* renamed with your own unique file name */
-element-text {
- font: "JetBrainsMono Nerd Font SemiBold 10";
- horizontal-align: 0.5;
-} \ No newline at end of file
+
+@theme "~/.local/share/rofi/themes/KooL_style-2-Dark.rasi"
diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi
deleted file mode 100644
index 09032268..00000000
--- a/config/rofi/master-config.rasi
+++ /dev/null
@@ -1,237 +0,0 @@
-/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Master Config 1080p*/
-
-/* ---- Configuration ---- */
-
-configuration {
- font: "JetBrainsMono Nerd Font SemiBold 12";
- modi: "drun,run,filebrowser";
- show-icons: true;
- display-drun: "Apps";
- display-run: "Run";
- display-filebrowser: "Files";
- display-window: "Windows";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} ยท {c} ยท {t}";
- dpi: 1;
-}
-
-/* ---- Load wallust colors ---- */
-@theme "~/.config/rofi/wallust/colors-rofi.rasi"
-
-/* ---- Global Properties ---- */
-* {
-
- background-alt: @selected-active-background; // Buttons background
- 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 {
- // Default
- enabled: true;
- fullscreen: false;
- transparency: "real";
- cursor: "default";
- spacing: 0px;
- border: 3px 0px 3px 0px;
- border-radius: 30px;
- location: center;
- anchor: center;
-
- // Style Values
- width: 50%;
- background-color: @background;
-}
-
-/* ----- Main Box ----- */
-mainbox {
- padding: 12px;
- enabled: true;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
- background-color: transparent;
-}
-
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- padding: 10px 10px 50px 10px;
- margin: 10px;
- background-color: transparent;
- border-radius: 25px;
- orientation: horizontal;
- children: ["entry", "dummy", "mode-switcher" ];
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Entry input ---- */
-entry {
- enabled: true;
- expand: false;
- width: 20%;
- padding: 10px;
- border-radius: 12px;
- background-color: @selected;
- text-color: @text-selected;
- cursor: text;
- placeholder: " ๐Ÿ–ฅ๏ธ Search "; // << Search symbol
- placeholder-color: inherit;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 10px;
- padding: 10px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: false;
- fixed-columns: true;
- spacing: 10px;
- background-color: transparent;
-
-// Adapt rofi theme
- border: 0px;
-}
-
-/* ---- Dummy ---- */
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/* ---- Mode Switcher ---- */
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
-}
-button {
- width: 5%;
- padding: 12px;
- border-radius: 12px;
- background-color: @text-selected;
- text-color: @text-color;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @text-selected;
-}
-
-/* ---- Scrollbar ---- */
-scrollbar {
- border: 0;
- handle-color: @background-alt;
- handle-width: 2px ;
- padding: 0;
-}
-
-/* ---- Elements ---- */
-element {
- enabled: true;
- spacing: 10px;
- padding: 10px;
- border-radius: 12px;
- background-color: transparent;
- cursor: pointer;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-
-element selected.normal {
- border: 0px 3px 0px 3px;
- border-radius: 16px;
- border-color: @selected;
- background-color: transparent;
- text-color: @background-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @text-selected;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @text-selected;
-}
-// Adapt rofi theme
-element alternate.normal {
- background-color: transparent;
- text-color: inherit;
-}
-element alternate.urgent {
- background-color: transparent;
- text-color: inherit;
-}
-element alternate.active {
- background-color: transparent;
- text-color: inherit;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
-}
-element-text {
- font: "JetBrainsMono Nerd Font SemiBold 12";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/* ---- Message ---- */
-message {
- background-color: transparent;
- border: 0px;
-}
-textbox {
- padding: 12px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @background;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @background;
-}
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
deleted file mode 100755
index eca05ea6..00000000
--- a/config/rofi/resolution/1080p/config.rasi
+++ /dev/null
@@ -1,31 +0,0 @@
-/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config 1080p */
-
-@import "~/.config/rofi/master-config.rasi"
-
-/* ---- Window ---- */
-window {
- width: 50%;
-}
-/* ---- Listview ---- */
-listview {
- columns: 5;
- lines: 5;
- fixed-height: true;
-}
-
-/* ---- Element ---- */
-element {
- orientation: vertical;
- padding: 10px 5px 10px 5px;
- spacing: 6px;
-}
-
-element-icon {
- size: 3%;
-}
-
-element-text {
- font: "JetBrainsMono Nerd Font SemiBold 10";
- horizontal-align: 0.5;
-} \ No newline at end of file
diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi
deleted file mode 100644
index 09032268..00000000
--- a/config/rofi/resolution/1080p/master-config.rasi
+++ /dev/null
@@ -1,237 +0,0 @@
-/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Master Config 1080p*/
-
-/* ---- Configuration ---- */
-
-configuration {
- font: "JetBrainsMono Nerd Font SemiBold 12";
- modi: "drun,run,filebrowser";
- show-icons: true;
- display-drun: "Apps";
- display-run: "Run";
- display-filebrowser: "Files";
- display-window: "Windows";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} ยท {c} ยท {t}";
- dpi: 1;
-}
-
-/* ---- Load wallust colors ---- */
-@theme "~/.config/rofi/wallust/colors-rofi.rasi"
-
-/* ---- Global Properties ---- */
-* {
-
- background-alt: @selected-active-background; // Buttons background
- 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 {
- // Default
- enabled: true;
- fullscreen: false;
- transparency: "real";
- cursor: "default";
- spacing: 0px;
- border: 3px 0px 3px 0px;
- border-radius: 30px;
- location: center;
- anchor: center;
-
- // Style Values
- width: 50%;
- background-color: @background;
-}
-
-/* ----- Main Box ----- */
-mainbox {
- padding: 12px;
- enabled: true;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
- background-color: transparent;
-}
-
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- padding: 10px 10px 50px 10px;
- margin: 10px;
- background-color: transparent;
- border-radius: 25px;
- orientation: horizontal;
- children: ["entry", "dummy", "mode-switcher" ];
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Entry input ---- */
-entry {
- enabled: true;
- expand: false;
- width: 20%;
- padding: 10px;
- border-radius: 12px;
- background-color: @selected;
- text-color: @text-selected;
- cursor: text;
- placeholder: " ๐Ÿ–ฅ๏ธ Search "; // << Search symbol
- placeholder-color: inherit;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 10px;
- padding: 10px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: false;
- fixed-columns: true;
- spacing: 10px;
- background-color: transparent;
-
-// Adapt rofi theme
- border: 0px;
-}
-
-/* ---- Dummy ---- */
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/* ---- Mode Switcher ---- */
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
-}
-button {
- width: 5%;
- padding: 12px;
- border-radius: 12px;
- background-color: @text-selected;
- text-color: @text-color;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @text-selected;
-}
-
-/* ---- Scrollbar ---- */
-scrollbar {
- border: 0;
- handle-color: @background-alt;
- handle-width: 2px ;
- padding: 0;
-}
-
-/* ---- Elements ---- */
-element {
- enabled: true;
- spacing: 10px;
- padding: 10px;
- border-radius: 12px;
- background-color: transparent;
- cursor: pointer;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-
-element selected.normal {
- border: 0px 3px 0px 3px;
- border-radius: 16px;
- border-color: @selected;
- background-color: transparent;
- text-color: @background-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @text-selected;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @text-selected;
-}
-// Adapt rofi theme
-element alternate.normal {
- background-color: transparent;
- text-color: inherit;
-}
-element alternate.urgent {
- background-color: transparent;
- text-color: inherit;
-}
-element alternate.active {
- background-color: transparent;
- text-color: inherit;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
-}
-element-text {
- font: "JetBrainsMono Nerd Font SemiBold 12";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/* ---- Message ---- */
-message {
- background-color: transparent;
- border: 0px;
-}
-textbox {
- padding: 12px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @background;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @background;
-}
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
deleted file mode 100755
index 768fcec1..00000000
--- a/config/rofi/resolution/1440p/config.rasi
+++ /dev/null
@@ -1,37 +0,0 @@
-/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Main Config 1440p */
-
-@import "~/.config/rofi/master-config.rasi"
-
-/* ---- Window ---- */
-window {
- width: 50%;
-}
-
-/* ---- Mode Switcher ---- */
-button {
- width: 110px;
-}
-
-/* ---- Listview ---- */
-listview {
- columns: 5;
- lines: 5;
- fixed-height: true;
-}
-
-/* ---- Element ---- */
-element {
- orientation: vertical;
- padding: 10px 5px 10px 5px;
- spacing: 6px;
-}
-
-element-icon {
- size: 3%;
-}
-
-element-text {
- font: "JetBrainsMono Nerd Font SemiBold 12";
- horizontal-align: 0.5;
-}
diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi
deleted file mode 100644
index 96cb83a1..00000000
--- a/config/rofi/resolution/1440p/master-config.rasi
+++ /dev/null
@@ -1,237 +0,0 @@
-/* ---- ๐Ÿ’ซ https://github.com/JaKooLit ๐Ÿ’ซ ---- */
-/* Master Config 1440p*/
-
-/* ---- Configuration ---- */
-
-configuration {
- font: "JetBrainsMono Nerd Font SemiBold 12";
- modi: "drun,run,filebrowser";
- show-icons: true;
- display-drun: "Apps";
- display-run: "Run";
- display-filebrowser: "Files";
- display-window: "Windows";
- drun-display-format: "{name}";
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
- window-format: "{w} ยท {c} ยท {t}";
- dpi: 1;
-}
-
-/* ---- Load wallust colors ---- */
-@theme "~/.config/rofi/wallust/colors-rofi.rasi"
-
-/* ---- Global Properties ---- */
-* {
-
- background-alt: @selected-active-background; // Buttons background
- 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 {
- // Default
- enabled: true;
- fullscreen: false;
- transparency: "real";
- cursor: "default";
- spacing: 0px;
- border: 3px 0px 3px 0px;
- border-radius: 30px;
- location: center;
- anchor: center;
-
- // Style Values
- width: 50%;
- background-color: @background;
-}
-
-/* ----- Main Box ----- */
-mainbox {
- padding: 12px;
- enabled: true;
- orientation: vertical;
- children: [ "inputbar", "listbox" ];
- background-color: transparent;
-}
-
-
-/* ---- Inputbar ---- */
-inputbar {
- enabled: true;
- padding: 10px 10px 50px 10px;
- margin: 10px;
- background-color: transparent;
- border-radius: 20px;
- orientation: horizontal;
- children: ["entry", "dummy", "mode-switcher" ];
- background-image: url("~/.config/rofi/.current_wallpaper", width);
-}
-
-/* ---- Entry input ---- */
-entry {
- enabled: true;
- expand: false;
- width: 20%;
- padding: 10px;
- border-radius: 12px;
- background-color: @selected;
- text-color: @text-selected;
- cursor: text;
- placeholder: " ๐Ÿ–ฅ๏ธ Search "; // << Search symbol
- placeholder-color: inherit;
-}
-
-/* ---- Listbox ---- */
-listbox {
- spacing: 10px;
- padding: 10px;
- background-color: transparent;
- orientation: vertical;
- children: [ "message", "listview" ];
-}
-
-/* ---- Listview ---- */
-listview {
- enabled: true;
- columns: 2;
- lines: 6;
- cycle: true;
- dynamic: true;
- scrollbar: true;
- layout: vertical;
- reverse: false;
- fixed-height: false;
- fixed-columns: true;
- spacing: 10px;
- background-color: transparent;
-
-// Adapt rofi theme
- border: 0px;
-}
-
-/* ---- Dummy ---- */
-dummy {
- expand: true;
- background-color: transparent;
-}
-
-/* ---- Mode Switcher ---- */
-mode-switcher{
- enabled: true;
- spacing: 10px;
- background-color: transparent;
-}
-button {
- width: 5%;
- padding: 12px;
- border-radius: 12px;
- background-color: @text-selected;
- text-color: @text-color;
- cursor: pointer;
-}
-button selected {
- background-color: @selected;
- text-color: @text-selected;
-}
-
-/* ---- Scrollbar ---- */
-scrollbar {
- border: 0;
- handle-color: @background-alt;
- handle-width: 2px ;
- padding: 0;
-}
-
-/* ---- Elements ---- */
-element {
- enabled: true;
- spacing: 10px;
- padding: 10px;
- border-radius: 12px;
- background-color: transparent;
- cursor: pointer;
-}
-
-element normal.normal {
- background-color: inherit;
- text-color: inherit;
-}
-element normal.urgent {
- background-color: @urgent;
- text-color: @foreground;
-}
-element normal.active {
- background-color: @active;
- text-color: @foreground;
-}
-
-element selected.normal {
- border: 0px 3px 0px 3px;
- border-radius: 16px;
- border-color: @selected;
- background-color: transparent;
- text-color: @background-alt;
-}
-
-element selected.urgent {
- background-color: @urgent;
- text-color: @text-selected;
-}
-element selected.active {
- background-color: @urgent;
- text-color: @text-selected;
-}
-// Adapt rofi theme
-element alternate.normal {
- background-color: transparent;
- text-color: inherit;
-}
-element alternate.urgent {
- background-color: transparent;
- text-color: inherit;
-}
-element alternate.active {
- background-color: transparent;
- text-color: inherit;
-}
-element-icon {
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
-}
-element-text {
- font: "JetBrainsMono Nerd Font SemiBold 14";
- background-color: transparent;
- text-color: inherit;
- cursor: inherit;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-
-/* ---- Message ---- */
-message {
- background-color: transparent;
- border: 0px;
-}
-textbox {
- padding: 12px;
- border-radius: 10px;
- background-color: @background-alt;
- text-color: @background;
- vertical-align: 0.5;
- horizontal-align: 0.0;
-}
-error-message {
- padding: 12px;
- border-radius: 20px;
- background-color: @background-alt;
- text-color: @background;
-}
diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi
index 536bcdc6..b54ab670 100644
--- a/config/rofi/wallust/colors-rofi.rasi
+++ b/config/rofi/wallust/colors-rofi.rasi
@@ -2,30 +2,49 @@
/* wallust template - colors-rofi */
* {
-active-background: #20211D;
-active-foreground: #ACF2F1;
-normal-background: #1E1516;
-normal-foreground: #ACF2F1;
-urgent-background: #135C7D;
-urgent-foreground: #ACF2F1;
+active-background: #718A90;
+active-foreground: #ABF1E1;
+normal-background: #212826;
+normal-foreground: #ABF1E1;
+urgent-background: #44AE9B;
+urgent-foreground: #ABF1E1;
-alternate-active-background: #0D942F;
-alternate-active-foreground: #ACF2F1;
-alternate-normal-background: #1E1516;
-alternate-normal-foreground: #ACF2F1;
-alternate-urgent-background: #1E1516;
-alternate-urgent-foreground: #ACF2F1;
+alternate-active-background: #78858E;
+alternate-active-foreground: #ABF1E1;
+alternate-normal-background: #212826;
+alternate-normal-foreground: #ABF1E1;
+alternate-urgent-background: #212826;
+alternate-urgent-foreground: #ABF1E1;
-selected-active-background: #20211D;
-selected-active-foreground: #ACF2F1;
-selected-normal-background: #80E4E2;
-selected-normal-foreground: #ACF2F1;
-selected-urgent-background: #135C7D;
-selected-urgent-foreground: #ACF2F1;
+selected-active-background: #44AE9B;
+selected-active-foreground: #ABF1E1;
+selected-normal-background: #44AE9B;
+selected-normal-foreground: #ABF1E1;
+selected-urgent-background: #718A90;
+selected-urgent-foreground: #ABF1E1;
-background-color: #1E1516;
+background-color: #212826;
background: rgba(0,0,0,0.7);
-foreground: #80E4E2;
-border-color: #20211D;
+foreground: #ABF1E1;
+border-color: #718A90;
+
+color0: #464D4C;
+color1: #02211D;
+color2: #02613F;
+color3: #5A646A;
+color4: #55686C;
+color5: #338375;
+color6: #0CA27F;
+color7: #7FE3CC;
+color8: #599F8E;
+color9: #022C27;
+color10: #028154;
+color11: #78858E;
+color12: #718A90;
+color13: #44AE9B;
+color14: #10D8A9;
+color15: #7FE3CC;
+
+
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage