aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/resolution
diff options
context:
space:
mode:
Diffstat (limited to 'config/rofi/resolution')
-rwxr-xr-xconfig/rofi/resolution/1080p/config.rasi27
-rwxr-xr-xconfig/rofi/resolution/1440p/config.rasi23
2 files changed, 26 insertions, 24 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index 2c8b9658..2042f9c5 100755
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -19,8 +19,8 @@ configuration {
dpi: 1;
}
-/* ---- Load pywal colors ---- */
-@theme "~/.cache/wal/colors-rofi-dark.rasi"
+/* ---- Load wallust colors ---- */
+@theme "~/.config/rofi/wallust/colors-rofi.rasi"
/* ---- Global Properties ---- */
* {
@@ -50,11 +50,12 @@ window {
// Style Values
width: 50%;
- background-color: #00000099;
+ background-color: @background;
}
/* ----- Main Box ----- */
mainbox {
+ padding: 15px;
enabled: true;
orientation: vertical;
children: [ "inputbar", "listbox" ];
@@ -78,13 +79,13 @@ inputbar {
entry {
enabled: true;
expand: false;
- width: 300px;
+ width: 20%;
padding: 10px;
border-radius: 12px;
- background-color: @background-alt;
- text-color: inherit;
+ background-color: @selected;
+ text-color: @text-selected;
cursor: text;
- placeholder: "🔎 Search "; // << Search symbol
+ placeholder: "🖥️ Search "; // << Search symbol
placeholder-color: inherit;
}
@@ -132,8 +133,8 @@ button {
width: 5%;
padding: 12px;
border-radius: 12px;
- background-color: @background-alt;
- text-color: inherit;
+ background-color: @text-selected;
+ text-color: @text-color;
cursor: pointer;
}
button selected {
@@ -154,8 +155,8 @@ scrollbar {
element {
enabled: true;
spacing: 10px;
- padding: 4px;
- border-radius: 10px;
+ padding: 10px;
+ border-radius: 12px;
background-color: transparent;
cursor: pointer;
}
@@ -223,7 +224,7 @@ textbox {
padding: 12px;
border-radius: 10px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
vertical-align: 0.5;
horizontal-align: 0.0;
}
@@ -231,5 +232,5 @@ error-message {
padding: 12px;
border-radius: 20px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
}
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index ae3a7b7a..3f7a2dc6 100755
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -20,7 +20,7 @@ configuration {
}
/* ---- Load pywal colors ---- */
-@theme "~/.cache/wal/colors-rofi-dark.rasi"
+@theme "~/.config/rofi/wallust/colors-rofi.rasi"
/* ---- Global Properties ---- */
* {
@@ -50,11 +50,12 @@ window {
// Style Values
width: 40%;
- background-color: #00000099;
+ background-color: @background;
}
/* ----- Main Box ----- */
mainbox {
+ padding: 15px;
enabled: true;
orientation: vertical;
children: [ "inputbar", "listbox" ];
@@ -78,13 +79,13 @@ inputbar {
entry {
enabled: true;
expand: false;
- width: 300px;
+ width: 18%;
padding: 10px;
border-radius: 12px;
- background-color: @background-alt;
+ background-color: @selected;
text-color: @text-selected;
cursor: text;
- placeholder: "🔎 Search "; // << Search symbol
+ placeholder: "🖥️ Search "; // << Search symbol
placeholder-color: inherit;
}
@@ -132,8 +133,8 @@ button {
width: 110px;
padding: 12px;
border-radius: 12px;
- background-color: @background-alt;
- text-color: inherit;
+ background-color: @text-selected;
+ text-color: @text-color;
cursor: pointer;
}
button selected {
@@ -154,8 +155,8 @@ scrollbar {
element {
enabled: true;
spacing: 10px;
- padding: 4px;
- border-radius: 10px;
+ padding: 10px;
+ border-radius: 12px;
background-color: transparent;
cursor: pointer;
}
@@ -223,12 +224,12 @@ textbox {
padding: 12px;
border-radius: 10px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
vertical-align: 0.5;
}
error-message {
padding: 12px;
border-radius: 20px;
background-color: @background-alt;
- text-color: @foreground;
+ text-color: @background;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage