Reset polybar on boot

This commit is contained in:
Filippo Berto 2022-12-29 10:26:11 +01:00
parent e389c3a1cb
commit c9c1612e36
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -36,6 +36,7 @@ in
"${monitorSetupScript}" # Setup monitors
"${xsetroot} -solid black -cursor_name left_ptr" # Set cursor
"${pkgs.update-background}/bin/update-background" # Set background
"systemctl --user restart polybar" # Restart polybar
];
};
services = {