added waybar autostart to Hyprland

This commit is contained in:
Gabriella Bere 2024-08-22 12:07:12 +01:00
parent 2dca4bf209
commit a1134a91a9

View file

@ -80,6 +80,7 @@
xwayland.enable = true; xwayland.enable = true;
# Autostart using systemd # Autostart using systemd
# systemd.enable = true; # systemd.enable = true;
extraConfig = "exec-once = waybar"
}; };
# Hyprland configuration # Hyprland configuration
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
@ -106,8 +107,8 @@
) )
10) 10)
); );
# exec-once = waybar;
}; };
programs.waybar = { programs.waybar = {
enable = true; enable = true;
settings = { settings = {