diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index 3eeb01f..e6b0290 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -49,15 +49,12 @@ in enable = true; settings = { - bar1 = { - name = "bar1"; + internal = { + name = "internal"; layer = "top"; position = "top"; height = 30; - output = [ - "eDP-1" - "HDMI-A-1" - ]; + output = [ "eDP-1" ]; modules-left = [ "hyprland/workspaces" ]; modules-right = [ "custom/spotify" "custom/dunst" "bluetooth" "wireplumber" "network" "battery" "clock" ]; @@ -113,6 +110,23 @@ in "format-alt" = "{:%a, %B %d %H:%M:%S}"; }; }; + + external = { + name = "external"; + layer = "top"; + position = "top"; + height = 30; + output = [ "HDMI-A-1" ]; + + modules-left = [ "hyprland/workspaces" ]; + modules-right = [ "clock" ]; + + "clock" = { + "interval" = 1; + "format" = "{:%H:%M:%S}"; + "format-alt" = "{:%a, %B %d %H:%M:%S}"; + }; + }; }; style = let