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