diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 15:33:56 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 15:33:56 +0900 |
| commit | 6059d82374c4ea523f6715c338241c30c9b5d1be (patch) | |
| tree | 0c499c18689723454491915ebde209ef36066268 /config/rofi/resolution | |
| parent | 5e304d31a220a64338e5cb84e397d1a102855260 (diff) | |
RofiEmoji tweaked, new Rofi-Emoji Configs
Tweaked rofi configs and used % instead of px
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 12 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 3 |
2 files changed, 7 insertions, 8 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 907c7ad0..55c2f76c 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,11 +1,11 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config 1080p */ +/* Main Config 1440p */ /* ---- Configuration ---- */ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 9"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 800px; + width: 40%; background-color: #00000099; } @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: @text-selected; + text-color: inherit; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 95px; + width: 80px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; text-color: inherit; cursor: inherit; vertical-align: 0.5; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index f2353a62..1ed79730 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 1100px; + width: 40%; background-color: #00000099; } @@ -218,7 +218,6 @@ textbox { background-color: @background-alt; text-color: @foreground; vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 12px; |
