diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 11:46:59 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 11:46:59 +0900 |
| commit | 1ac9c396131d0024bc98044b01ffda51331c003e (patch) | |
| tree | 49b8ca8f553d7ae277f36cb96018078572ed261f /config/rofi/resolution/1080p | |
| parent | 1da52d875d0ca424fc89688a95c3bc1054e68c4a (diff) | |
wlogout.sh tweaked better for 1080p
small tweak for rofi
Diffstat (limited to 'config/rofi/resolution/1080p')
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index b778616b..907c7ad0 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 10"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 80px; + width: 95px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; text-color: inherit; cursor: inherit; vertical-align: 0.5; |
