mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
7 lines
159 B
Bash
7 lines
159 B
Bash
echo "Add hyprsunset blue light filter"
|
|
if ! command -v hyprsunset &>/dev/null; then
|
|
yay -S --noconfirm --needed hyprsunset
|
|
omarchy-refresh-hyprsunset
|
|
fi
|
|
|