aboutsummaryrefslogtreecommitdiff
path: root/rxmenu-cpufreq
blob: 36b82cfff8f92c965a5481a5448a8d825369748e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

t="$(dmenu << EOF
powersave
schedutil
conservative
performance
ondemand
userspace
EOF
)"

r="$(setgov $t 2>&1)"

notify-send "cpufreq $t" "$r"