diff --git a/hyprland/.config/rofi/clipboard/type-1/style-8.rasi b/hyprland/.config/rofi/clipboard/type-1/style-8.rasi index 0138945..752f5e7 100644 --- a/hyprland/.config/rofi/clipboard/type-1/style-8.rasi +++ b/hyprland/.config/rofi/clipboard/type-1/style-8.rasi @@ -242,12 +242,6 @@ element alternate.active { background-color: var(alternate-active-background); text-color: var(alternate-active-foreground); } -element-icon { - background-color: transparent; - text-color: inherit; - size: 24px; - cursor: inherit; -} element-text { background-color: transparent; text-color: inherit; @@ -258,7 +252,7 @@ element-text { } /*****----- Mode Switcher -----*****/ -mode-switcher{ +mode-switcher { enabled: true; expand: false; orientation: vertical; diff --git a/hyprland/.config/rofi/wallpaper/type-1/style-8.rasi b/hyprland/.config/rofi/wallpaper/type-1/style-8.rasi index ceda63d..3d86b79 100644 --- a/hyprland/.config/rofi/wallpaper/type-1/style-8.rasi +++ b/hyprland/.config/rofi/wallpaper/type-1/style-8.rasi @@ -168,7 +168,7 @@ case-indicator { listview { enabled: true; columns: 4; - lines: 3; + lines: 2; cycle: true; dynamic: true; scrollbar: true; @@ -195,9 +195,8 @@ scrollbar { element { enabled: true; orientation: vertical; - spacing: 10px; margin: 0px; - padding: 5px; + padding: 10px; border: 0px solid; border-radius: 8px; border-color: @border-colour; @@ -244,7 +243,7 @@ element alternate.active { element-icon { background-color: transparent; text-color: inherit; - size: 7em; + size: 128px; cursor: inherit; } element-text { @@ -254,6 +253,7 @@ element-text { cursor: inherit; vertical-align: 0.5; horizontal-align: 0.0; + padding: 6px 12px; } /*****----- Mode Switcher -----*****/ mode-switcher{