diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 15:59:26 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 15:59:26 +0900 |
| commit | 053d16b8601f73acde1b7e62ad3407e9d62a32dd (patch) | |
| tree | 7f740d04903ed4c4d282b451b030bc078ad4d4ca /config | |
| parent | 6059d82374c4ea523f6715c338241c30c9b5d1be (diff) | |
adjustment on some rofi configs made for 1080p to look better
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config-compact.rasi | 6 | ||||
| -rwxr-xr-x[-rw-r--r--] | config/rofi/resolution/1080p/config.rasi | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index bea90360..e35ec79d 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -10,13 +10,13 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 24%; border-radius: 15px; } /* ---- Inputbar ---- */ inputbar { - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); } /* ---- Imagebox ---- */ @@ -28,7 +28,7 @@ imagebox { /* ---- Entry input ---- */ entry { - width: 16%; + width: 18%; placeholder: " View / Edit Hyprland Configs"; } 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; |
