diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 2009e14..9435bfe 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -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 diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index b2f50d5..fcf60ee 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -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 diff --git a/install/hyprlandia.sh b/install/hyprlandia.sh index 4e9b9af..d340ee7 100644 --- a/install/hyprlandia.sh +++ b/install/hyprlandia.sh @@ -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 diff --git a/migrations/1751848081.sh b/migrations/1751848081.sh new file mode 100644 index 0000000..1322149 --- /dev/null +++ b/migrations/1751848081.sh @@ -0,0 +1,2 @@ +echo "Add hyprsunset for blue light filtering" +yay -S --noconfirm --needed hyprsunset \ No newline at end of file