diff --git a/suckless/slstatus/config.h b/suckless/slstatus/config.h index 2660a0c..7049fc6 100644 --- a/suckless/slstatus/config.h +++ b/suckless/slstatus/config.h @@ -66,9 +66,9 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - {run_command, "VOL: %s% | ", "pamixer --get-volume"}, - {run_command, "BAT: %s | ", "sb-battery"}, - {temp, "TEMP: %s󰔄 | ", "/sys/class/thermal/thermal_zone3/temp"}, - {ram_used, "MEM: %s |", NULL}, - { run_command, " %s", "h=$(date +%I); m=$(date +%M); ap=$(date +%p); printf '%s:%s %s' \"$h\" \"$m\" \"$ap\"" }, + {run_command, "[%s%] ", "pamixer --get-volume"}, + {temp, "[%s°C] ", "/sys/class/thermal/thermal_zone3/temp"}, + {run_command, "[%s]", "sb-memory"}, + {run_command, " %s ", "bat-symbol"}, + {run_command, "[%s]", "date '+%a %d %b %I:%M %P'"}, }; diff --git a/suckless/slstatus/slstatus b/suckless/slstatus/slstatus index 0f068fb..07fe4df 100755 Binary files a/suckless/slstatus/slstatus and b/suckless/slstatus/slstatus differ diff --git a/suckless/slstatus/slstatus.o b/suckless/slstatus/slstatus.o index 5a928cd..9243c5b 100644 Binary files a/suckless/slstatus/slstatus.o and b/suckless/slstatus/slstatus.o differ diff --git a/suckless/st/config.h b/suckless/st/config.h index bd67f7d..e87ee06 100644 --- a/suckless/st/config.h +++ b/suckless/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "monospace:size=13:antialias=true:autohint=true"; +static char *font = "DepartureMono:size=13:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/suckless/st/st b/suckless/st/st index cc7fd29..6eef2f0 100755 Binary files a/suckless/st/st and b/suckless/st/st differ diff --git a/suckless/st/x.o b/suckless/st/x.o index 50fa1d4..72b1b55 100644 Binary files a/suckless/st/x.o and b/suckless/st/x.o differ