diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-07-27 03:36:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 03:36:04 +0000 |
| commit | 30e880c3747e465426f1a2bb239a1bad6f2ef04a (patch) | |
| tree | a8c36c0be17f21085c4e2839fbbba2379376d44e | |
| parent | 874542297f3a3350bac02996639461535e63c076 (diff) | |
update glyphs
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index bdf7927..2ce551a 100644 --- a/config.def.h +++ b/config.def.h @@ -16,6 +16,6 @@ static const struct arg args[] = { { netspeed_rx, "[ %s B/s ]", "wlp2s0" }, { battery_perc,"[ %s%% ]", "BAT0" }, { run_command, "[ %s ]", "volume" }, - { ram_perc, "[ %s%% ]", NULL }, + { ram_perc, "[ %s%% ]", NULL }, { datetime, " %s", "%a %b %d %r" }, }; |
