mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00

Sledge hammer fix by restarting the waybar, but it'll do the job until we find a better fix for #196
7 lines
320 B
Bash
Executable File
7 lines
320 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite local Hypridle settings with the latest in Omarchy, but create a backup
|
|
cp -f ~/.config/hypr/hypridle.conf ~/.config/hypr/hypridle.conf.bak 2>/dev/null
|
|
cp -f ~/.local/share/omarchy/config/hypr/hypridle.conf ~/.config/hypr/ 2>/dev/null
|
|
pkill -x hypridle && uwsm app -- hypridle >/dev/null 2>&1 &
|