Updates Polybar

This commit is contained in:
Stephan Raabe
2023-04-06 14:30:10 +02:00
parent 80c0f7c22e
commit 172809495b
8 changed files with 51 additions and 23 deletions

View File

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