1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(i3): status bar separator

This commit is contained in:
Kierán Meinhardt
2020-05-31 18:25:39 +02:00
parent a3163e6260
commit 405d6d8407

View File

@@ -13,13 +13,16 @@ in
idle_fg = colours.foreground;
info_fg = colours.foreground;
warning_fg = colours.yellow.bright;
warning_bg = colours.background;
alternating_tint_bg = colours.background;
alternating_tint_fg = colours.background;
critical_bg = colours.background;
good_bg = colours.background;
idle_bg = colours.background;
info_bg = colours.background;
warning_bg = colours.background;
separator = "";
separator_bg = "auto";
separator_fg = "auto" ;
};
};
icons = {