aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi
diff options
context:
space:
mode:
Diffstat (limited to 'config/rofi')
-rw-r--r--config/rofi/config-compact.rasi10
-rw-r--r--config/rofi/config-long.rasi24
-rw-r--r--config/rofi/config-powermenu.rasi26
-rw-r--r--config/rofi/config-rofi-Beats.rasi19
-rw-r--r--config/rofi/config-wallpaper.rasi19
-rw-r--r--config/rofi/config-waybar-layout.rasi33
-rw-r--r--config/rofi/config-waybar-style.rasi49
-rw-r--r--config/rofi/config.rasi55
-rw-r--r--config/rofi/resolution/1080p/config-compact.rasi10
-rw-r--r--config/rofi/resolution/1080p/config-long.rasi24
-rw-r--r--config/rofi/resolution/1080p/config-powermenu.rasi26
-rw-r--r--config/rofi/resolution/1080p/config-rofi-Beats.rasi19
-rw-r--r--config/rofi/resolution/1080p/config-wallpaper.rasi19
-rw-r--r--config/rofi/resolution/1080p/config-waybar-layout.rasi33
-rw-r--r--config/rofi/resolution/1080p/config-waybar-style.rasi49
-rw-r--r--config/rofi/resolution/1080p/config.rasi55
-rw-r--r--config/rofi/resolution/1440p/config-compact.rasi8
-rw-r--r--config/rofi/resolution/1440p/config-long.rasi20
-rw-r--r--config/rofi/resolution/1440p/config-powermenu.rasi26
-rw-r--r--config/rofi/resolution/1440p/config-rofi-Beats.rasi17
-rw-r--r--config/rofi/resolution/1440p/config-wallpaper.rasi15
-rw-r--r--config/rofi/resolution/1440p/config-waybar-layout.rasi33
-rw-r--r--config/rofi/resolution/1440p/config-waybar-style.rasi49
-rw-r--r--config/rofi/resolution/1440p/config.rasi53
24 files changed, 371 insertions, 320 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi
index 15300a74..308ff85b 100644
--- a/config/rofi/config-compact.rasi
+++ b/config/rofi/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: 20%;
+ width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,11 +46,11 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi
index a1f33e66..28f6786a 100644
--- a/config/rofi/config-long.rasi
+++ b/config/rofi/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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 900px;
+ /*height: 500px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,8 +38,7 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -44,11 +46,11 @@ window {
mainbox {
enabled: true;
orientation: vertical;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -74,7 +76,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 6px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@@ -104,15 +106,15 @@ entry {
listview {
enabled: true;
columns: 1;
- lines: 12;
+ lines: 9;
spacing: 4px;
dynamic: true;
cycle: true;
- scrollbar: false;
+ scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi
index ae1ee00a..520c09d3 100644
--- a/config/rofi/config-powermenu.rasi
+++ b/config/rofi/config-powermenu.rasi
@@ -18,13 +18,15 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 240px;
- /*height: 800px;*/
- x-offset: 0px;
+ 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;
@@ -47,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 10px;
+ padding: 5px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -56,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;
@@ -68,7 +70,7 @@ prompt {
listview {
enabled: true;
columns: 1;
- lines: 6;
+ lines: 7;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -87,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 17bf54a3..8619b670 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/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) ---- */
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 500px;
+ height: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
}
@@ -46,11 +47,11 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -115,11 +116,11 @@ listview {
spacing: 4px;
dynamic: true;
cycle: true;
- scrollbar: false;
+ scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index 5b17e066..da47e90d 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/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) ---- */
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
}
@@ -46,11 +47,11 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -81,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@@ -111,7 +112,7 @@ entry {
listview {
enabled: true;
columns: 2;
- lines: 5;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index 08ab350e..5d94a268 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,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 ---- */
@@ -77,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -106,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,9 +117,10 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ 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 fb012136..d35d3a11 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,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;
}
@@ -54,7 +57,6 @@ mainbox {
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -77,10 +79,10 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
@@ -106,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 32014415..8430cc80 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/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;
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 800px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
- border-radius: 10px;
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox" ];
+ border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
+ /*children: [ "inputbar"];*/
}
/* ---- Listbox ---- */
@@ -63,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;
@@ -79,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;
@@ -98,6 +100,7 @@ textbox-prompt-colon {
entry {
enabled: true;
+ padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search";
@@ -114,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;
@@ -134,9 +137,10 @@ button selected {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
+ columns: 2;
+ lines: 6;
+ spacing: 5px;
+ padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
@@ -145,7 +149,8 @@ listview {
fixed-height: true;
fixed-columns: false;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
+ border: 0px;
}
/* ---- Element ---- */
@@ -155,7 +160,7 @@ element {
margin: 2px;
cursor: pointer;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
border: 0px;
}
@@ -216,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 15300a74..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: 20%;
+ width: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,11 +46,11 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi
index a1f33e66..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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 900px;
+ /*height: 500px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,8 +38,7 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -44,11 +46,11 @@ window {
mainbox {
enabled: true;
orientation: vertical;
- padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -74,7 +76,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 6px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@@ -104,15 +106,15 @@ entry {
listview {
enabled: true;
columns: 1;
- lines: 12;
+ lines: 9;
spacing: 4px;
dynamic: true;
cycle: true;
- scrollbar: false;
+ scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi
index ae1ee00a..520c09d3 100644
--- a/config/rofi/resolution/1080p/config-powermenu.rasi
+++ b/config/rofi/resolution/1080p/config-powermenu.rasi
@@ -18,13 +18,15 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 240px;
- /*height: 800px;*/
- x-offset: 0px;
+ 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;
@@ -47,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 10px;
+ padding: 5px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -56,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;
@@ -68,7 +70,7 @@ prompt {
listview {
enabled: true;
columns: 1;
- lines: 6;
+ lines: 7;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -87,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 17bf54a3..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) ---- */
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 500px;
+ height: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
}
@@ -46,11 +47,11 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -115,11 +116,11 @@ listview {
spacing: 4px;
dynamic: true;
cycle: true;
- scrollbar: false;
+ scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi
index 5b17e066..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) ---- */
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
}
@@ -46,11 +47,11 @@ window {
mainbox {
enabled: true;
orientation: horizontal;
- padding: 15px;
+ padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -81,7 +82,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@@ -111,7 +112,7 @@ entry {
listview {
enabled: true;
columns: 2;
- lines: 5;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi
index 08ab350e..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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,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 ---- */
@@ -77,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -106,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,9 +117,10 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ 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 fb012136..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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,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;
}
@@ -54,7 +57,6 @@ mainbox {
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -77,10 +79,10 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @backrgound90;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
@@ -106,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 32014415..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;
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 800px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
- children: [ "imagebox", "listbox" ];
- border-radius: 10px;
+ orientation: vertical;
+ padding: 8px;
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
+ children: [ "inputbar", "listbox" ];
+ border-radius: 12px;
}
/* ---- Imagebox ---- */
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy", "mode-switcher" ];
+ /*children: [ "inputbar"];*/
}
/* ---- Listbox ---- */
@@ -63,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;
@@ -79,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;
@@ -98,6 +100,7 @@ textbox-prompt-colon {
entry {
enabled: true;
+ padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search";
@@ -114,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;
@@ -134,9 +137,10 @@ button selected {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
+ columns: 2;
+ lines: 6;
+ spacing: 5px;
+ padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
@@ -145,7 +149,8 @@ listview {
fixed-height: true;
fixed-columns: false;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
+ border: 0px;
}
/* ---- Element ---- */
@@ -155,7 +160,7 @@ element {
margin: 2px;
cursor: pointer;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
border: 0px;
}
@@ -216,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 8ec0cf77..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: 20%;
+ 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 a6373e8f..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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 900px;
+ /*height: 500px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,8 +38,7 @@ window {
anchor: center;
fullscreen: false;
enabled: true;
- border-radius: 15px;
- border-radius: 15px;
+ border-radius: 12px;
background-color: @background-color;
}
@@ -44,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;
@@ -74,7 +76,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 14px;
+ padding: 6px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
@@ -104,15 +106,15 @@ entry {
listview {
enabled: true;
columns: 1;
- lines: 12;
+ lines: 9;
spacing: 4px;
dynamic: true;
cycle: true;
- scrollbar: false;
+ scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi
index ae1ee00a..b032dc5b 100644
--- a/config/rofi/resolution/1440p/config-powermenu.rasi
+++ b/config/rofi/resolution/1440p/config-powermenu.rasi
@@ -18,13 +18,15 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 240px;
- /*height: 800px;*/
- x-offset: 0px;
+ 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;
@@ -47,7 +49,7 @@ mainbox {
/* ---- Inputbar ---- */
inputbar {
enabled: true;
- padding: 10px;
+ padding: 5px;
background-color: transparent;
orientation: horizontal;
children: ["prompt"];
@@ -56,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;
@@ -68,7 +70,7 @@ prompt {
listview {
enabled: true;
columns: 1;
- lines: 6;
+ lines: 7;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -87,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 5c6e31b2..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) ---- */
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 500px;
+ height: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
}
@@ -46,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;
@@ -115,11 +116,11 @@ listview {
spacing: 4px;
dynamic: true;
cycle: true;
- scrollbar: false;
+ scrollbar: true;
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi
index b95e46d2..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) ---- */
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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;
}
@@ -46,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;
@@ -81,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 1b9a759e..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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,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 ---- */
@@ -77,7 +79,7 @@ inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
- padding: 15px;
+ padding: 8px;
border-radius: 10px;
border-color: @foreground;
background-color: @backrgound90;
@@ -106,8 +108,8 @@ entry {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 16;
+ columns: 2;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,9 +117,10 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ 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 e419ab15..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) ---- */
@@ -22,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ /*height: 800px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -35,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;
}
@@ -54,7 +57,6 @@ mainbox {
imagebox {
background-color: transparent;
orientation: vertical;
- children: [ "inputbar", "dummy"];
}
/* ---- Listbox ---- */
@@ -77,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;
@@ -106,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 86492df6..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;
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 800px;
+ /*height: 450px;*/
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -37,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 ---- */
@@ -63,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;
@@ -79,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;
@@ -98,6 +100,7 @@ textbox-prompt-colon {
entry {
enabled: true;
+ padding: 10px 0px 10px 0px;
text-color: inherit;
cursor: text;
placeholder: "Search";
@@ -114,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;
@@ -134,9 +137,10 @@ button selected {
/* ---- Listview ---- */
listview {
enabled: true;
- columns: 1;
- lines: 9;
- spacing: 4px;
+ columns: 2;
+ lines: 6;
+ spacing: 5px;
+ padding: 6px;
dynamic: true;
cycle: true;
scrollbar: false;
@@ -145,7 +149,8 @@ listview {
fixed-height: true;
fixed-columns: false;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
+ border: 0px;
}
/* ---- Element ---- */
@@ -155,7 +160,7 @@ element {
margin: 2px;
cursor: pointer;
background-color: transparent;
- border-radius: 10px;
+ border-radius: 12px;
border: 0px;
}
@@ -216,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