URI:
       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" },
        };