mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix sound widget
This commit is contained in:
parent
82e30a593b
commit
dc6c6d9680
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@
|
|||
'';
|
||||
};
|
||||
|
||||
systemd.user.services.waybar.Unit.After = ["sound.target"];
|
||||
|
||||
xdg.configFile."waybar/config".onChange = lib.mkForce "${lib.getExe' pkgs.systemd "systemctl"} restart --user waybar";
|
||||
xdg.configFile."waybar/style.css".onChange = lib.mkForce "${lib.getExe' pkgs.systemd "systemctl"} restart --user waybar";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue