Updates Polybar
This commit is contained in:
@@ -187,10 +187,10 @@ shadow-radius = 12;
|
||||
shadow-opacity = .75
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-x = -15;
|
||||
|
||||
# The top offset for shadows, in pixels. (defaults to -15)
|
||||
shadow-offset-y = -7;
|
||||
shadow-offset-y = -15;
|
||||
|
||||
# Red color value of shadow (0.0 - 1.0, defaults to 0).
|
||||
shadow-red = 0
|
||||
@@ -263,7 +263,7 @@ inactive-dim-fixed = 1.0
|
||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||
#
|
||||
opacity-rule = [
|
||||
"90:class_g = 'Alacritty' && focused",
|
||||
"90:class_g = 'Alacritty' && focused",
|
||||
"70:class_g = 'Alacritty' && !focused",
|
||||
"70:class_g = 'Rofi'"
|
||||
]
|
||||
@@ -282,7 +282,7 @@ rounded-corners-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
# "class_g = 'Dunst'",
|
||||
"class_g = 'Rofi'",
|
||||
# "class_g = 'Rofi'",
|
||||
"QTILE_INTERNAL:32c = 1"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user