set waybar type to simple

This commit is contained in:
2026-03-17 10:50:00 +00:00
parent 6664b71b33
commit cf76eb66d6
@@ -15,6 +15,7 @@ in
wantedBy = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
serviceConfig = {
Type = "simple";
ExecStart = "${config.programs.waybar.package}/bin/waybar -c ${waybar-config} -s ${waybar-style}";
Restart = "on-failure";
RestartSec = "5s";