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

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

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

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