Regenerated
This commit is contained in:
+2
-2
@@ -824,7 +824,7 @@ in
|
|||||||
|
|
||||||
systemd.user.services.waybar = {
|
systemd.user.services.waybar = {
|
||||||
description = "Waybar for Hyprland";
|
description = "Waybar for Hyprland";
|
||||||
after = [ "graphical-session.target" ]; # wait for user session
|
after = [ "graphical-session.target" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${waybarPath}";
|
ExecStart = "${waybarPath}";
|
||||||
@@ -832,7 +832,7 @@ in
|
|||||||
Environment = ''
|
Environment = ''
|
||||||
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
|
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
|
||||||
XDG_CURRENT_DESKTOP=Hyprland
|
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 = {
|
systemd.user.services.waybar = {
|
||||||
description = "Waybar for Hyprland";
|
description = "Waybar for Hyprland";
|
||||||
after = [ "graphical-session.target" ]; # wait for user session
|
after = [ "graphical-session.target" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${waybarPath}";
|
ExecStart = "${waybarPath}";
|
||||||
@@ -18,7 +18,7 @@ in
|
|||||||
Environment = ''
|
Environment = ''
|
||||||
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
|
WAYLAND_DISPLAY=${config.environment.sessionVariables.WAYLAND_DISPLAY or "wayland-0"}
|
||||||
XDG_CURRENT_DESKTOP=Hyprland
|
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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user