suicide
This commit is contained in:
parent
c57ac5c106
commit
6f437a1b7f
13 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@ PREFIX = /usr/local
|
|||
MANDIR = $(PREFIX)/share/man
|
||||
DATADIR = $(PREFIX)/share
|
||||
|
||||
XWAYLAND =
|
||||
XLIBS =
|
||||
#XWAYLAND =
|
||||
#XLIBS =
|
||||
# Uncomment to build XWayland support
|
||||
XWAYLAND = -DXWAYLAND
|
||||
XLIBS = xcb xcb-icccm
|
||||
|
|
BIN
dwm/drw.o
BIN
dwm/drw.o
Binary file not shown.
BIN
dwm/dwm
BIN
dwm/dwm
Binary file not shown.
BIN
dwm/dwm.o
BIN
dwm/dwm.o
Binary file not shown.
BIN
dwm/util.o
BIN
dwm/util.o
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
|
||||
WMENU="wmenu"
|
||||
DMENU="dmenu"
|
||||
BROWSER="firefox-bin"
|
||||
BROWSER="chromium"
|
||||
NOTIFY="notify-send"
|
||||
|
||||
CHOICES="Paulgo
|
||||
|
|
|
@ -67,8 +67,8 @@ static const char unknown_str[] = "n/a";
|
|||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{run_command, " [%s%] ", "pamixer --get-volume"},
|
||||
{temp, "[%s°C] ", "/sys/class/thermal/thermal_zone3/temp"},
|
||||
{run_command, "[%s]", "sb-memory"},
|
||||
{cpu_perc, "[%s%] ", NULL},
|
||||
{ram_used, "[%s]", NULL},
|
||||
{run_command, " %s ", "bat-symbol"},
|
||||
{run_command, "[%s]", "date '+%I:%M %P'"},
|
||||
};
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
st/hb.o
BIN
st/hb.o
Binary file not shown.
BIN
st/st
BIN
st/st
Binary file not shown.
BIN
st/st.o
BIN
st/st.o
Binary file not shown.
BIN
st/x.o
BIN
st/x.o
Binary file not shown.
Loading…
Add table
Reference in a new issue