diff --git a/configuration.nix b/configuration.nix index 07a5238..c9d4535 100644 --- a/configuration.nix +++ b/configuration.nix @@ -171,8 +171,20 @@ show-icons = true; }; }; - # programs.waybar.enable = true; - # xdg.configFile."waybar/config.jsonc".source = ./waybar/config; + programs.waybar.enable = true; + programs.waybar.settings.main = { + layer = "top"; + position = "top"; + reload_style_on_change = true; + modules-left = []; + modules-center = ["hyprland/workspaces"]; + modules-right = [ + "tray" + "bluetooth" + "network" + "clock" + ]; + }; }; };