diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-05 10:22:29 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-05 10:22:29 +0900 |
| commit | 30650fcae173386dda57838d8383aa90c4c401da (patch) | |
| tree | e2001a6cdc869b713b5a9b544fc64e304ae6ef8e /config/rofi/resolution/1440p/master-config.rasi | |
| parent | 2e5b4242dbc07cc1b5cc7beac761dd98d8e153b0 (diff) | |
Some rofi tweaks
Diffstat (limited to 'config/rofi/resolution/1440p/master-config.rasi')
| -rw-r--r-- | config/rofi/resolution/1440p/master-config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 947870e6..908bf17a 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -55,7 +55,7 @@ window { /* ----- Main Box ----- */ mainbox { - padding: 15px; + padding: 12px; enabled: true; orientation: vertical; children: [ "inputbar", "listbox" ]; @@ -66,7 +66,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px 10px 100px 10px; + padding: 10px 10px 50px 10px; margin: 10px; background-color: transparent; border-radius: 25px; |
