This commit is contained in:
coast 2025-07-15 14:45:02 +03:30
parent b389d81fd2
commit 8646da7ade
6 changed files with 6 additions and 6 deletions

View file

@ -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'"},
};

Binary file not shown.

Binary file not shown.

View file

@ -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;
/*

Binary file not shown.

Binary file not shown.