This commit is contained in:
coast 2025-08-12 15:31:17 +03:30
parent c57ac5c106
commit 6f437a1b7f
13 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@ PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share DATADIR = $(PREFIX)/share
XWAYLAND = #XWAYLAND =
XLIBS = #XLIBS =
# Uncomment to build XWayland support # Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm XLIBS = xcb xcb-icccm

BIN
dwm/drw.o

Binary file not shown.

BIN
dwm/dwm

Binary file not shown.

BIN
dwm/dwm.o

Binary file not shown.

Binary file not shown.

View file

@ -2,7 +2,7 @@
WMENU="wmenu" WMENU="wmenu"
DMENU="dmenu" DMENU="dmenu"
BROWSER="firefox-bin" BROWSER="chromium"
NOTIFY="notify-send" NOTIFY="notify-send"
CHOICES="Paulgo CHOICES="Paulgo

View file

@ -67,8 +67,8 @@ static const char unknown_str[] = "n/a";
static const struct arg args[] = { static const struct arg args[] = {
/* function format argument */ /* function format argument */
{run_command, " [%s%] ", "pamixer --get-volume"}, {run_command, " [%s%] ", "pamixer --get-volume"},
{temp, "[%s°C] ", "/sys/class/thermal/thermal_zone3/temp"}, {cpu_perc, "[%s%] ", NULL},
{run_command, "[%s]", "sb-memory"}, {ram_used, "[%s]", NULL},
{run_command, " %s ", "bat-symbol"}, {run_command, " %s ", "bat-symbol"},
{run_command, "[%s]", "date '+%I:%M %P'"}, {run_command, "[%s]", "date '+%I:%M %P'"},
}; };

Binary file not shown.

Binary file not shown.

BIN
st/hb.o

Binary file not shown.

BIN
st/st

Binary file not shown.

BIN
st/st.o

Binary file not shown.

BIN
st/x.o

Binary file not shown.