Waybar starts with systemd now

This commit is contained in:
Evie Litherland-Smith 2023-10-13 15:00:40 +01:00
parent 522f914363
commit 03bb3fcbf4
2 changed files with 4 additions and 1 deletions

View file

@ -282,7 +282,6 @@ in ''
bindm = SUPER, mouse:272, movewindow
bindm = SUPER, mouse:273, resizewindow
exec-once = ${pkgs.waybar}/bin/waybar
exec-once = ${pkgs.swaynotificationcenter}/bin/swaync
exec-once = ${pkgs.hyprpaper}/bin/hyprpaper
exec-once = ${pkgs.dex}/bin/dex --autostart

View file

@ -4,6 +4,10 @@
programs.waybar = {
enable = true;
style = ./style.css;
systemd = {
enable = true;
target = "hyprland-session.target";
};
settings.main = {
layer = "top";
position = "top";