diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-03 21:54:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-03 21:54:03 +0400 |
commit | d4cdc5eeb59753f02ede000aafafde6e2add5388 (patch) | |
tree | 50fb442b75bfb3718ede53e8ab86a4f56f719394 | |
parent | 635d7e40f06085ee1bfedd9b6651fee0fc5dd0af (diff) |
status updated
-rw-r--r-- | config.h | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -74,11 +74,10 @@ static const char unknown_str[] = "n/a"; static const struct arg args[] = { /* function format argument */ - { run_command, " %s |", "svol -p" }, - { wifi_perc, " \uf1eb %3s%% |", "wlan0" }, - { cpu_perc, " \uf2db %3s%%", NULL }, - { temp, " %2s°C |", "/sys/class/thermal/thermal_zone0/temp" }, - { ram_perc, " \uf538 %3s%% |", NULL }, - { battery_perc, " \uf240 %3s%% |", "BAT0" }, - { datetime, " %s", "%R " }, + { run_command, "vol: %s%% | ", "svol -p" }, + { wifi_perc, "wifi:%3s%% | ", "wlan0" }, + { cpu_perc, "cpu:%3s%% | ", NULL }, + { ram_used, "ram:%3s | ", NULL }, + { battery_perc, "bat:%3s%% | ", "BAT0" }, + { datetime, "%s", "%R" }, }; |