diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-23 14:46:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-23 14:46:19 +0900 |
| commit | 91b9177b0ff5d2fac7b99be9a89f8e9f054347fd (patch) | |
| tree | 5b11da646166995b52bb597cf6a92703d1f5a0a2 /config/rofi/config-wallpaper.rasi | |
| parent | 9f5b41c3e230cda406592167fcd0446a5f56821c (diff) | |
| parent | b8ab57be1c8e579e69e5bfd56668815465d71785 (diff) | |
Merge pull request #577 from JaKooLit/development
Development to main Dots version 2.3.12
Diffstat (limited to 'config/rofi/config-wallpaper.rasi')
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 33 |
1 files changed, 23 insertions, 10 deletions
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index ca2789d8..99f68098 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -9,7 +9,8 @@ configuration { } window { - width: 60%; + width: 75%; + height: inherit; } /* ---- Mainbox ---- */ @@ -22,34 +23,46 @@ entry { expand: true; placeholder: " 🎞️ Search / Choose Wallpaper"; horizontal-align: 0.5; + horizontal-align: 0.5; } /* ---- Listview ---- */ listview { - columns: 4; + columns: 6; lines: 2; - spacing: 10px; + spacing: 20px; padding: 10px; + columns: 6; + lines: 2; flow: horizontal; - fixed-width: false; + fixed-width: true; fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; - border-radius: 12px; - spacing: 20px; - padding: 6px; + padding: 0px; + spacing: 0px; + border-radius: 10px; + padding: 0px; + margin: 0px; +} + +element selected.normal { + background-color: transparent; } element-icon { - vertical-align: 0.5; + text-color: inherit; + size: 10%; + margin: -30px; + cursor: inherit; } element-text { - vertical-align: 1.0; + vertical-align: 0.5; horizontal-align: 0.5; - padding: 0px; + padding: 10px; margin: 0px; } |
