Move waybar to its own module

This commit is contained in:
Natsu Kagami 2025-01-15 12:45:31 +01:00
parent c20ef04bfd
commit 076079aea1
Signed by: nki
GPG key ID: 55A032EB38B49ADB
7 changed files with 431 additions and 402 deletions

View file

@ -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" = {