added waybar autostart to Hyprland
This commit is contained in:
parent
2dca4bf209
commit
a1134a91a9
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue