diff options
Diffstat (limited to 'config/rofi/config.rasi')
| -rwxr-xr-x | config/rofi/config.rasi | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 7efc033d..eca05ea6 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -3,36 +3,29 @@ @import "~/.config/rofi/master-config.rasi" -/* ---- Configuration ---- */ -configuration { - font: "Fira Code SemiBold 12"; -} - /* ---- Window ---- */ window { - width: 60%; + width: 50%; } /* ---- Listview ---- */ listview { - columns: 6; - lines: 4; + columns: 5; + lines: 5; fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; - padding: 12px 0px 0px 0px; + padding: 10px 5px 10px 5px; spacing: 6px; - border-radius: 12px; } element-icon { - size: 6%; + size: 3%; } element-text { - font: "Fira Code SemiBold 12"; - vertical-align: 0.5; + font: "JetBrainsMono Nerd Font SemiBold 10"; horizontal-align: 0.5; }
\ No newline at end of file |
