From 558faeeebd7ebb7c383f23ecd2b643f88ef8d551 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 15 Feb 2025 01:26:36 +0900 Subject: yeah this should be ok --- assets/rofi/themes/KooL_style-10-Fancy-v2.rasi | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'assets/rofi/themes/KooL_style-10-Fancy-v2.rasi') diff --git a/assets/rofi/themes/KooL_style-10-Fancy-v2.rasi b/assets/rofi/themes/KooL_style-10-Fancy-v2.rasi index 845cc5f2..3e4a55c7 100644 --- a/assets/rofi/themes/KooL_style-10-Fancy-v2.rasi +++ b/assets/rofi/themes/KooL_style-10-Fancy-v2.rasi @@ -1,3 +1,7 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* KooL Hyprland Rofi Style 10 - Fancy v2 */ +/* Credit to DaveDavenport & Rasmus Steinke */ + /** * Edited by: Dave Davenport * User: Rasi @@ -63,10 +67,14 @@ listview { color : #000000; spacing : 0.3em; } +/* ---- Scrollbar ---- */ scrollbar { - color: @black; - background-color: @blue; - padding: 1px; + border: 1px; + border-radius: 10px; + background-color: @blue; + handle-color: @orange; + handle-width: 5px ; + padding: 0; } element { border: 0px; -- cgit v1.2.3