239 current 2025-01-11 21:41:03 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-11 21:41:14 -05:00
parent df05a43b4c
commit d4c681d36b

View File

@@ -44,6 +44,10 @@ in {
# exec /etc/profiles/per-user/synchronous/bin/polybar -c /home/synchronous/.config/polybar/config.ini mybar & disown
# '';
home.activation.polybarRestart = lib.hm.dag.entryAfter ["writeBoundary"] ''
/etc/profiles/per-user/synchronous/bin/systemctl --user restart polybar
'';
systemd.user.services.polybar = {
Install.WantedBy = ["graphical-session.target"];
};