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/resolution | |
| parent | f036b989341398cbe6f96c0da714b1d309a9620d (diff) | |
Rofi changed font to Jetbrains Mono Nerd font from fira code and some minor tweaks
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/master-config.rasi | 17 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/master-config.rasi | 17 |
4 files changed, 20 insertions, 22 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 4f30098d..00b5c00f 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -22,10 +22,10 @@ element { } element-icon { - size: 6%; + size: 3%; } element-text { - font: "Fira Code SemiBold 10"; + font: "JetBrainsMono Nerd Font SemiBold 10"; horizontal-align: 0.5; }
\ No newline at end of file diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi index 9a1fd0a9..8314381a 100644 --- a/config/rofi/resolution/1080p/master-config.rasi +++ b/config/rofi/resolution/1080p/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; @@ -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; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index d8d3fe17..8edcd394 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -28,10 +28,10 @@ element { } element-icon { - size: 5%; + size: 3%; } element-text { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; horizontal-align: 0.5; } diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 908bf17a..38df31f7 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { - font: "Fira Code SemiBold 13"; + 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; @@ -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 16"; + font: "JetBrainsMono Nerd Font SemiBold 14"; background-color: transparent; text-color: inherit; cursor: inherit; |
