feat:add_powerprofiles

This commit is contained in:
dichgrem
2025-07-25 20:45:23 +08:00
parent 76b04610ca
commit 5a05a1b677
2 changed files with 3 additions and 2 deletions

View File

@@ -57,13 +57,13 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* 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. #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy" proc_sorting = "memory"
#* Reverse sorting order, True or False. #* Reverse sorting order, True or False.
proc_reversed = False proc_reversed = False
#* Show processes as a tree. #* Show processes as a tree.
proc_tree = False proc_tree = True
#* Use the cpu graph colors in the process list. #* Use the cpu graph colors in the process list.
proc_colors = True proc_colors = True

View File

@@ -7,6 +7,7 @@
# interval = "weekly"; # interval = "weekly";
# }; # };
gvfs.enable = true; gvfs.enable = true;
power-profiles-daemon.enable = true;
scx = { scx = {
enable = true; enable = true;
scheduler = "scx_lavd"; scheduler = "scx_lavd";