mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-24 04:09:03 +00:00
Exclude polybar from rounded corners in picom
This commit is contained in:
parent
895837e780
commit
52a85089a1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue