diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-05 00:12:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 00:12:40 +0900 |
| commit | 233e01bfc15cb3b5ad0c1fe750b9d2468b73e1dc (patch) | |
| tree | 92f8977ed345ba8a39141ff7d36f423efd46f43a /config/rofi/resolution | |
| parent | e29068df76f763a999b9013ece32c8adb299b29f (diff) | |
| parent | 962a09dd0088cd01cbf3e678c4c500ff5087e4e4 (diff) | |
Merge pull request #234 from JaKooLit/main
synchronizing Main to expiremental-ags branch
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x[-rw-r--r--] | config/rofi/resolution/1080p/config.rasi | 6 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 907c7ad0..5a161f29 100644..100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 800px; + width: 50%; 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: 5%; padding: 12px; border-radius: 12px; background-color: @background-alt; 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; |
