diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-02 13:15:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 13:15:28 +0900 |
| commit | 3b82a3c0f0f33cba44ddfb1c62d53f950ff96c3a (patch) | |
| tree | 3daa3705989db93d623dad2eebf101603479efdf /config/rofi/config.rasi | |
| parent | 09bef3916d3c7225671f96fd7a8f77f5fab22f19 (diff) | |
| parent | cf55d6c89cbf4fc6a92bb19779d457a9fe98ec40 (diff) | |
Merge pull request #419 from JaKooLit/development
Development to Main. Preparation for release
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 |
