aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-13 12:56:57 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-13 12:56:57 +0900
commita4c48b0ea0b2b1d474d503fb8d924d190762e999 (patch)
treeea3304df1e7df98e173270461b3c90a43cba4b6c /assets
parentdd46262fdfaabebb6fd2213a9baec91dd4244086 (diff)
Improvements on the rofi.
Utilized message function for additional informations when script is used in conjunction with rofi
Diffstat (limited to 'assets')
-rw-r--r--assets/rofi/themes/KooL_LonerOrZ.rasi12
-rw-r--r--assets/rofi/themes/KooL_style-1.rasi7
-rw-r--r--assets/rofi/themes/KooL_style-10-Fancy.rasi12
-rw-r--r--assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi18
-rw-r--r--assets/rofi/themes/KooL_style-11-Win11-list-light.rasi17
-rw-r--r--assets/rofi/themes/KooL_style-2-Dark.rasi9
-rw-r--r--assets/rofi/themes/KooL_style-2-Light.rasi10
-rw-r--r--assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi5
-rw-r--r--assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi11
-rw-r--r--assets/rofi/themes/KooL_style-4.rasi2
-rw-r--r--assets/rofi/themes/KooL_style-5.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-6.rasi5
-rw-r--r--assets/rofi/themes/KooL_style-7.rasi6
-rw-r--r--assets/rofi/themes/KooL_style-8.rasi8
-rw-r--r--assets/rofi/themes/KooL_style-9.rasi4
15 files changed, 83 insertions, 49 deletions
diff --git a/assets/rofi/themes/KooL_LonerOrZ.rasi b/assets/rofi/themes/KooL_LonerOrZ.rasi
index d6a947ba..2803b693 100644
--- a/assets/rofi/themes/KooL_LonerOrZ.rasi
+++ b/assets/rofi/themes/KooL_LonerOrZ.rasi
@@ -166,3 +166,15 @@ element selected.active {
background-color: @BGA;
color: @FG;
}
+
+/*****----- Message -----*****/
+error-message {
+ padding: 20px;
+}
+textbox {
+ padding: 10px;
+ background-color: @BG;
+ text-color: @FG;
+ vertical-align: 0.5;
+ horizontal-align: 0.5;
+}
diff --git a/assets/rofi/themes/KooL_style-1.rasi b/assets/rofi/themes/KooL_style-1.rasi
index b8f58fff..9ac62fd7 100644
--- a/assets/rofi/themes/KooL_style-1.rasi
+++ b/assets/rofi/themes/KooL_style-1.rasi
@@ -84,7 +84,7 @@ entry {
width: 20%;
padding: 10px;
border-radius: 12px;
- background-color: @color11;
+ background-color: @active;
text-color: @text-selected;
cursor: text;
placeholder: " 🖥️ Search ";
@@ -230,12 +230,13 @@ message {
border: 0px;
}
textbox {
+ margin: 10px;
padding: 12px;
border-radius: 10px;
- background-color: @background;
+ background-color: @active;
text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
error-message {
padding: 12px;
diff --git a/assets/rofi/themes/KooL_style-10-Fancy.rasi b/assets/rofi/themes/KooL_style-10-Fancy.rasi
index 376cd3da..f5dc79e4 100644
--- a/assets/rofi/themes/KooL_style-10-Fancy.rasi
+++ b/assets/rofi/themes/KooL_style-10-Fancy.rasi
@@ -282,12 +282,18 @@ entry {
}
+/*****----- Message -----*****/
error-message {
- background-color: darkred/10%;
- border-color: darkred;
+ background-color: darkred/20%;
border-radius: 10px;
border: 2px;
- padding: 0.5em;
}
+textbox {
+ padding: 5px;
+ background-color: darkred/10%;
+ vertical-align: 0.5;
+ horizontal-align: 0.5;
+}
+
diff --git a/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi
index d8958455..9dede9f8 100644
--- a/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi
+++ b/assets/rofi/themes/KooL_style-11-Win11-list-dark.rasi
@@ -81,11 +81,6 @@ entry {
text-color : @fg1;
}
-textbox {
- padding : 4px 8px;
- background-color : @bg2;
-}
-
listview {
columns : 2;
spacing : 8px;
@@ -130,3 +125,16 @@ element-icon {
element-text {
text-color: inherit;
}
+
+/*****----- Message -----*****/
+error-message {
+ padding: 20px;
+}
+
+textbox {
+ padding : 10px;
+ background-color : @bg0;
+ text-color : @fg0;
+ vertical-align : 0.5;
+ horizontal-align : 0.5;
+}
diff --git a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
index 8e2584b5..0e2600f1 100644
--- a/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
+++ b/assets/rofi/themes/KooL_style-11-Win11-list-light.rasi
@@ -81,10 +81,6 @@ entry {
placeholder-color : @fg1;
}
-textbox {
- padding : 4px 8px;
- background-color : @bg2;
-}
listview {
columns : 2;
@@ -130,3 +126,16 @@ element-icon {
element-text {
text-color: inherit;
}
+
+/*****----- Message -----*****/
+error-message {
+ padding: 20px;
+}
+
+textbox {
+ padding : 10px;
+ background-color : @bg0;
+ text-color : @fg0;
+ vertical-align : 0.5;
+ horizontal-align : 0.5;
+}
diff --git a/assets/rofi/themes/KooL_style-2-Dark.rasi b/assets/rofi/themes/KooL_style-2-Dark.rasi
index 036b7fae..cbacce1c 100644
--- a/assets/rofi/themes/KooL_style-2-Dark.rasi
+++ b/assets/rofi/themes/KooL_style-2-Dark.rasi
@@ -163,14 +163,11 @@ button selected {
/*****----- Message -----*****/
error-message {
padding: 20px;
- background-color: transparent;
- text-color: white;
}
textbox {
- padding: 20px;
- border-radius: 12px;
- background-color: black/30%;
+ padding: 10px;
+ background-color: black/75%;
text-color: white;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi
index 9a8677ab..c2fc812f 100644
--- a/assets/rofi/themes/KooL_style-2-Light.rasi
+++ b/assets/rofi/themes/KooL_style-2-Light.rasi
@@ -164,14 +164,12 @@ button selected {
/*****----- Message -----*****/
error-message {
padding: 20px;
- background-color: transparent;
- text-color: black;
}
textbox {
- padding: 20px;
- border-radius: 12px;
- background-color: white/30%;
+ padding: 10px;
+ background-color: gray/25%;
text-color: black;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
+
diff --git a/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
index 61a65ae8..a98a6fa8 100644
--- a/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
+++ b/assets/rofi/themes/KooL_style-3-FullScreen-v1.rasi
@@ -240,12 +240,13 @@ message {
border: 0px;
}
textbox {
+ margin: 10px;
padding: 12px;
border-radius: 10px;
- background-color: @background-alt;
+ background-color: @selected;
text-color: @background;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
error-message {
padding: 12px;
diff --git a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
index 428c54a7..55277f61 100644
--- a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
+++ b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
@@ -197,17 +197,16 @@ element-text {
/*****----- Message -----*****/
error-message {
- padding: 100px;
- border: 0px solid;
- border-radius: 0px;
+ padding: 0px;
border-color: @selected;
- background-color: black / 10%;
+ background-color: transparent;
text-color: @foreground;
}
textbox {
- background-color: transparent;
+ padding: 20px;
+ background-color: black/10%;
text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
highlight: none;
}
diff --git a/assets/rofi/themes/KooL_style-4.rasi b/assets/rofi/themes/KooL_style-4.rasi
index 519f10f7..7eb03c45 100644
--- a/assets/rofi/themes/KooL_style-4.rasi
+++ b/assets/rofi/themes/KooL_style-4.rasi
@@ -312,7 +312,7 @@ textbox {
background-color: @alternate-background;
text-color: @foreground-color;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
highlight: none;
placeholder-color: @foreground-color;
blink: true;
diff --git a/assets/rofi/themes/KooL_style-5.rasi b/assets/rofi/themes/KooL_style-5.rasi
index cd9a5ce2..3d1f9220 100644
--- a/assets/rofi/themes/KooL_style-5.rasi
+++ b/assets/rofi/themes/KooL_style-5.rasi
@@ -165,7 +165,7 @@ listview {
reverse: false;
fixed-height: true;
fixed-columns: false;
- background-color: transparent;
+ background-color: @background;
border-radius: 12px;
border: 0px;
}
@@ -250,9 +250,9 @@ textbox {
padding: 12px;
border-radius: 10px;
background-color: @background-alt;
- text-color: @background;
+ text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
error-message {
padding: 12px;
diff --git a/assets/rofi/themes/KooL_style-6.rasi b/assets/rofi/themes/KooL_style-6.rasi
index f5e7de43..bdc1b12d 100644
--- a/assets/rofi/themes/KooL_style-6.rasi
+++ b/assets/rofi/themes/KooL_style-6.rasi
@@ -216,12 +216,13 @@ message {
border: 0px;
}
textbox {
+ margin: 10px;
padding: 12px;
border-radius: 10px;
- background-color: @background;
+ background-color: @active;
text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
error-message {
padding: 12px;
diff --git a/assets/rofi/themes/KooL_style-7.rasi b/assets/rofi/themes/KooL_style-7.rasi
index 6d8c0201..c5bec637 100644
--- a/assets/rofi/themes/KooL_style-7.rasi
+++ b/assets/rofi/themes/KooL_style-7.rasi
@@ -186,9 +186,11 @@ error-message {
text-color: @foreground;
}
textbox {
- background-color: @background;
+ padding: 10px;
+ border-radius: 20px;
+ background-color: @color11;
text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
highlight: none;
}
diff --git a/assets/rofi/themes/KooL_style-8.rasi b/assets/rofi/themes/KooL_style-8.rasi
index ce262ad4..7a54dff5 100644
--- a/assets/rofi/themes/KooL_style-8.rasi
+++ b/assets/rofi/themes/KooL_style-8.rasi
@@ -228,15 +228,15 @@ message {
}
textbox {
padding: 12px;
- border-radius: 10px;
- background-color: @background;
+ border-radius: 0px;
+ background-color: @color11;
text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
error-message {
padding: 12px;
- border-radius: 20px;
+ border-radius: 0px;
background-color: @background;
text-color: @foreground;
}
diff --git a/assets/rofi/themes/KooL_style-9.rasi b/assets/rofi/themes/KooL_style-9.rasi
index 5ac5c0f9..a03f877f 100644
--- a/assets/rofi/themes/KooL_style-9.rasi
+++ b/assets/rofi/themes/KooL_style-9.rasi
@@ -199,10 +199,10 @@ message {
textbox {
padding: 12px;
border-radius: 10px;
- background-color: @background;
+ background-color: @BDR;
text-color: @foreground;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0.5;
}
error-message {
padding: 12px;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage