aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-long.rasi
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/rofi/config-long.rasi
parentd3c3e268b9986584aad2cf286a27143b0babb5fe (diff)
rofi width and hieght changed to px
Diffstat (limited to 'config/rofi/config-long.rasi')
-rw-r--r--config/rofi/config-long.rasi15
1 files changed, 8 insertions, 7 deletions
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;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage