diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index 8585df5..a5e9ae1 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -53,3 +53,6 @@ windowrule = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, tit #windowrule = opacity 1.0 override, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(FunctionHints)$ windowrule = nofocus, class: ^(MATLAB [\w\d]* - academic use)$, title: ^(DefaultOverlayManager\.JWindow)$ + +# Rofi blur +layerrule = blur, rofi diff --git a/.local/share/rofi/themes/spotlight-dark.rasi b/.local/share/rofi/themes/spotlight-dark.rasi index c6a48d1..3d26f65 100644 --- a/.local/share/rofi/themes/spotlight-dark.rasi +++ b/.local/share/rofi/themes/spotlight-dark.rasi @@ -5,11 +5,11 @@ *******************************************************************************/ * { - font: "Montserrat 12"; + font: "JetBrainsMonoNLNerdFont 12"; - bg0: #242424E6; + bg0: #24242480; bg1: #7E7E7E80; - bg2: #a6a6a6; + bg2: #a6a6a650; fg0: #DEDEDE; fg1: #FFFFFF; @@ -28,7 +28,9 @@ window { location: center; width: 640; - border-radius: 8; + border: 1px solid; + border-color: #7E7E7E80; + border-radius: 16; } inputbar { @@ -66,7 +68,7 @@ textbox { } listview { - lines: 10; + lines: 5; columns: 1; fixed-height: false;