From 330224fde6c2d43c2104c8873adf822fe1929389 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 7 Jan 2026 23:04:23 -0500 Subject: [PATCH] waybar --- configuration.nix | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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" + ]; + }; }; };