set waybar type to simple

This commit is contained in:
2026-03-17 10:49:49 +00:00
parent 2f66da863c
commit 6664b71b33
+1
View File
@@ -1158,6 +1158,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";