slstatus

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit abe15b7ceb9ba1cdf2f42b02a80d76857002ec4c
parent ce056dfb164ea33374eab9518ff18da56152a60c
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 21 Apr 2024 20:58:40 -0400

config.def.h: add glyph to kernel release, along with switching glyphs to unicode

Diffstat:
Mconfig.def.h | 17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -66,14 +66,13 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { ram_used, "RAM  %s|", NULL }, - { cpu_perc, "CPU  %s%%|", NULL }, - { disk_free, " %s free|", "/" }, - { netspeed_rx, " %s|", "wlan0"}, - { temp, "%s C°|", "/sys/class/thermal/thermal_zone0/temp" }, - { run_command, "%s%  |", "getvolume get_volume"}, - { run_command, "%s%  |", "getvolume get_mic_out_volume"}, + { ram_used, "RAM \uefc5 %s|", NULL }, + { cpu_perc, "CPU \uf4bc %s%%|", NULL }, + { disk_free, "\uf0a0 %s free|", "/" }, + { netspeed_rx, "\uf1eb %s|", "wlan0"}, + { temp, "%s C°\uef2b|", "/sys/class/thermal/thermal_zone0/temp" }, + { run_command, "%s% \uf028|", "getvolume get_volume"}, + { run_command, "%s% \uf130|", "getvolume get_mic_out_volume"}, { datetime, "%s|", "%r"}, - { kernel_release, "%s", }, -// { kanji, "| %s |", }, + { kernel_release, "\uebc6 %s", }, };