aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/rofi/config-compact.rasi10
-rw-r--r--config/rofi/config-long.rasi15
-rw-r--r--config/rofi/config-powermenu.rasi20
-rw-r--r--config/rofi/config-rofi-Beats.rasi12
-rw-r--r--config/rofi/config-wallpaper.rasi16
-rw-r--r--config/rofi/config-waybar-layout.rasi30
-rw-r--r--config/rofi/config-waybar-style.rasi50
-rw-r--r--config/rofi/config.rasi56
-rw-r--r--config/rofi/resolution/1080p/config-compact.rasi8
-rw-r--r--config/rofi/resolution/1080p/config-long.rasi13
-rw-r--r--config/rofi/resolution/1080p/config-powermenu.rasi20
-rw-r--r--config/rofi/resolution/1080p/config-rofi-Beats.rasi10
-rw-r--r--config/rofi/resolution/1080p/config-wallpaper.rasi18
-rw-r--r--config/rofi/resolution/1080p/config-waybar-layout.rasi28
-rw-r--r--config/rofi/resolution/1080p/config-waybar-style.rasi48
-rw-r--r--config/rofi/resolution/1080p/config.rasi54
-rw-r--r--config/rofi/resolution/1440p/config-compact.rasi8
-rw-r--r--config/rofi/resolution/1440p/config-long.rasi13
-rw-r--r--config/rofi/resolution/1440p/config-powermenu.rasi20
-rw-r--r--config/rofi/resolution/1440p/config-rofi-Beats.rasi10
-rw-r--r--config/rofi/resolution/1440p/config-wallpaper.rasi14
-rw-r--r--config/rofi/resolution/1440p/config-waybar-layout.rasi28
-rw-r--r--config/rofi/resolution/1440p/config-waybar-style.rasi48
-rw-r--r--config/rofi/resolution/1440p/config.rasi54
24 files changed, 315 insertions, 288 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi
index 122536e4..308ff85b 100644
--- a/config/rofi/config-compact.rasi
+++ b/config/rofi/config-compact.rasi
@@ -4,11 +4,11 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 600px;
+ width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi
index 55fb2261..28f6786a 100644
--- a/config/rofi/config-long.rasi
+++ b/config/rofi/config-long.rasi
@@ -1,13 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 900px;
- height: 500px;
+ /*height: 500px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,8 +38,7 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -45,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: vertical;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
@@ -75,7 +76,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 6px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi
index 3a84a306..520c09d3 100644
--- a/config/rofi/config-powermenu.rasi
+++ b/config/rofi/config-powermenu.rasi
@@ -18,15 +18,15 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 250px;
- height: 500px;
+ width: 280px;
+ /*height: 500px;*/
x-offset: -10px;
/* Debian/Ubuntu users use this offset */
/* x-offset: -130px; */
y-offset: 0px;
padding: 0px;
- border: 2px;
- border-radius: 15px;
+ border: 3px;
+ border-radius: 10px;
border-color: @active-background;
cursor: "default";
background-color: @background-color;
@@ -49,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 10px;
+ padding: 5px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -58,9 +58,9 @@ inputbar {
prompt {
enabled: true;
/*padding: 10px;*/
- border-radius: 15px;
+ border-radius: 10px;
border-color: @foreground;
- background-color: @background-color;
+ background-color: @background;
text-color: @foreground;
cursor: text;
@@ -89,14 +89,14 @@ listview {
/* ---- Elements ---- */
element {
enabled: true;
- padding: 10px;
- border-radius: 30px;
+ padding: 30px 40px 30px 40px;
+ border-radius: 20px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
}
element-text {
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 16";
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index 4d688185..8619b670 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -4,11 +4,11 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index d73ee64f..da47e90d 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -4,11 +4,11 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 450px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
@@ -82,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index 40059b8b..5d94a268 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -1,13 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,26 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -78,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -107,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 15;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -119,6 +120,7 @@ listview {
fixed-columns: true;
background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
/* ---- Element ---- */
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index 53e08708..d35d3a11 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -1,13 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,18 +38,18 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
@@ -55,7 +57,6 @@ mainbox {
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -78,10 +79,10 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background;
+ background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
@@ -107,18 +108,19 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
- 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: 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 ---- */
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 5293bec0..8430cc80 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -1,14 +1,14 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (main) - mine */
+/* Main Config (main) */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 450px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -38,25 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 14px;
+ orientation: vertical;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
- children: [ "imagebox", "listbox" ];
- border-radius: 10px;
+ children: [ "inputbar", "listbox" ];
+ border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
+ /*children: [ "inputbar"];*/
}
/* ---- Listbox ---- */
@@ -64,7 +64,8 @@ listbox {
spacing: 4px;
orientation: vertical;
children: [ "listview" ];
- border-radius: 10px;
+ padding: 10px;
+ border-radius: 12px;
border: 1px;
border-color: @active-background;
background-color: @background;
@@ -80,17 +81,17 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 10px;
- border-radius: 10px;
+ border-radius: 12px;
border-color: @foreground;
background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
+ children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
enabled: true;
+ padding: 10px 0px 10px 10px;
expand: false;
str: "🐧";
text-color: inherit;
@@ -99,6 +100,7 @@ textbox-prompt-colon {
entry {
enabled: true;
+ padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search";
@@ -115,8 +117,8 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
+ padding: 2px 24px 2px 24px;
+ border-radius: 12px;
background-color: @background;
text-color: inherit;
cursor: pointer;
@@ -135,18 +137,20 @@ button selected {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 8;
- spacing: 4px;
+ columns: 2;
+ lines: 6;
+ spacing: 5px;
+ padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: true;
+ fixed-columns: false;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
+ border: 0px;
}
/* ---- Element ---- */
@@ -156,7 +160,7 @@ element {
margin: 2px;
cursor: pointer;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
border: 0px;
}
@@ -217,25 +221,25 @@ element-text {
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0;
}
/*****----- Message -----*****/
message {
background-color: @background;
margin: 20px 0px 0px 0px;
- border-radius: 10px;
+ border-radius: 12px;
}
textbox {
- padding: 15px;
+ padding: 10px;
background-color: @background;
text-color: @foreground;
}
error-message {
padding: 15px;
- border-radius: 20px;
+ border-radius: 12px;
background-color: @background;
text-color: @foreground;
}
diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi
index aa5dc2b4..308ff85b 100644
--- a/config/rofi/resolution/1080p/config-compact.rasi
+++ b/config/rofi/resolution/1080p/config-compact.rasi
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 600px;
+ width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi
index 5b749e8e..28f6786a 100644
--- a/config/rofi/resolution/1080p/config-long.rasi
+++ b/config/rofi/resolution/1080p/config-long.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 900px;
- height: 500px;
+ /*height: 500px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,8 +38,7 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -45,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: vertical;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
@@ -75,7 +76,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 6px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi
index 3a84a306..520c09d3 100644
--- a/config/rofi/resolution/1080p/config-powermenu.rasi
+++ b/config/rofi/resolution/1080p/config-powermenu.rasi
@@ -18,15 +18,15 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 250px;
- height: 500px;
+ width: 280px;
+ /*height: 500px;*/
x-offset: -10px;
/* Debian/Ubuntu users use this offset */
/* x-offset: -130px; */
y-offset: 0px;
padding: 0px;
- border: 2px;
- border-radius: 15px;
+ border: 3px;
+ border-radius: 10px;
border-color: @active-background;
cursor: "default";
background-color: @background-color;
@@ -49,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 10px;
+ padding: 5px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -58,9 +58,9 @@ inputbar {
prompt {
enabled: true;
/*padding: 10px;*/
- border-radius: 15px;
+ border-radius: 10px;
border-color: @foreground;
- background-color: @background-color;
+ background-color: @background;
text-color: @foreground;
cursor: text;
@@ -89,14 +89,14 @@ listview {
/* ---- Elements ---- */
element {
enabled: true;
- padding: 10px;
- border-radius: 30px;
+ padding: 30px 40px 30px 40px;
+ border-radius: 20px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
}
element-text {
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 16";
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
index 5d3ad846..8619b670 100644
--- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi
+++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi
index a981980d..da47e90d 100644
--- a/config/rofi/resolution/1080p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1080p/config-wallpaper.rasi
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 450px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
@@ -82,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@@ -120,7 +120,7 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: truev;
+ fixed-columns: false;
background-color: transparent;
border-radius: 10px;
}
@@ -131,7 +131,7 @@ element {
padding: 5px;
margin: 2px;
cursor: pointer;
- background-color: transparent;
+ background-color: transparent;
border-radius: 10px;
border: 0px;
}
diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi
index 57e65d35..5d94a268 100644
--- a/config/rofi/resolution/1080p/config-waybar-layout.rasi
+++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,26 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -78,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -107,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 15;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -119,6 +120,7 @@ listview {
fixed-columns: true;
background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
/* ---- Element ---- */
diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi
index 95ba5286..d35d3a11 100644
--- a/config/rofi/resolution/1080p/config-waybar-style.rasi
+++ b/config/rofi/resolution/1080p/config-waybar-style.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,18 +38,18 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
@@ -55,7 +57,6 @@ mainbox {
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -78,10 +79,10 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background;
+ background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
@@ -107,18 +108,19 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
- 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: 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 ---- */
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index f8943943..8430cc80 100644
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (main) - mine */
+/* Main Config (main) */
/* ---- Configuration ---- */
configuration {
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 450px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -38,25 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 14px;
+ orientation: vertical;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
- children: [ "imagebox", "listbox" ];
- border-radius: 10px;
+ children: [ "inputbar", "listbox" ];
+ border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
+ /*children: [ "inputbar"];*/
}
/* ---- Listbox ---- */
@@ -64,7 +64,8 @@ listbox {
spacing: 4px;
orientation: vertical;
children: [ "listview" ];
- border-radius: 10px;
+ padding: 10px;
+ border-radius: 12px;
border: 1px;
border-color: @active-background;
background-color: @background;
@@ -80,17 +81,17 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 10px;
- border-radius: 10px;
+ border-radius: 12px;
border-color: @foreground;
background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
+ children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
enabled: true;
+ padding: 10px 0px 10px 10px;
expand: false;
str: "🐧";
text-color: inherit;
@@ -99,6 +100,7 @@ textbox-prompt-colon {
entry {
enabled: true;
+ padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search";
@@ -115,8 +117,8 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
+ padding: 2px 24px 2px 24px;
+ border-radius: 12px;
background-color: @background;
text-color: inherit;
cursor: pointer;
@@ -135,18 +137,20 @@ button selected {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 8;
- spacing: 4px;
+ columns: 2;
+ lines: 6;
+ spacing: 5px;
+ padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: true;
+ fixed-columns: false;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
+ border: 0px;
}
/* ---- Element ---- */
@@ -156,7 +160,7 @@ element {
margin: 2px;
cursor: pointer;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
border: 0px;
}
@@ -217,25 +221,25 @@ element-text {
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0;
}
/*****----- Message -----*****/
message {
background-color: @background;
margin: 20px 0px 0px 0px;
- border-radius: 10px;
+ border-radius: 12px;
}
textbox {
- padding: 15px;
+ padding: 10px;
background-color: @background;
text-color: @foreground;
}
error-message {
padding: 15px;
- border-radius: 20px;
+ border-radius: 12px;
background-color: @background;
text-color: @foreground;
}
diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi
index 122536e4..0dd5fe5d 100644
--- a/config/rofi/resolution/1440p/config-compact.rasi
+++ b/config/rofi/resolution/1440p/config-compact.rasi
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 600px;
+ width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi
index 55fb2261..5453cebe 100644
--- a/config/rofi/resolution/1440p/config-long.rasi
+++ b/config/rofi/resolution/1440p/config-long.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 900px;
- height: 500px;
+ /*height: 500px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,8 +38,7 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -45,7 +46,7 @@ window {
mainbox {
enabled: true;
orientation: vertical;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
@@ -75,7 +76,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 6px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi
index 3a84a306..b032dc5b 100644
--- a/config/rofi/resolution/1440p/config-powermenu.rasi
+++ b/config/rofi/resolution/1440p/config-powermenu.rasi
@@ -18,15 +18,15 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 250px;
- height: 500px;
+ width: 300px;
+ /*height: 500px;*/
x-offset: -10px;
/* Debian/Ubuntu users use this offset */
/* x-offset: -130px; */
y-offset: 0px;
padding: 0px;
- border: 2px;
- border-radius: 15px;
+ border: 3px;
+ border-radius: 10px;
border-color: @active-background;
cursor: "default";
background-color: @background-color;
@@ -49,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 10px;
+ padding: 5px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -58,9 +58,9 @@ inputbar {
prompt {
enabled: true;
/*padding: 10px;*/
- border-radius: 15px;
+ border-radius: 10px;
border-color: @foreground;
- background-color: @background-color;
+ background-color: @background;
text-color: @foreground;
cursor: text;
@@ -89,14 +89,14 @@ listview {
/* ---- Elements ---- */
element {
enabled: true;
- padding: 10px;
- border-radius: 30px;
+ padding: 30px 40px 30px 40px;
+ border-radius: 20px;
background-color: transparent;
text-color: @foreground;
cursor: pointer;
}
element-text {
- font: "Fira Code SemiBold 14";
+ font: "Fira Code SemiBold 18";
background-color: transparent;
text-color: inherit;
cursor: inherit;
diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
index 4d688185..521875f2 100644
--- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi
+++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi
index d73ee64f..ef28039c 100644
--- a/config/rofi/resolution/1440p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1440p/config-wallpaper.rasi
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -16,7 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
- fake-transparency: true;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 450px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -38,8 +38,8 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -47,7 +47,7 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
@@ -82,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi
index 40059b8b..8c51c0c9 100644
--- a/config/rofi/resolution/1440p/config-waybar-layout.rasi
+++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,26 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
- background-color: transparent;
+ background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -78,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -107,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 15;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -119,6 +120,7 @@ listview {
fixed-columns: true;
background-color: transparent;
border-radius: 10px;
+ border: 0px;
}
/* ---- Element ---- */
diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi
index 53e08708..cd73cfe0 100644
--- a/config/rofi/resolution/1440p/config-waybar-style.rasi
+++ b/config/rofi/resolution/1440p/config-waybar-style.rasi
@@ -1,5 +1,6 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* config - Waybar */
+
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@@ -7,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -15,6 +16,7 @@ configuration {
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
dpi: 1;
+
}
/* ---- Load pywal colors (custom wal template) ---- */
@@ -23,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -36,18 +38,18 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox"];
border-radius: 12px;
}
@@ -55,7 +57,6 @@ mainbox {
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -78,10 +79,10 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background;
+ background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
@@ -107,18 +108,19 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
- 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: 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 ---- */
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index 5293bec0..dca52fde 100644
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main Config (main) - mine */
+/* Main Config (main) */
/* ---- Configuration ---- */
configuration {
@@ -8,7 +8,7 @@ configuration {
show-icons: true;
display-drun: "";
display-run: "";
- display-filebrowser: "";
+ display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
@@ -25,7 +25,7 @@ configuration {
/* ---- Window ---- */
window {
width: 800px;
- height: 450px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -38,25 +38,25 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
- orientation: horizontal;
- padding: 14px;
+ orientation: vertical;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
- children: [ "imagebox", "listbox" ];
- border-radius: 10px;
+ children: [ "inputbar", "listbox" ];
+ border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
+ /*children: [ "inputbar"];*/
}
/* ---- Listbox ---- */
@@ -64,7 +64,8 @@ listbox {
spacing: 4px;
orientation: vertical;
children: [ "listview" ];
- border-radius: 10px;
+ padding: 10px;
+ border-radius: 12px;
border: 1px;
border-color: @active-background;
background-color: @background;
@@ -80,17 +81,17 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 10px;
- border-radius: 10px;
+ border-radius: 12px;
border-color: @foreground;
background-color: @background;
- children: [ "textbox-prompt-colon", "entry" ];
+ children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
}
textbox-prompt-colon {
enabled: true;
+ padding: 10px 0px 10px 10px;
expand: false;
str: "🐧";
text-color: inherit;
@@ -99,6 +100,7 @@ textbox-prompt-colon {
entry {
enabled: true;
+ padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search";
@@ -115,8 +117,8 @@ mode-switcher{
}
button {
- padding: 10px;
- border-radius: 10px;
+ padding: 2px 24px 2px 24px;
+ border-radius: 12px;
background-color: @background;
text-color: inherit;
cursor: pointer;
@@ -135,18 +137,20 @@ button selected {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 8;
- spacing: 4px;
+ columns: 2;
+ lines: 6;
+ spacing: 5px;
+ padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: true;
+ fixed-columns: false;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
+ border: 0px;
}
/* ---- Element ---- */
@@ -156,7 +160,7 @@ element {
margin: 2px;
cursor: pointer;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
border: 0px;
}
@@ -217,25 +221,25 @@ element-text {
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
- horizontal-align: 0.0;
+ horizontal-align: 0;
}
/*****----- Message -----*****/
message {
background-color: @background;
margin: 20px 0px 0px 0px;
- border-radius: 10px;
+ border-radius: 12px;
}
textbox {
- padding: 15px;
+ padding: 10px;
background-color: @background;
text-color: @foreground;
}
error-message {
padding: 15px;
- border-radius: 20px;
+ border-radius: 12px;
background-color: @background;
text-color: @foreground;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage