Patch to allow custom command for bar center text

This commit is contained in:
Alex Selimov 2025-05-25 21:36:41 -04:00
parent 56ddeea9aa
commit 0d3cf443d9
2 changed files with 52 additions and 12 deletions

View file

@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char center_command[] = "/home/aselimov/bin/title_text.sh";
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int gappih = 15; /* horiz inner gap between windows */