diff options
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x[-rw-r--r--] | config/rofi/resolution/1080p/config.rasi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 55c2f76c..d4405819 100644..100755 --- 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 9"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 40%; + width: 50%; background-color: #00000099; } @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 80px; + width: 5%; 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; |
