mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Exclude polybar from rounded corners in picom
This commit is contained in:
parent
895837e780
commit
52a85089a1
|
@ -274,6 +274,7 @@ corner-radius = 12;
|
|||
rounded-corners-exclude = [
|
||||
"class_g = 'Rofi'",
|
||||
"class_g = 'dmenu'",
|
||||
"class_g = 'Polybar'",
|
||||
"name = 'Notification area'",
|
||||
"name = 'Dunst'"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue