suicide
This commit is contained in:
parent
b389d81fd2
commit
8646da7ade
6 changed files with 6 additions and 6 deletions
|
@ -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.
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
BIN
suckless/st/st
BIN
suckless/st/st
Binary file not shown.
BIN
suckless/st/x.o
BIN
suckless/st/x.o
Binary file not shown.
Loading…
Add table
Reference in a new issue