diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-01-11 22:55:03 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-01-11 22:55:03 +0900 |
| commit | 75e2b0360ba5ab9735711469351029a414950ec4 (patch) | |
| tree | e39bef35213b116a5bd944dcde55b693a4499c40 | |
| parent | cec16f12164c1f55b8d0649fa415f32c8fb3b34e (diff) | |
dropped wlsunset
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 3 | ||||
| -rwxr-xr-x | config/hypr/UserScripts/Sunset.sh | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index fb0735d9..7f2d600d 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -49,6 +49,3 @@ exec-once = swayidle -w timeout 900 '$lock' # xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start) #exec-once = $scriptsDir/PortalHyprland.sh - -# wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly -# exec-once = $UserScripts/Sunset.sh
\ No newline at end of file diff --git a/config/hypr/UserScripts/Sunset.sh b/config/hypr/UserScripts/Sunset.sh deleted file mode 100755 index 50e386d1..00000000 --- a/config/hypr/UserScripts/Sunset.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## - -# wlsunset project page -# https://sr.ht/~kennylevinsen/wlsunset/ - -wlsunset -t 4000 -T 6500 -d 900 -S 07:00 -s 19:00
\ No newline at end of file |
