mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Minor edits
This commit is contained in:
7
.config/conky/qtile/04/scripts/cputemp.sh
Executable file
7
.config/conky/qtile/04/scripts/cputemp.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
cpuTemp=$(sensors | grep Tctl | awk -F '+' '{print $2}')
|
||||
echo "$cpuTemp"
|
||||
|
||||
exit
|
||||
Reference in New Issue
Block a user