better waybar
This commit is contained in:
parent
0c36d6af65
commit
cc79b2a6b2
6 changed files with 72 additions and 281 deletions
|
|
@ -48,11 +48,28 @@ in
|
|||
|
||||
gaps = {
|
||||
inner = 2;
|
||||
outer = 4;
|
||||
outer = 5;
|
||||
smartGaps = false;
|
||||
smartBorders = "on";
|
||||
};
|
||||
|
||||
colors = {
|
||||
focused = {
|
||||
background = "#444444";
|
||||
border = "#555555";
|
||||
childBorder = "#444444";
|
||||
indicator = "#595959";
|
||||
text = "#f1f1f1";
|
||||
};
|
||||
unfocused = {
|
||||
background = "#222222";
|
||||
border = "#333333";
|
||||
childBorder = "#222222";
|
||||
indicator = "#292d2e";
|
||||
text = "#888888";
|
||||
};
|
||||
};
|
||||
|
||||
window = {
|
||||
border = 1;
|
||||
titlebar = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue