diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml deleted file mode 100644 index 4e57990..0000000 --- a/.idea/git_toolbox_prj.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 6ca94fb..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,8 +2,5 @@ - - - \ No newline at end of file diff --git a/config.mk b/config.mk index 918b36e..8671f81 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slstatus version -VERSION = 1.0.1 +VERSION = 1.0.0 # customize below to fit your system diff --git a/src/config.h b/src/config.h index 5101675..05d3d12 100644 --- a/src/config.h +++ b/src/config.h @@ -69,7 +69,7 @@ static const struct arg args[] = { { run_command, "BR:%s%% ", "xbacklight -get | awk '{printf \"%.0f\", $1}'" }, { cpu_perc, "CPU:%s%%|", NULL }, { cpu_freq, "%s ", NULL }, - { temp, "%s\u00b0C ", "/sys/class/hwmon/hwmon5/temp1_input" }, + { temp, "%s\u00b0C ", "/sys/class/thermal/thermal_zone8/temp" }, { ram_perc, "RAM:%s%% ", NULL }, // { netspeed_tx, " %s ^ ", "wlan0" }, // { netspeed_rx, " %s ", "wlan0" },