i3bar: change default font to the i3 default one
This commit is contained in:
parent
3ee8bd502d
commit
bc2c63d4ed
|
@ -897,10 +897,8 @@ char *init_xcb_early() {
|
||||||
*/
|
*/
|
||||||
void init_xcb_late(char *fontname) {
|
void init_xcb_late(char *fontname) {
|
||||||
if (fontname == NULL) {
|
if (fontname == NULL) {
|
||||||
/* This is a very restrictive default. More sensefull would be something like
|
/* XXX: font fallback to 'misc' like i3 does it would be good. */
|
||||||
* "-misc-*-*-*-*--*-*-*-*-*-*-*-*". But since that produces very ugly results
|
fontname = "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1";
|
||||||
* on my machine, let's stick with this until we have a configfile */
|
|
||||||
fontname = "-misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso10646-1";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We load and allocate the font */
|
/* We load and allocate the font */
|
||||||
|
|
Loading…
Reference in New Issue