Compare commits
No commits in common. "0f9474144ad5ba9452daccd8598bdad5a2dc6053" and "4a4db8cf6eaa16cbb21ba836a6e55ece87e1a896" have entirely different histories.
0f9474144a
...
4a4db8cf6e
4 changed files with 2 additions and 21 deletions
16
.idea/git_toolbox_prj.xml
generated
16
.idea/git_toolbox_prj.xml
generated
|
@ -1,16 +0,0 @@
|
|||
<?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
3
.idea/vcs.xml
generated
|
@ -2,8 +2,5 @@
|
|||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<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>
|
||||
</project>
|
|
@ -1,5 +1,5 @@
|
|||
# slstatus version
|
||||
VERSION = 1.0.1
|
||||
VERSION = 1.0.0
|
||||
|
||||
# customize below to fit your system
|
||||
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue