what the fuck was that
This commit is contained in:
parent
7543296053
commit
56660b4f35
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@ in {
|
|||
power_supply = pkgs.writeShellScript "on_power_supply" ''
|
||||
${asusctl} profile -P Performance
|
||||
#${supergfxctl} -m Hybrid
|
||||
${cpupower}/bin/cpupower frequency-set -g performance
|
||||
${cpupower} frequency-set -g performance
|
||||
${hyprctl} keyword decoration:blur:enabled true
|
||||
${hyprctl} keyword animations:enabled true
|
||||
'';
|
||||
battery = pkgs.writeShellScript "on_battery" ''
|
||||
${asusctl} profile -P Quiet
|
||||
#${supergfxctl} -m Integrated
|
||||
${cpupower}/bin/cpupower frequency-set -g powersave
|
||||
${cpupower} frequency-set -g powersave
|
||||
${hyprctl} keyword decoration:blur:enabled false
|
||||
${hyprctl} keyword animations:enabled false
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue