mirror of
https://github.com/pikami/dwm.git
synced 2025-02-05 15:36:41 +00:00
11 lines
303 B
C
11 lines
303 B
C
/*
|
|
* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
|
* See LICENSE file for license details.
|
|
*/
|
|
|
|
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
|
|
#define BGCOLOR "#000000"
|
|
#define FGCOLOR "#ffaa00"
|
|
#define BORDERCOLOR "#000000"
|
|
#define STATUSDELAY 10 /* milliseconds */
|