{ ... }: { enable = true; systemd.enable = true; settings = { mainBar = { layer = "top"; position = "top"; height = 20; outputs = "*"; spacing = 0; modules-left = [ "pulseaudio" "bluetooth" "hyprland/language" "battery" ]; modules-center = [ "clock" ]; modules-right = [ "tray" ]; "hyprland/window" = { separate-outputs = true; }; bluetooth = { format = ""; format-disabled = "󰂲"; format-off = "󰂲"; format-on = ""; format-connected = "󰂱"; on-click = "blueman"; }; battery = { states = { warning = 15; critical = 5; }; }; tray = { icon-size = 12; spacing = 10; }; "pulseaudio/slider" = { min = 0; max = 100; orientation = "horizontal"; }; "hyprland/language" = { format = "{}"; format-en = "US"; "format-de" = "CH"; }; }; }; style = ./style.css; }