waybar systemd

This commit is contained in:
Dennis Schoepf 2025-12-19 01:29:06 +01:00
parent d3b131ae8d
commit 9cf843ec06
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,7 @@
// Bar Options
"output": "DP-3",
"position": "left",
"width": 36,
"margin-left": 8,
"margin-top": 8,
"margin-bottom": 8,

View file

@ -5,5 +5,11 @@
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/waybar/config";
};
programs.waybar.enable = true;
programs.waybar = {
enable = true;
systemd = {
enable = true;
target = "graphical.target";
};
};
}