Move UI over to Go Mono #rofi #i3wm
This commit is contained in:
@ -22,24 +22,24 @@ shadow-exclude = [
|
||||
# xinerama-shadow-crop = true;
|
||||
|
||||
# Opacity
|
||||
menu-opacity = 0.95;
|
||||
inactive-opacity = 0.97;
|
||||
# active-opacity = 0.8;
|
||||
frame-opacity = 0.7;
|
||||
menu-opacity = 0.85;
|
||||
inactive-opacity = 0.95;
|
||||
active-opacity = 1;
|
||||
frame-opacity = 0.1;
|
||||
inactive-opacity-override = false;
|
||||
alpha-step = 0.06;
|
||||
inactive-dim = 0.3;
|
||||
inactive-dim = 0.1;
|
||||
inactive-dim-fixed = true;
|
||||
#blur-background = true;
|
||||
#blur-background-frame = true;
|
||||
blur-kern = "3x3box";
|
||||
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
||||
# blur-background-fixed = true;
|
||||
blur-background-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
#blur-kern = "3x3box";
|
||||
#blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
||||
#blur-background-fixed = true;
|
||||
#blur-background-exclude = [
|
||||
# "window_type = 'dock'",
|
||||
# "window_type = 'desktop'",
|
||||
# "_GTK_FRAME_EXTENTS@:c"
|
||||
#];
|
||||
|
||||
#opacity-rule = [
|
||||
# "90:class_g = 'kitty'",
|
||||
@ -49,8 +49,8 @@ blur-background-exclude = [
|
||||
# Fading
|
||||
fading = true;
|
||||
fade-delta = 5;
|
||||
fade-in-step = 0.03;
|
||||
fade-out-step = 0.03;
|
||||
fade-in-step = 0.07;
|
||||
fade-out-step = 0.07;
|
||||
# no-fading-openclose = true;
|
||||
# no-fading-destroyed-argb = true;
|
||||
fade-exclude = [ ];
|
||||
|
||||
Reference in New Issue
Block a user