aboutsummaryrefslogtreecommitdiff
path: root/i3-nagbar
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2015-03-26 10:03:30 +0100
committerMichael Stapelberg <michael@stapelberg.de>2015-03-26 10:03:30 +0100
commitad31b13cb66f65431189f0ade323b9634cc26e8c (patch)
treee18a743e95dc594b2f704f0299bac8f0039a0486 /i3-nagbar
parent7d49f55c55143e1bb9b916a3d2d283b997b36e80 (diff)
downloadi3-ad31b13cb66f65431189f0ade323b9634cc26e8c.tar.gz
i3-ad31b13cb66f65431189f0ade323b9634cc26e8c.zip
update default fonts for i3-{input,config-wizard,nagbar}
We’ve done this a while ago in i3.config itself, but the tools in question aren’t hooked up to that setting, so we need to do it here as well.
Diffstat (limited to 'i3-nagbar')
-rw-r--r--i3-nagbar/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3-nagbar/main.c b/i3-nagbar/main.c
index 16559c96..805066f8 100644
--- a/i3-nagbar/main.c
+++ b/i3-nagbar/main.c
@@ -322,7 +322,7 @@ int main(int argc, char *argv[]) {
argv0 = argv[0];
- char *pattern = sstrdup("-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1");
+ char *pattern = sstrdup("pango:monospace 8");
int o, option_index = 0;
enum { TYPE_ERROR = 0,
TYPE_WARNING = 1 } bar_type = TYPE_ERROR;