diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index ce85f74..0c2e820 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -60,8 +60,6 @@ in { # https://wiki.hyprland.org/Configuring/Keywords/#executing exec = [ "${left} --init --scroll kensington-orbit-wireless-tb-mouse" # Enforce left-pawed state - "${sleep} 1 && ${systemctl} --user restart walker" - "${sleep} 1 && ${systemctl} --user restart waybar" ]; # https://wiki.hyprland.org/Configuring/Keywords/#executing diff --git a/options/custom/programs/waybar/default.nix b/options/custom/programs/waybar/default.nix index e4d6896..5ca9f8a 100644 --- a/options/custom/programs/waybar/default.nix +++ b/options/custom/programs/waybar/default.nix @@ -102,6 +102,8 @@ in { }; in { status = { + reload_style_on_change = true; # Reload CSS when modified + ## GLOBAL ## layer = "top"; position = "bottom";