better waybar

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-15 16:41:15 -05:00
parent 0c36d6af65
commit cc79b2a6b2
6 changed files with 72 additions and 281 deletions

View file

@ -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;