test
This commit is contained in:
parent
fc214c72ff
commit
9da2af36dd
2 changed files with 5 additions and 5 deletions
|
@ -25,9 +25,9 @@
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
targets = {
|
targets = {
|
||||||
waybar = {
|
waybar = {
|
||||||
enableCenterBackColors = true;
|
enableCenterBackColors = false;
|
||||||
enableLeftBackColors = true;
|
enableLeftBackColors = false;
|
||||||
enableRightBackColors = true;
|
enableRightBackColors = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/*style = {
|
style = {
|
||||||
"*" = {
|
"*" = {
|
||||||
border = "none";
|
border = "none";
|
||||||
border-radius = 0;
|
border-radius = 0;
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
margin = "5px";
|
margin = "5px";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};*/
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Waybar theming
|
# Waybar theming
|
||||||
|
|
Loading…
Reference in a new issue