aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-22 00:45:06 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-22 00:45:06 +0530
commit5895794337d7d8b223542d5ad9db02839f2bf857 (patch)
tree196f21585c97a348225e9b6d9f42dc9ea7197020 /config.h
parentde4cf2cf7e7b20594312ce6e7c5fceb6790a5401 (diff)
fixed spaces
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 5da02f1..8f76210 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},
- { ram_used, "%sB ] ", NULL },
- { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "},
+ { cpu_perc, "[  %s% ] ", NULL},
+ { ram_perc, "[  %s%, ", NULL},
+ { ram_used, "%sB ] ", NULL },
+ { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "},
};