Set temperature back to desktop by default

This commit is contained in:
Thomas Avé 2022-07-21 16:12:57 +02:00
parent d4335aa52f
commit 909bb542a4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ top_panel.create = function(s)
wibox.widget.textbox(' | '), wibox.widget.textbox(' | '),
awful.widget.watch('bash -c "/usr/bin/cat /proc/cpuinfo | grep MHz | cut -b 12- | sort -r | head -n 1 | xargs printf \'%f / 1000\n\' | bc -l | cut -b -4"', 1), awful.widget.watch('bash -c "/usr/bin/cat /proc/cpuinfo | grep MHz | cut -b 12- | sort -r | head -n 1 | xargs printf \'%f / 1000\n\' | bc -l | cut -b -4"', 1),
wibox.widget.textbox('GHz | '), wibox.widget.textbox('GHz | '),
awful.widget.watch('bash -c "sensors | grep Package | cut -f 5 -d \' \' | cut -c 2-"', 5), awful.widget.watch('bash -c "sensors | grep Tctl | cut -f 10 -d \' \' | cut -c 2-"', 5),
wibox.widget.textbox(' | '), wibox.widget.textbox(' | '),
awful.widget.watch('bash -c "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"', 5), awful.widget.watch('bash -c "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"', 5),
wibox.widget.textbox(' | '), wibox.widget.textbox(' | '),