Generalize monitors so they work across WMs
This commit is contained in:
parent
79c213bd64
commit
704f1f1c79
4 changed files with 25 additions and 27 deletions
|
@ -11,7 +11,7 @@ let
|
|||
style = ./swaync.css;
|
||||
};
|
||||
systemd.user.services.swaync.Install.WantedBy = lib.mkForce [ "sway-session.target" ];
|
||||
systemd.user.services.swaync.Unit.PartOf = lib.mkForce [ "sway-session.target" ];
|
||||
systemd.user.services.swaync.Unit.PartOf = lib.mkForce [ "graphical-session.target" ];
|
||||
|
||||
programs.my-waybar = {
|
||||
extraSettings = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue