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