diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index 2f5987b..5316fad 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -57,7 +57,7 @@ update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "memory" +proc_sorting = "cpu direct" #* Reverse sorting order, True or False. proc_reversed = False diff --git a/private_dot_config/hypr/hyprsunset.conf b/private_dot_config/hypr/hyprsunset.conf index 7bd6a1b..557ddc2 100644 --- a/private_dot_config/hypr/hyprsunset.conf +++ b/private_dot_config/hypr/hyprsunset.conf @@ -3,10 +3,11 @@ max-gamma = 150 profile { time = 7:30 identity = true + gamma = 1 } profile { time = 21:00 - temperature = 5500 - gamma = 0.8 + temperature = 4500 + gamma = 0.8 } diff --git a/private_dot_local/bin/executable_screenshots.sh b/private_dot_local/bin/executable_screenshots.sh index b482ded..d85e351 100644 --- a/private_dot_local/bin/executable_screenshots.sh +++ b/private_dot_local/bin/executable_screenshots.sh @@ -113,7 +113,7 @@ case "$copy-$save" in ;; "false-false") if [ "$edit" = "true" ]; then - swappy -f "$tmp_path" + satty -f "$tmp_path" fi ;; esac