diff --git a/hypr/hyprsunset.conf b/hypr/hyprsunset.conf index 094cfb6..581a307 100644 --- a/hypr/hyprsunset.conf +++ b/hypr/hyprsunset.conf @@ -1,2 +1,2 @@ -temperature = 4500 -gamma = 100 +temperature = 4064 +gamma = 85 \ No newline at end of file diff --git a/hypr/scripts/save-hyprsunset.sh b/hypr/scripts/save-hyprsunset.sh index 5d3a23e..601cb36 100644 --- a/hypr/scripts/save-hyprsunset.sh +++ b/hypr/scripts/save-hyprsunset.sh @@ -23,7 +23,7 @@ fi output="$XDG_CONFIG_HOME/hypr/hyprsunset.conf" -temperature=$(hyprctl hyprsunset temperature) -gamma=$(hyprctl hyprsunset gamma) +temperature=$(hyprctl hyprsunset temperature || 6000) +gamma=$(hyprctl hyprsunset gamma || 100) printf "temperature = %d\ngamma = %d" "$temperature" "$gamma" > $output diff --git a/hypr/shell/autostart.conf b/hypr/shell/autostart.conf index 27b836f..f2f4cea 100644 --- a/hypr/shell/autostart.conf +++ b/hypr/shell/autostart.conf @@ -1,5 +1,5 @@ -# color-shell specific configuration, please don't modify unless you know what you're doing! +# color-shell configuration, please don't modify unless you know what you're doing! # Daemons # exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # GNOME PolKit @@ -10,12 +10,12 @@ exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Tools -exec-once = systemctl enable --user --now hyprpaper exec-once = systemctl enable --user --now hyprsunset +exec-once = systemctl enable --user --now hyprpaper # Scripts -exec-once = sh ../scripts/gen-pywal.sh -exec-once = sh ../scripts/night-light-check.sh +exec-once = sh $XDG_CONFIG_HOME/hypr/scripts/gen-pywal.sh +exec-once = sleep 3 && sh $XDG_CONFIG_HOME/hypr/scripts/load-hyprsunset.sh # wait some time to actually set the filters -# Other +# Shell exec-once = ags run diff --git a/hypr/shell/decorations.conf b/hypr/shell/decorations.conf index 1267a25..e434eae 100644 --- a/hypr/shell/decorations.conf +++ b/hypr/shell/decorations.conf @@ -1,4 +1,6 @@ +# color-shell configuration, please don't modify unless you know what you're doing! + source = ~/.cache/wal/colors-hypr.conf general { diff --git a/hypr/shell/environment.conf b/hypr/shell/environment.conf index 49d5dfb..091d622 100644 --- a/hypr/shell/environment.conf +++ b/hypr/shell/environment.conf @@ -1,4 +1,6 @@ +# color-shell configuration, please don't modify unless you know what you're doing! + # XDG Vars env = XDG_CONFIG_HOME, $HOME/.config env = XDG_CACHE_HOME, $HOME/.cache diff --git a/hypr/shell/hyprland.conf b/hypr/shell/hyprland.conf index baa7771..60e5c02 100644 --- a/hypr/shell/hyprland.conf +++ b/hypr/shell/hyprland.conf @@ -1,4 +1,6 @@ +# color-shell configuration, please don't modify unless you know what you're doing! + source = ./variables.conf source = ./nvidia.conf source = ./environment.conf diff --git a/hypr/shell/layout.conf b/hypr/shell/layout.conf index 6154687..f8614df 100644 --- a/hypr/shell/layout.conf +++ b/hypr/shell/layout.conf @@ -1,4 +1,6 @@ +# color-shell configuration, please don't modify unless you know what you're doing! + dwindle { pseudotile = false preserve_split = true diff --git a/hypr/shell/rules.conf b/hypr/shell/rules.conf index f91f21f..74e1a0d 100644 --- a/hypr/shell/rules.conf +++ b/hypr/shell/rules.conf @@ -1,4 +1,6 @@ +# color-shell configuration, please don't modify unless you know what you're doing! + # Float windowrule = float, class:nm-connection-editor windowrule = float, class:org.pulseaudio.pavucontrol diff --git a/hypr/shell/variables.conf b/hypr/shell/variables.conf index a0237e2..de75150 100644 --- a/hypr/shell/variables.conf +++ b/hypr/shell/variables.conf @@ -1,7 +1,9 @@ + +# color-shell configuration, please don't modify unless you know what you're doing! + ############### ## VARIABLES ## ############### - # Wiki: https://wiki.hyprland.org/Hypr-Ecosystem/hyprlang#defining-variables $mainMod = SUPER