power setting tweaks
This commit is contained in:
parent
4a06cf60dd
commit
5d2657ba3d
2 changed files with 27 additions and 11 deletions
|
|
@ -45,8 +45,8 @@
|
|||
interval = 1;
|
||||
format = " {usage:2}% {avg_frequency}GHz";
|
||||
on-click = "auto-cpufreq-gtk";
|
||||
on-click-right = "pkexec systemctl restart thermald throttled && notify-send ${hostname} 'CPU Underclocking Restarted'";
|
||||
on-click-middle = "pkexec systemctl stop thermald throttled && notify-send ${hostname} 'CPU Underclocking Stopped'";
|
||||
on-click-right = "pkexec tlp power-saver && notify-send ${hostname} \"TLP set to: $(tlp-stat -s | grep 'Power profile' | awk -F '=' '{print $2}' | xargs)\"";
|
||||
on-click-middle = "pkexec tlp start && notify-send ${hostname} \"TLP set to: $(tlp-stat -s | grep 'Power profile' | awk -F '=' '{print $2}' | xargs)\"";
|
||||
};
|
||||
"memory" = {
|
||||
states = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue