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/config.rasi | |
| parent | a3b8dbc1df4afd76511c779a8cf85d3f260d9146 (diff) | |
new rofi-menu
Diffstat (limited to 'config/rofi/config.rasi')
| -rwxr-xr-x | config/rofi/config.rasi | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 59576860..e675a843 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -8,7 +8,31 @@ configuration { font: "Fira Code SemiBold 12"; } -element-text { - font: "Fira Code SemiBold 14"; +/* ---- Window ---- */ +window { + width: 60%; +} +/* ---- Listview ---- */ +listview { + columns: 6; + lines: 4; + fixed-height: true; +} + +/* ---- Element ---- */ +element { + orientation: vertical; + padding: 12px; + spacing: 6px; + border-radius: 20px; } +element-icon { + size: 6%; +} + +element-text { + font: "Fira Code SemiBold 12"; + vertical-align: 0.5; + horizontal-align: 0.5; +}
\ No newline at end of file |
