From 6905e2bf038fce27cb49f1f3aba6d36279091bd4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 18 Feb 2025 17:53:14 +0900 Subject: updated rofi configs --- config/rofi/themes/KooL_style-9.rasi | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'config/rofi/themes/KooL_style-9.rasi') diff --git a/config/rofi/themes/KooL_style-9.rasi b/config/rofi/themes/KooL_style-9.rasi index 8a1fc972..c585329d 100644 --- a/config/rofi/themes/KooL_style-9.rasi +++ b/config/rofi/themes/KooL_style-9.rasi @@ -54,6 +54,13 @@ window { y-offset: 0; } +mainbox { + background-color: @BG; + children: [ inputbar, listview ]; + spacing: 15px; + padding: 15px; +} + prompt { enabled: true; padding: 8px; @@ -114,22 +121,16 @@ listview { dynamic: true; layout: vertical; scrollbar: true; -} - -mainbox { - background-color: @BG; - children: [ inputbar, listview ]; - spacing: 15px; - padding: 15px; + padding: 10px; } /* ---- Scrollbar ---- */ scrollbar { - border: 1px; + border: 0px; border-radius: 10px; border-color: @color12; handle-color: @color11; - handle-width: 10px ; + handle-width: 2px ; padding: 0; } -- cgit v1.2.3