From a62697de238a8696634327cc12dfad510bc70ef5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Jul 2025 17:47:10 -0700 Subject: [PATCH] Revert "Merge pull request #81 from okdas/feat/hyprsunset-master" This reverts commit 786d14071d70175ba529de79d1be2de0b89c7b79, reversing changes made to 76d26fda4e71a072532a7b436d440b6cb4e009be. --- default/hypr/autostart.conf | 2 +- default/hypr/bindings.conf | 4 ---- install/hyprlandia.sh | 2 +- migrations/1751848081.sh | 2 -- 4 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 migrations/1751848081.sh diff --git a/default/hypr/autostart.conf b/default/hypr/autostart.conf index 9435bfe..2009e14 100644 --- a/default/hypr/autostart.conf +++ b/default/hypr/autostart.conf @@ -1,4 +1,4 @@ -exec-once = hypridle & mako & waybar & fcitx5 & hyprsunset +exec-once = hypridle & mako & waybar & fcitx5 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 fcf60ee..b2f50d5 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -93,10 +93,6 @@ 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 d340ee7..4e9b9af 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 hyprsunset \ + hyprland hyprshot hyprpicker hyprlock hypridle hyprpolkitagent hyprland-qtutils \ wofi waybar mako swaybg \ xdg-desktop-portal-hyprland xdg-desktop-portal-gtk diff --git a/migrations/1751848081.sh b/migrations/1751848081.sh deleted file mode 100644 index 1322149..0000000 --- a/migrations/1751848081.sh +++ /dev/null @@ -1,2 +0,0 @@ -echo "Add hyprsunset for blue light filtering" -yay -S --noconfirm --needed hyprsunset \ No newline at end of file