mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
17 lines
226 B
Plaintext
17 lines
226 B
Plaintext
corner-radius = 10.0;
|
|
round-borders = 1;
|
|
|
|
rounded-corners-exclude = [
|
|
"class_g = 'Polybar'",
|
|
];
|
|
|
|
blur: {
|
|
method = "kawase";
|
|
strength = 7;
|
|
kern = "3x3box";
|
|
}
|
|
|
|
experimental-backends = true;
|
|
backend = "glx";
|
|
vsync = true
|