Clock on both monitors, random wallpapers
This commit is contained in:
parent
b1ac586696
commit
3e0fb40cff
@ -18,7 +18,7 @@ static const char *altbarcmd = "$HOME/bar.sh"; /* Alternate bar laun
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
/* Status is to be shown on: -1 (all monitors), 0 (a specific monitor by index), 'A' (active monitor) */
|
||||
static const int statusmon = 'A';
|
||||
static const int statusmon = -1;
|
||||
static const unsigned int systrayspacing = 2; /* systray spacing */
|
||||
static const int showsystray = 1; /* 0 means no systray */
|
||||
|
||||
@ -34,7 +34,7 @@ static const unsigned int maxhtab = 200; /* tab menu height */
|
||||
static int tagindicatortype = INDICATOR_TOP_LEFT_SQUARE;
|
||||
static int tiledindicatortype = INDICATOR_NONE;
|
||||
static int floatindicatortype = INDICATOR_TOP_LEFT_SQUARE;
|
||||
static const char *fonts[] = { "monospace:size=10" };
|
||||
static const char *fonts[] = { "monospace:size=13" };
|
||||
// static const char dmenufont[] = "monospace:size=10";
|
||||
|
||||
static char c000000[] = "#000000"; // placeholder value
|
||||
@ -110,7 +110,7 @@ static const char *const autostart[] = {
|
||||
"dunst", NULL,
|
||||
"sh", "/home/ganome/.local/bin/dwmbar", NULL,
|
||||
"xrdb", "/home/ganome/.Xresources", NULL,
|
||||
"nitrogen", "--restore", NULL,
|
||||
"sh", "/home/ganome/.local/bin/wallsetter.dwm", NULL,
|
||||
"parcellite", NULL,
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user