From 2ee1d627c7b9f37f73460e48915d54ec4a5f09b5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 7 May 2024 21:43:46 +0900 Subject: adjustment of rofi configs, disabled Thunar silent move to workspace 3 --- config/rofi/config.rasi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config/rofi/config.rasi') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 5a161f29..23fe2bcf 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -141,6 +141,14 @@ button selected { text-color: @text-selected; } +/* ---- Scrollbar ---- */ +scrollbar { + width: 4px ; + border: 0; + handle-color: @border-color; + handle-width: 8px ; + padding: 0; +} /* ---- Elements ---- */ element { @@ -152,7 +160,6 @@ element { cursor: pointer; } - element normal.normal { background-color: inherit; text-color: inherit; -- cgit v1.2.3