From 7e84b85b6967bee5cbd932c91e7382a94da42aed Mon Sep 17 00:00:00 2001 From: Szymon P Date: Thu, 25 Sep 2025 12:15:32 +0200 Subject: [PATCH] Update .config/btop/btop.conf Update .config/hypr/hyprsunset.conf Update .local/bin/screenshots.sh --- private_dot_config/btop/btop.conf | 2 +- private_dot_config/hypr/hyprsunset.conf | 5 +++-- private_dot_local/bin/executable_screenshots.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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