diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-08-29 01:05:52 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-08-29 01:05:52 +0900 |
| commit | e1c3050974d017ab40c607a548aeee9b7d85ed39 (patch) | |
| tree | fccb55d5695ceb65c43894b3d99e9c8803bd7496 /config/rofi/resolution/1440p/config.rasi | |
| parent | a3b8dbc1df4afd76511c779a8cf85d3f260d9146 (diff) | |
new rofi-menu
Diffstat (limited to 'config/rofi/resolution/1440p/config.rasi')
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index b72c1001..07809fbb 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -3,13 +3,9 @@ @import "~/.config/rofi/master-config.rasi" -/* ---- Configuration ---- */ -configuration { - font: "Fira Code SemiBold 13"; -} /* ---- Window ---- */ window { - width: 40%; + width: 60%; } /* ---- Entry input ---- */ @@ -17,17 +13,32 @@ entry { width: 18%; } +/* ---- Mode Switcher ---- */ +button { + width: 110px; +} + /* ---- Listview ---- */ listview { - lines: 8; + columns: 6; + lines: 4; + fixed-height: true; } -/* ---- Mode Switcher ---- */ -button { - width: 110px; +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } -element-text { - font: "Fira Code SemiBold 16"; +element-icon { + size: 5%; } +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +} |
