diff options
Diffstat (limited to 'config/rofi/resolution/1080p')
| -rwxr-xr-x[-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 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; |
