Update rofi theme, now has blurred background

This commit is contained in:
2025-06-27 00:35:54 +02:00
parent ae53166e9d
commit 8741e280d9
2 changed files with 10 additions and 5 deletions

View File

@@ -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

View File

@@ -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;