aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2023-12-01 08:39:41 +0900
committerJaKooLit <ejhay.games@gmail.com>2023-12-01 08:39:41 +0900
commita416fe90405aed1803c302aaaa5dfb6eb9bd5363 (patch)
tree2baabc1ef115fc3859c30f6a2bd699da56bfcac1 /config
parentd3c3e268b9986584aad2cf286a27143b0babb5fe (diff)
rofi width and hieght changed to px
Diffstat (limited to 'config')
-rw-r--r--config/rofi/config-compact.rasi6
-rw-r--r--config/rofi/config-long.rasi15
-rw-r--r--config/rofi/config-powermenu.rasi8
-rw-r--r--config/rofi/config-rofi-Beats.rasi11
-rw-r--r--config/rofi/config-wallpaper.rasi9
-rw-r--r--config/rofi/config-waybar-layout.rasi11
-rw-r--r--config/rofi/config-waybar-style.rasi7
-rw-r--r--config/rofi/config.rasi11
-rw-r--r--config/rofi/resolution/1080p/config-compact.rasi4
-rw-r--r--config/rofi/resolution/1080p/config-long.rasi13
-rw-r--r--config/rofi/resolution/1080p/config-powermenu.rasi8
-rw-r--r--config/rofi/resolution/1080p/config-rofi-Beats.rasi9
-rw-r--r--config/rofi/resolution/1080p/config-wallpaper.rasi11
-rw-r--r--config/rofi/resolution/1080p/config-waybar-layout.rasi9
-rw-r--r--config/rofi/resolution/1080p/config-waybar-style.rasi5
-rw-r--r--config/rofi/resolution/1080p/config.rasi9
-rw-r--r--config/rofi/resolution/1440p/config-compact.rasi2
-rw-r--r--config/rofi/resolution/1440p/config-long.rasi9
-rw-r--r--config/rofi/resolution/1440p/config-powermenu.rasi8
-rw-r--r--config/rofi/resolution/1440p/config-rofi-Beats.rasi7
-rw-r--r--config/rofi/resolution/1440p/config-wallpaper.rasi3
-rw-r--r--config/rofi/resolution/1440p/config-waybar-layout.rasi9
-rw-r--r--config/rofi/resolution/1440p/config-waybar-style.rasi3
-rw-r--r--config/rofi/resolution/1440p/config.rasi7
24 files changed, 106 insertions, 88 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi
index 15300a74..122536e4 100644
--- a/config/rofi/config-compact.rasi
+++ b/config/rofi/config-compact.rasi
@@ -4,7 +4,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 600px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -50,7 +50,7 @@ mainbox {
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..55fb2261 100644
--- a/config/rofi/config-long.rasi
+++ b/config/rofi/config-long.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 900px;
+ height: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -45,10 +46,10 @@ mainbox {
enabled: true;
orientation: vertical;
padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -104,15 +105,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..409bbb04 100644
--- a/config/rofi/config-powermenu.rasi
+++ b/config/rofi/config-powermenu.rasi
@@ -18,9 +18,9 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 240px;
- /*height: 800px;*/
- x-offset: 0px;
+ width: 250px;
+ height: 500px;
+ x-offset: -10px;
y-offset: 0px;
padding: 0px;
border: 2px;
@@ -68,7 +68,7 @@ prompt {
listview {
enabled: true;
columns: 1;
- lines: 6;
+ lines: 7;
cycle: true;
dynamic: true;
scrollbar: false;
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index 17bf54a3..4d688185 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -4,7 +4,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 500px;
+ height: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -50,7 +51,7 @@ mainbox {
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..d73ee64f 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -4,7 +4,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 450px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -50,7 +51,7 @@ mainbox {
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -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..40059b8b 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 800px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -107,7 +108,7 @@ entry {
listview {
enabled: true;
columns: 1;
- lines: 16;
+ lines: 15;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,8 +116,8 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ fixed-columns: true;
+ background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index fb012136..53e08708 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -3,7 +3,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 800px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -80,7 +81,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi
index 32014415..5293bec0 100644
--- a/config/rofi/config.rasi
+++ b/config/rofi/config.rasi
@@ -4,7 +4,7 @@
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
- font: "Fira Code SemiBold 12";
+ font: "Fira Code SemiBold 14";
show-icons: true;
display-drun: "";
display-run: "";
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 800px;
+ height: 450px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 14px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -135,7 +136,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -143,7 +144,7 @@ listview {
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-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi
index 15300a74..aa5dc2b4 100644
--- a/config/rofi/resolution/1080p/config-compact.rasi
+++ b/config/rofi/resolution/1080p/config-compact.rasi
@@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 600px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -50,7 +50,7 @@ mainbox {
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..5b749e8e 100644
--- a/config/rofi/resolution/1080p/config-long.rasi
+++ b/config/rofi/resolution/1080p/config-long.rasi
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 900px;
+ height: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -45,10 +46,10 @@ mainbox {
enabled: true;
orientation: vertical;
padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -104,15 +105,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..409bbb04 100644
--- a/config/rofi/resolution/1080p/config-powermenu.rasi
+++ b/config/rofi/resolution/1080p/config-powermenu.rasi
@@ -18,9 +18,9 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 240px;
- /*height: 800px;*/
- x-offset: 0px;
+ width: 250px;
+ height: 500px;
+ x-offset: -10px;
y-offset: 0px;
padding: 0px;
border: 2px;
@@ -68,7 +68,7 @@ prompt {
listview {
enabled: true;
columns: 1;
- lines: 6;
+ lines: 7;
cycle: true;
dynamic: true;
scrollbar: false;
diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
index 17bf54a3..5d3ad846 100644
--- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi
+++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 500px;
+ height: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -50,7 +51,7 @@ mainbox {
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..a981980d 100644
--- a/config/rofi/resolution/1080p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1080p/config-wallpaper.rasi
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 450px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -50,7 +51,7 @@ mainbox {
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -111,7 +112,7 @@ entry {
listview {
enabled: true;
columns: 2;
- lines: 5;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -119,7 +120,7 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: truev;
background-color: transparent;
border-radius: 10px;
}
@@ -130,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 08ab350e..57e65d35 100644
--- a/config/rofi/resolution/1080p/config-waybar-layout.rasi
+++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 800px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -107,7 +108,7 @@ entry {
listview {
enabled: true;
columns: 1;
- lines: 16;
+ lines: 15;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,8 +116,8 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ fixed-columns: true;
+ background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi
index fb012136..95ba5286 100644
--- a/config/rofi/resolution/1080p/config-waybar-style.rasi
+++ b/config/rofi/resolution/1080p/config-waybar-style.rasi
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 800px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -80,7 +81,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi
index 32014415..f8943943 100644
--- a/config/rofi/resolution/1080p/config.rasi
+++ b/config/rofi/resolution/1080p/config.rasi
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 800px;
+ height: 450px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -46,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 14px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@@ -135,7 +136,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -143,7 +144,7 @@ listview {
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-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi
index 8ec0cf77..122536e4 100644
--- a/config/rofi/resolution/1440p/config-compact.rasi
+++ b/config/rofi/resolution/1440p/config-compact.rasi
@@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 600px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi
index a6373e8f..55fb2261 100644
--- a/config/rofi/resolution/1440p/config-long.rasi
+++ b/config/rofi/resolution/1440p/config-long.rasi
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 45%;
+ width: 900px;
+ height: 500px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -104,15 +105,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..409bbb04 100644
--- a/config/rofi/resolution/1440p/config-powermenu.rasi
+++ b/config/rofi/resolution/1440p/config-powermenu.rasi
@@ -18,9 +18,9 @@ window {
location: east;
anchor: center;
fullscreen: false;
- width: 240px;
- /*height: 800px;*/
- x-offset: 0px;
+ width: 250px;
+ height: 500px;
+ x-offset: -10px;
y-offset: 0px;
padding: 0px;
border: 2px;
@@ -68,7 +68,7 @@ prompt {
listview {
enabled: true;
columns: 1;
- lines: 6;
+ lines: 7;
cycle: true;
dynamic: true;
scrollbar: false;
diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
index 5c6e31b2..4d688185 100644
--- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi
+++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 20%;
+ width: 500px;
+ height: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -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..d73ee64f 100644
--- a/config/rofi/resolution/1440p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1440p/config-wallpaper.rasi
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 450px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi
index 1b9a759e..40059b8b 100644
--- a/config/rofi/resolution/1440p/config-waybar-layout.rasi
+++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 800px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -107,7 +108,7 @@ entry {
listview {
enabled: true;
columns: 1;
- lines: 16;
+ lines: 15;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -115,8 +116,8 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
- background-color: transparent;
+ fixed-columns: true;
+ background-color: transparent;
border-radius: 10px;
}
diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi
index e419ab15..53e08708 100644
--- a/config/rofi/resolution/1440p/config-waybar-style.rasi
+++ b/config/rofi/resolution/1440p/config-waybar-style.rasi
@@ -22,7 +22,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 34%;
+ width: 800px;
+ height: 800px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index 86492df6..5293bec0 100644
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -24,7 +24,8 @@ configuration {
/* ---- Window ---- */
window {
- width: 35%;
+ width: 800px;
+ height: 450px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
@@ -135,7 +136,7 @@ button selected {
listview {
enabled: true;
columns: 1;
- lines: 9;
+ lines: 8;
spacing: 4px;
dynamic: true;
cycle: true;
@@ -143,7 +144,7 @@ listview {
layout: vertical;
reverse: false;
fixed-height: true;
- fixed-columns: false;
+ fixed-columns: true;
background-color: transparent;
border-radius: 10px;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage