Compare commits

..

1 Commits

Author SHA1 Message Date
7cdb571bd6
reformat and clean stuff up 2021-09-18 21:19:59 -07:00

View File

@ -307,7 +307,7 @@ let
menu = rofiMenu; menu = rofiMenu;
bars = lib.optional (cfg.babybar || cfg.wayland != true) { bars = cfg.optional (cfg.babybar || cfg.wayland != true) {
position = "top"; position = "top";
colors = config.colors.i3BarColors; colors = config.colors.i3BarColors;
}; };