diff options
| author | JaKooLit <jimmielovejay.com> | 2024-05-18 18:26:30 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-05-18 18:26:30 +0900 |
| commit | 364491709366b195d9fb2ce0ca3bae6e182dbabf (patch) | |
| tree | 9eb23adbb285b7c6c7e07a809df374810ce44831 /config/rofi/master-config.rasi | |
| parent | f327c5f6d4fa24ae14ce265ef6995f81df105bcd (diff) | |
some tidying up Rofi Configs
Diffstat (limited to 'config/rofi/master-config.rasi')
| -rw-r--r-- | config/rofi/master-config.rasi | 6 |
1 files changed, 2 insertions, 4 deletions
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; |
