openbsd: slstatus config updates - dotfiles - š personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit c80e932986d61e1865cf82c4e5ab480ad149293c
DIR parent 65023d10672f78c9679e96b2536524abb6136cf1
HTML Author: drkhsh <me@drkhsh.at>
Date: Sun, 31 Mar 2024 16:24:57 +0200
openbsd: slstatus config updates
Diffstat:
M _openbsd/slstatus/config.h | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
---
DIR diff --git a/_openbsd/slstatus/config.h b/_openbsd/slstatus/config.h
@@ -73,13 +73,10 @@ static const char unknown_str[] = "n/a";
static const struct arg args[] = {
/* function format argument */
{ wifi_essid, "ó°© %s (", "iwn0" },
- { wifi_perc, "%3s%%) ī” ", "iwn0" },
- { cpu_perc, "ó° %3s%% ī” ", NULL },
- { ram_used, "ļ¬ %8s ī” ", NULL },
- { vol_perc, "墳 %3s%% ī” ", NULL },
- { temp, "ļ£ %2s°C ī” ", NULL },
+ { wifi_perc, "%3s%%) ā ", "iwn0" },
+ { vol_perc, "墳 %3s%% ā ", NULL },
{ battery_state, "ļ %s", NULL },
- { battery_perc, "%2s%% ī” ", NULL },
+ { battery_perc, "%2s%% ā ", NULL },
{ datetime, "%s", "%Y-%m-%d %H:%M:%S" },
};