home/desktop: restart polybar on i3 startup
This commit is contained in:
parent
ee40d63c3b
commit
4d67173ee8
|
@ -70,6 +70,11 @@
|
|||
{
|
||||
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.signal-desktop}/bin/signal-desktop'";
|
||||
}
|
||||
{
|
||||
command = "${pkgs.systemd}/bin/systemctl --user restart polybar.service";
|
||||
notification = false;
|
||||
always = true;
|
||||
}
|
||||
];
|
||||
|
||||
workspaceOutputAssign = [
|
||||
|
|
Loading…
Reference in a new issue