Compare commits

...

3 commits

4 changed files with 21 additions and 2 deletions

16
.idea/git_toolbox_prj.xml generated Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="commitMessageIssueKeyValidationOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
</BoolValueOverride>
</option>
<option name="commitMessageValidationEnabledOverride">
<BoolValueOverride>
<option name="enabled" value="true" />
<option name="value" value="true" />
</BoolValueOverride>
</option>
</component>
</project>

3
.idea/vcs.xml generated
View file

@ -2,5 +2,8 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/archpackage/archy-slstatus-git/archpackage/archy-slstatus-git/archy-slstatus-git" vcs="Git" />
<mapping directory="$PROJECT_DIR$/archpackage/archy-slstatus-git/archy-slstatus-git" vcs="Git" />
<mapping directory="$PROJECT_DIR$/archpackage/archy-slstatus/archpackage/archy-slstatus/archy-slstatus" vcs="Git" />
</component> </component>
</project> </project>

View file

@ -1,5 +1,5 @@
# slstatus version # slstatus version
VERSION = 1.0.0 VERSION = 1.0.1
# customize below to fit your system # customize below to fit your system

View file

@ -69,7 +69,7 @@ static const struct arg args[] = {
{ run_command, "BR:%s%% ", "xbacklight -get | awk '{printf \"%.0f\", $1}'" }, { run_command, "BR:%s%% ", "xbacklight -get | awk '{printf \"%.0f\", $1}'" },
{ cpu_perc, "CPU:%s%%|", NULL }, { cpu_perc, "CPU:%s%%|", NULL },
{ cpu_freq, "%s ", NULL }, { cpu_freq, "%s ", NULL },
{ temp, "%s\u00b0C ", "/sys/class/thermal/thermal_zone8/temp" }, { temp, "%s\u00b0C ", "/sys/class/hwmon/hwmon5/temp1_input" },
{ ram_perc, "RAM:%s%% ", NULL }, { ram_perc, "RAM:%s%% ", NULL },
// { netspeed_tx, " %s ^ ", "wlan0" }, // { netspeed_tx, " %s ^ ", "wlan0" },
// { netspeed_rx, " %s ", "wlan0" }, // { netspeed_rx, " %s ", "wlan0" },