mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Moving away from SIGUSER2 didn't help with the stacking, so return it
This commit is contained in:
@ -6,6 +6,5 @@ if gum confirm "Refresh Waybar config? This will replace your current settings w
|
|||||||
cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null
|
cp -f ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/ 2>/dev/null
|
||||||
|
|
||||||
# Restart waybar
|
# Restart waybar
|
||||||
pkill waybar
|
pkill -SIGUSR2 waybar
|
||||||
setsid waybar >/dev/null 2>&1 &
|
|
||||||
fi
|
fi
|
||||||
|
@ -46,8 +46,7 @@ touch "$HOME/.config/alacritty/alacritty.toml"
|
|||||||
pkill -SIGUSR2 btop
|
pkill -SIGUSR2 btop
|
||||||
|
|
||||||
# Restart components to apply new theme
|
# Restart components to apply new theme
|
||||||
pkill waybar
|
pkill -SIGUSR2 waybar
|
||||||
setsid waybar >/dev/null 2>&1 &
|
|
||||||
makoctl reload
|
makoctl reload
|
||||||
hyprctl reload
|
hyprctl reload
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user