diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-01-04 18:36:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-01-04 18:36:51 +0900 |
| commit | 05427503a45481ec6bfdd81fdb51c0ec5ff0d370 (patch) | |
| tree | 1c14bcb17bc306b92d62464364d69d591030a6db /config/rofi | |
| parent | 7ddbbd8edf73a2d6f1f25216bc5ef5b42df2c6ef (diff) | |
small alignment adjustment on rofi main buttons
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 7b5b89d4..d21800f6 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -118,7 +118,7 @@ mode-switcher{ } button { - padding: 0px 10px 0px 10px; + padding: 0px 12px 0px 8px; border-radius: 12px; background-color: @background; text-color: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 7b5b89d4..d21800f6 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -118,7 +118,7 @@ mode-switcher{ } button { - padding: 0px 10px 0px 10px; + padding: 0px 12px 0px 8px; border-radius: 12px; background-color: @background; text-color: inherit; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 50774e8b..83c481cf 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -119,7 +119,7 @@ mode-switcher{ } button { - padding: 0px 10px 0px 10px; + padding: 0px 12px 0px 8px; border-radius: 12px; background-color: @background; text-color: inherit; |
