Waybar starts with systemd now
This commit is contained in:
parent
522f914363
commit
03bb3fcbf4
|
@ -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
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
programs.waybar = {
|
||||
enable = true;
|
||||
style = ./style.css;
|
||||
systemd = {
|
||||
enable = true;
|
||||
target = "hyprland-session.target";
|
||||
};
|
||||
settings.main = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
|
|
Loading…
Reference in a new issue