Move waybar to its own module
This commit is contained in:
parent
c20ef04bfd
commit
076079aea1
7 changed files with 431 additions and 402 deletions
|
@ -13,7 +13,7 @@ let
|
|||
systemd.user.services.swaync.Install.WantedBy = lib.mkForce [ "sway-session.target" ];
|
||||
systemd.user.services.swaync.Unit.PartOf = lib.mkForce [ "sway-session.target" ];
|
||||
|
||||
programs.my-sway.waybar = {
|
||||
programs.my-waybar = {
|
||||
extraSettings = [{
|
||||
modules-right = mkAfter [ "custom/swaync" ];
|
||||
modules."custom/swaync" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue