diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-17 02:09:11 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-17 02:09:11 +0900 |
| commit | db3b8fc0cea69e73bd546baebc7df375728b40a9 (patch) | |
| tree | e5c86cee2f96defcc2d005f9365254a51168b6ca /config | |
| parent | 8cdd0c132ba6dbbc490a24a8e1cf17ae1df41f4e (diff) | |
fixed width on some rofi configs
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config-calc.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/config-emoji.rasi | 5 | ||||
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 13 | ||||
| -rw-r--r-- | config/rofi/config-waybar-style.rasi | 6 |
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; |
