From c5e67bae39acc6cf82d1a47a1ac6deeb83e60e0f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 24 Sep 2023 22:50:16 +0200 Subject: Add gammastep --- .config/gammastep/config.ini | 8 ++++++++ .config/hypr/hyprland.conf | 1 + 2 files changed, 9 insertions(+) create mode 100644 .config/gammastep/config.ini (limited to '.config') diff --git a/.config/gammastep/config.ini b/.config/gammastep/config.ini new file mode 100644 index 0000000..2933117 --- /dev/null +++ b/.config/gammastep/config.ini @@ -0,0 +1,8 @@ +[general] +temp-day=6500 +temp-night=3000 +location-provider=manual + +[manual] +lat=51.8100 +lon=4.6736 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5e75df6..f5da4ca 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -7,6 +7,7 @@ exec-once=dunst exec-once=ntfy sub --from-config exec-once=swaybg -i "$(find ~/pictures/wallpapers/1920x1080 | shuf -n 1)" exec-once=swayidle +exec-once=gammastep # TODO: polkit agent # TODO: PipeWire -- cgit v1.1