Commit e2d36a00bacd

Vincent Demeester <vincent@sbr.pm>
2022-09-16 14:48:36
users/vincent: try to not have 2 waybar on top of each other
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b728051
Changed files (1)
users
vincent
desktop
users/vincent/desktop/sway.nix
@@ -46,12 +46,12 @@ in
       };
       fonts = fontConf;
       bars = [
-        {
-          command = "${pkgs.waybar}/bin/waybar";
-          mode = "hide";
-          position = "bottom";
-          id = "mainBar";
-        }
+        # {
+        #   command = "${pkgs.waybar}/bin/waybar";
+        #   mode = "hide";
+        #   position = "bottom";
+        #   id = "mainBar";
+        # }
       ];
       keybindings =
         let