From 364491709366b195d9fb2ce0ca3bae6e182dbabf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 18:26:30 +0900 Subject: some tidying up Rofi Configs --- config/rofi/master-config.rasi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config/rofi/master-config.rasi') diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index 5b7f5add..4ffa7ac8 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -5,7 +5,6 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 13"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -25,7 +24,7 @@ configuration { /* ---- Global Properties ---- */ * { - background-alt: @selected-active-background; // Buttons backgroundr + background-alt: @selected-active-background; // Buttons background selected: @selected-urgent-background; // Button selected active: @selected-normal-background; // Window activated urgent: @selected; // When hovering the activated window (maybe more?) @@ -105,7 +104,7 @@ listview { lines: 6; cycle: true; dynamic: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: false; @@ -207,7 +206,6 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 16"; text-color: inherit; cursor: inherit; vertical-align: 0.5; -- cgit v1.2.3