diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-22 00:45:06 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-22 00:45:06 +0530 |
| commit | 5895794337d7d8b223542d5ad9db02839f2bf857 (patch) | |
| tree | 196f21585c97a348225e9b6d9f42dc9ea7197020 /config.h | |
| parent | de4cf2cf7e7b20594312ce6e7c5fceb6790a5401 (diff) | |
fixed spaces
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 ] "}, }; |
