mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-05-09 17:18:36 +00:00
Exclude polybar and lemonbar from rounded corners
This commit is contained in:
parent
dad13d0ec5
commit
11e757cdeb
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ fade-exclude = [
|
|||
# round the corners of windows.
|
||||
corner-radius = 12;
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'Polybar'",
|
||||
"class_g = 'Bar'",
|
||||
"class_g = 'Rofi'",
|
||||
"class_g = 'dmenu'",
|
||||
"class_g = 'Polybar'",
|
||||
|
|
Loading…
Add table
Reference in a new issue