From db3b8fc0cea69e73bd546baebc7df375728b40a9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 17 Feb 2025 02:09:11 +0900 Subject: fixed width on some rofi configs --- config/rofi/config-calc.rasi | 4 ++++ config/rofi/config-emoji.rasi | 5 +++++ config/rofi/config-waybar-layout.rasi | 13 +++++++++---- config/rofi/config-waybar-style.rasi | 6 +++++- 4 files changed, 23 insertions(+), 5 deletions(-) (limited to 'config') 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; -- cgit v1.2.3