aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-17 02:12:40 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-17 02:12:40 +0900
commitfe11fa7c5ab3283b90f0b9cd338cb7a1381c5344 (patch)
treef44ff0b90f3400f4e60a0a946a8a166caedfddd7
parent95cfbad03007b28c0a3728530e4d59b0e56ff4af (diff)
fixed some width issues on some rofi configs
-rw-r--r--config/rofi/config-calc.rasi4
-rw-r--r--config/rofi/config-emoji.rasi5
-rw-r--r--config/rofi/config-waybar-layout.rasi13
-rw-r--r--config/rofi/config-waybar-style.rasi6
4 files changed, 23 insertions, 5 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi
index 1dfd1887..87082d76 100644
--- a/config/rofi/config-calc.rasi
+++ b/config/rofi/config-calc.rasi
@@ -10,6 +10,10 @@ mainbox {
height: inherit;
}
+/* ---- Window ---- */
+window {
+ width: 30%;
+}
/* ---- Entry ---- */
entry {
diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi
index c107bdc3..4a698957 100644
--- a/config/rofi/config-emoji.rasi
+++ b/config/rofi/config-emoji.rasi
@@ -9,6 +9,11 @@ mainbox {
[ "inputbar", "message", "listview"];
}
+/* ---- Window ---- */
+window {
+ width: 45%;
+}
+
/* ---- Entry ---- */
entry {
width: 37%;
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index c179a362..ae47f30d 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -3,15 +3,20 @@
@import "~/.config/rofi/config.rasi"
+/* ---- Mainbox ---- */
+mainbox {
+ children:
+ [ "inputbar", "listview"];
+}
+
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
-/* ---- Mainbox ---- */
-mainbox {
- children:
- [ "inputbar", "listview"];
+/* ---- Window ---- */
+window {
+ width: 45%;
}
/* ---- Entry ---- */
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index 12c5a757..e0e6161a 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -14,13 +14,17 @@ configuration {
modi: "drun";
}
+/* ---- Window ---- */
+window {
+ width: 45%;
+}
+
/* ---- Entry ---- */
entry {
expand: true;
placeholder: " 🖼️ Search / Choose Waybar Style";
}
-
/* ---- Listview ---- */
listview {
columns: 2;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage