diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 23:02:05 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-18 23:02:05 +0900 |
| commit | 5678aa496a365804f53cc096c3fbb382dea2083a (patch) | |
| tree | 5662c3e6209d178d246268d9f7740e11446aff6b /config/rofi | |
| parent | fe977af9d009e4dddbd236e5871d158a96197871 (diff) | |
minor update on wallpaper menu to have dynamically icon size depending on monitor sizes. Idea from @Abhra00
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 19 | ||||
| -rw-r--r-- | config/rofi/config.rasi | 11 |
2 files changed, 15 insertions, 15 deletions
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index eab47606..ca2789d8 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -21,26 +21,35 @@ mainbox { entry { expand: true; placeholder: " 🎞️ Search / Choose Wallpaper"; - horizontal-align: 0.0; + horizontal-align: 0.5; } /* ---- Listview ---- */ listview { - columns: 5; - lines: 3; + columns: 4; + lines: 2; + spacing: 10px; + padding: 10px; flow: horizontal; + fixed-width: false; + fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; + border-radius: 12px; + spacing: 20px; + padding: 6px; } element-icon { - size: 10%; + vertical-align: 0.5; } element-text { - vertical-align: 0.5; + vertical-align: 1.0; horizontal-align: 0.5; + padding: 0px; + margin: 0px; } diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 5769b508..b52ef00e 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -21,13 +21,4 @@ configuration { /* note: Element-text font and size, edit configs in ~/.config/rofi/themes/ */ -//@theme "~/.config/rofi/themes/KooL_style-2-Dark.rasi" -//@theme "~/.config/rofi/themes/KooL_style-1.rasi" -//@theme "~/.config/rofi/themes/KooL_LonerOrZ.rasi" -//@theme "~/.config/rofi/themes/KooL_style-1.rasi" -//@theme "~/.config/rofi/themes/KooL_style-10-Fancy-v2.rasi" -//@theme "~/.config/rofi/themes/KooL_style-10-Fancy.rasi" -//@theme "~/.config/rofi/themes/KooL_style-11-Win11-list-dark.rasi" -//@theme "~/.config/rofi/themes/KooL_style-2-Dark.rasi" -//@theme "~/.config/rofi/themes/KooL_style-12-TOP-Docu.rasi" -@theme "~/.config/rofi/themes/KooL_style-4.rasi" +@theme "~/.config/rofi/themes/KooL_style-2-Dark.rasi" |
