Regenerated

This commit is contained in:
2026-03-25 20:51:50 +00:00
parent 5bc4b819f4
commit a09f67c3da
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -824,7 +824,7 @@ in
systemd.user.services.waybar = {
description = "Waybar for Hyprland";
after = [ "graphical-session.target" ]; # wait for user session
after = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${waybarPath}";
@@ -832,7 +832,7 @@ in
Environment = ''
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
XDG_CURRENT_DESKTOP=Hyprland
XDG_RUNTIME_DIR=${config.environment.sessionVariables.XDG_RUNTIME_DIR or "/run/user/${config.users.users.${config.defaultUser}.uid}"}
XDG_RUNTIME_DIR=/run/user/${config.users.users.henrov.uid}
'';
};
@@ -10,7 +10,7 @@ in
systemd.user.services.waybar = {
description = "Waybar for Hyprland";
after = [ "graphical-session.target" ]; # wait for user session
after = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${waybarPath}";
@@ -18,7 +18,7 @@ in
Environment = ''
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
XDG_CURRENT_DESKTOP=Hyprland
XDG_RUNTIME_DIR=${config.environment.sessionVariables.XDG_RUNTIME_DIR or "/run/user/${config.users.users.${config.defaultUser}.uid}"}
XDG_RUNTIME_DIR=/run/user/${config.users.users.henrov.uid}
'';
};