mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Merge pull request #81 from okdas/feat/hyprsunset-master
Add blue light filter
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
exec-once = hypridle & mako & waybar & fcitx5
|
||||
exec-once = hypridle & mako & waybar & fcitx5 & hyprsunset
|
||||
exec-once = swaybg -i ~/.config/omarchy/current/background -m fill
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = wl-clip-persist --clipboard regular & clipse -listen
|
||||
|
@ -93,6 +93,10 @@ bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
|
||||
|
||||
# Hyprsunset color temperature control
|
||||
bindel = CTRL, XF86MonBrightnessUp, exec, hyprctl hyprsunset temperature +500
|
||||
bindel = CTRL, XF86MonBrightnessDown, exec, hyprctl hyprsunset temperature -500
|
||||
|
||||
# Control Apple Display brightness
|
||||
bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/apple-display-brightness -5000
|
||||
bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/apple-display-brightness +5000
|
||||
|
@ -1,5 +1,5 @@
|
||||
yay -S --noconfirm --needed \
|
||||
hyprland hyprshot hyprpicker hyprlock hypridle hyprpolkitagent hyprland-qtutils \
|
||||
hyprland hyprshot hyprpicker hyprlock hypridle hyprpolkitagent hyprland-qtutils hyprsunset \
|
||||
wofi waybar mako swaybg \
|
||||
xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
|
||||
|
||||
|
2
migrations/1751848081.sh
Normal file
2
migrations/1751848081.sh
Normal file
@ -0,0 +1,2 @@
|
||||
echo "Add hyprsunset for blue light filtering"
|
||||
yay -S --noconfirm --needed hyprsunset
|
Reference in New Issue
Block a user