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/master-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/master-config.rasi')
| -rw-r--r-- | config/rofi/master-config.rasi | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index ceea4764..8314381a 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; modi: "drun,run,filebrowser"; show-icons: true; display-drun: "Apps"; @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 4px 0px 4px 0px; + border: 3px 0px 3px 0px; border-radius: 30px; location: center; anchor: center; @@ -55,7 +55,7 @@ window { /* ----- Main Box ----- */ mainbox { - padding: 15px; + padding: 12px; enabled: true; orientation: vertical; children: [ "inputbar", "listbox" ]; @@ -66,7 +66,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px 10px 100px 10px; + padding: 10px 10px 50px 10px; margin: 10px; background-color: transparent; border-radius: 25px; @@ -144,11 +144,10 @@ button selected { /* ---- Scrollbar ---- */ scrollbar { - width: 4px ; - border: 0; - handle-color: @border-color; - handle-width: 8px ; - padding: 0; + border: 0; + handle-color: @border-color; + handle-width: 2px ; + padding: 0; } /* ---- Elements ---- */ @@ -175,7 +174,7 @@ element normal.active { } element selected.normal { - border: 1px 6px 1px 6px; + border: 0px 3px 0px 3px; border-radius: 16px; border-color: @selected; background-color: transparent; @@ -209,7 +208,7 @@ element-icon { cursor: inherit; } element-text { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; background-color: transparent; text-color: inherit; cursor: inherit; |
