Back to i3

This commit is contained in:
Marco Thomas
2021-12-18 02:13:40 +01:00
parent 10a15a75f7
commit 96732585f5
5 changed files with 123 additions and 23 deletions

View File

@@ -0,0 +1,17 @@
corner-radius = 8;
rounded-corners-exclude = [
"class_g = 'i3bar'",
"class_g = 'Polybar'",
];
shadow = true;
shadow-radius = 8;
shadow-offset-x = 8;
shadow-offset-y = 8;
shadow-opacity = 0.2
shadow-exclude = [
"class_g = 'i3-frame'",
"class_g = 'Polybar'",
];