diff --git a/hm_modules/bspwm.nix b/hm_modules/bspwm.nix index 05a881b..8e90dfc 100644 --- a/hm_modules/bspwm.nix +++ b/hm_modules/bspwm.nix @@ -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 = {