aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h8
-rwxr-xr-xslstatusbin31824 -> 31824 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 8f76210..f9feef5 100644
--- a/config.h
+++ b/config.h
@@ -65,11 +65,11 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
- { run_command, " [  %s% ] ", "pamixer --get-volume | awk {'print $1'}" },
+ { run_command, " [  %s% ] ", "pamixer --get-volume | awk {'print $1'}" },
// { netspeed_rx,"[  %sB/s ] ", "wlp7s0"},
// { netspeed_tx,"[ 祝 %sB/s ] ", "wlp7s0"},
- { cpu_perc, "[  %s% ] ", NULL},
- { ram_perc, "[  %s%, ", NULL},
+ { cpu_perc, "[  %s% ] ", NULL},
+ { ram_perc, "[  %s%, ", NULL},
{ ram_used, "%sB ] ", NULL },
- { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "},
+ { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "},
};
diff --git a/slstatus b/slstatus
index 4493a19..c713cf2 100755
--- a/slstatus
+++ b/slstatus
Binary files differ