From c9c1612e36fe587b45ad2eb5f04184ab0c740533 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 29 Dec 2022 10:26:11 +0100 Subject: [PATCH] Reset polybar on boot --- hm_modules/bspwm.nix | 1 + 1 file changed, 1 insertion(+) 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 = {