mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
7 lines
264 B
Bash
7 lines
264 B
Bash
![]() |
echo "Add hyprsunset blue light filter"
|
||
|
if ! command -v hyprsunset &>/dev/null; then
|
||
|
yay -S --noconfirm --needed hyprsunset
|
||
|
fi
|
||
|
cp -r ~/.local/share/omarchy/config/hypr/hyprsunset.conf ~/.config/hypr/
|
||
|
pkill hyprsunset
|
||
|
setsid uwsm app -- hyprsunset &>/dev/null &
|