Compare commits

..

1 Commits

Author SHA1 Message Date
2b110a13c0
reformat and clean stuff up 2021-09-18 21:22:07 -07:00

View File

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