Introduction
Introduction Statistics Contact Development Disclaimer Help
config.h - dotfiles - These are my dotfiles. There are many like it, but these …
git clone git://jay.scot/dotfiles
Log
Files
Refs
README
---
config.h (458B)
---
1 static int topbar = 1;
2 static const char *fonts[] = {
3 "Hack:pixelsize=14"
4 };
5 static int centered = 1;
6 static const char *prompt = "run ยป";
7 static const char *colors[SchemeLast][2] = {
8 [SchemeNorm] = { "#ebdbb2", "#282828" },
9 [SchemeSel] = { "#ebdbb2", "#98971a" },
10 [SchemeOut] = { "#ebdbb2", "#8ec07c" },
11 };
12
13 static unsigned int lines = 0;
14 static const char worddelimiters[] = " ";
15 static int min_width = 800;
16 static unsigned int border_width = 3;
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.