diff options
| author | silly <u65487754@gmail.com> | 2026-03-18 02:52:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 02:52:34 +0100 |
| commit | 317ff3195b02cf7f3092b02dd3bda72df37ad422 (patch) | |
| tree | 1a11717bf0d7346ac0278a7fc17911e6bc527588 | |
| parent | f76855ce33a01572b3243131e7bd4f22bbd78747 (diff) | |
Update wallpaper.rasi
| -rw-r--r-- | .config/rofi/wallpaper.rasi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/rofi/wallpaper.rasi b/.config/rofi/wallpaper.rasi index 1d4066f..fac4188 100644 --- a/.config/rofi/wallpaper.rasi +++ b/.config/rofi/wallpaper.rasi @@ -17,11 +17,12 @@ window { location: east; width: 320px; height: 70%; - x-offset: -15px; + x-offset: -15px; y-offset: 0px; background-color: #1F1F1F; border: 1px; - border-radius: 0px; + /* @dynamic_rofi_window */ + border-radius: 15px; border-color: #FFFFFF; } @@ -69,7 +70,8 @@ element { orientation: vertical; background-color: transparent; padding: 0px; - border-radius: 0px; + /* @dynamic_rofi_element */ + border-radius: 8px; cursor: default; } |
