added xob config

This commit is contained in:
Rudis Muiznieks 2022-06-05 06:55:22 -05:00
parent e5555245b9
commit 6d42bacd42
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 35 additions and 0 deletions

35
xob/styles.cfg Normal file
View File

@ -0,0 +1,35 @@
default = {
x = {relative = 0.5; offset = 0;};
y = {relative = 1; offset = -100;};
length = {relative = 0.3; offset = 0;};
thickness = 24;
outline = 3;
border = 4;
padding = 3;
orientation = "horizontal";
overflow = "proportional";
color = {
normal = {
fg = "#ffffff";
bg = "#00000090";
border = "#ffffff";
};
alt = {
fg = "#555555";
bg = "#00000090";
border = "#555555";
};
overflow = {
fg = "#ff0000";
bg = "#00000090";
border = "#ff0000";
};
altoverflow = {
fg = "#550000";
bg = "#00000090";
border = "#550000";
};
};
};