aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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