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
|
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
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"
|
WMENU="wmenu"
|
||||||
DMENU="dmenu"
|
DMENU="dmenu"
|
||||||
BROWSER="firefox-bin"
|
BROWSER="chromium"
|
||||||
NOTIFY="notify-send"
|
NOTIFY="notify-send"
|
||||||
|
|
||||||
CHOICES="Paulgo
|
CHOICES="Paulgo
|
||||||
|
|
|
@ -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
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