update bar macro
This commit is contained in:
parent
d3f11dd890
commit
65bffeaa79
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@
|
||||||
interval = 1;
|
interval = 1;
|
||||||
format = " {usage:2}% {avg_frequency}GHz";
|
format = " {usage:2}% {avg_frequency}GHz";
|
||||||
on-click = "auto-cpufreq-gtk";
|
on-click = "auto-cpufreq-gtk";
|
||||||
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-right = "pkexec auto-cpufreq --force powersave && notify-send ${hostname} \"CPU Governor Powersave Overide\"";
|
||||||
on-click-middle = "pkexec tlp start && notify-send ${hostname} \"TLP set to: $(tlp-stat -s | grep 'Power profile' | awk -F '=' '{print $2}' | xargs)\"";
|
on-click-middle = "pkexec auto-cpufreq --force reset && notify-send ${hostname} \"CPU Governor Overide Reset\"";
|
||||||
};
|
};
|
||||||
"memory" = {
|
"memory" = {
|
||||||
states = {
|
states = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue