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