{ ... }: { enable = true; systemd.enable = true; settings = { mainBar = { layer = "top"; position = "left"; width = 50; outputs = "*"; spacing = 10; modules-left = [ "hyprland/workspaces" ]; modules-center = [ ]; modules-right = [ "bluetooth" "battery" "tray" ]; "hyprland/workspaces" = { format = "{icon}"; }; "hyprland/window" = { separate-outputs = true; }; bluetooth = { format = ""; format-disabled = "󰂲"; format-off = "󰂲"; format-on = ""; format-connected = "󰂱"; on-click = "blueberry"; }; tray = { icon-size = 15; spacing = 10; }; }; }; style = ./style.css; }