diff options
| author | installer <installer@gmail.com> | 2025-01-14 15:09:56 +0900 |
|---|---|---|
| committer | installer <installer@gmail.com> | 2025-01-14 15:09:56 +0900 |
| commit | 6450a622636734fb6410fc7d6962af2dc763d518 (patch) | |
| tree | 1fec7cd4426180ac8105567644ea1344523ed522 /config/rofi/config.rasi | |
| parent | f036b989341398cbe6f96c0da714b1d309a9620d (diff) | |
Rofi changed font to Jetbrains Mono Nerd font from fira code and some minor tweaks
Diffstat (limited to 'config/rofi/config.rasi')
| -rwxr-xr-x | config/rofi/config.rasi | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 7efc033d..00b5c00f 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -3,11 +3,6 @@ @import "~/.config/rofi/master-config.rasi" -/* ---- Configuration ---- */ -configuration { - font: "Fira Code SemiBold 12"; -} - /* ---- Window ---- */ window { width: 60%; @@ -24,15 +19,13 @@ element { orientation: vertical; padding: 12px 0px 0px 0px; 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 |
