diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 10:36:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 10:36:11 +0900 |
| commit | 610d1bdada7e734e91262f64f6dc8b4502c1f6a0 (patch) | |
| tree | fc1830cabcf49ec8799b3c8f210ac84daadc9540 /config/rofi/resolution | |
| parent | 2480bfbbf31d6cfef1d2bbd09ef35ab4fc28c747 (diff) | |
tweaked for better wallust on rofi configs, swaync wallust tweaked for better wallust, wallust template for rofi adjusted
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 4929c92c..bc6f2d7f 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -155,8 +155,8 @@ scrollbar { element { enabled: true; spacing: 10px; - padding: 4px; - border-radius: 10px; + padding: 10px; + border-radius: 12px; background-color: transparent; cursor: pointer; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 68154e1b..9c2e73ea 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -155,8 +155,8 @@ scrollbar { element { enabled: true; spacing: 10px; - padding: 4px; - border-radius: 10px; + padding: 10px; + border-radius: 12px; background-color: transparent; cursor: pointer; } |
