summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 23:06:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 23:06:46 +0200
commit3fe57f87a80dda4c9d43192460bbdca61bc6c8ee (patch)
tree488576e7ea21a2d8bcfb40f65e5faa69bb2310e4 /config.h
parent71d166a99d3e1636ca61d6a6bc3e68a4b5524d75 (diff)
Add colorscheme
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index bfd6cb9..224c236 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Space Mono Nerd Font:pixelsize=11:antialias=true:autohint=true";
+/* Spare fonts */
+static char *font2[] = {
+/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
+/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
+};
+
static int borderpx = 2;
/*