This commit is contained in:
speediegq 2022-10-19 23:07:58 +02:00
parent 453a6f3fc0
commit daf433d9aa
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,7 @@
!! Bar options
- speedwm.bar.height: 8 !! Height of the bar in pixels (<num>)
- speedwm.bar.hide: 0 !! Hide the bar by default (0/1)
- speedwm.bar.hide.tags: 0 !! Hide the tags (0/1)
- speedwm.bar.hide.emptytags: 1 !! Hide the tags that have no windows open (0/1)
@ -20,6 +21,7 @@
- speedwm.bar.hide.title: 0 !! Hide the window title (0/1)
- speedwm.bar.hide.unseltitle: 0 !! Hide the unselected window title (0/1)
- speedwm.bar.hide.icon: 0 !! Hide the window icon (0/1)
- speedwm.bar.layoutposition: 1 !! Position of the layout indicator (0: Right, 1: Left)
- speedwm.bar.paddingh: 10 !! Horizontal padding (extra space) around the bar in pixels (<num>)
- speedwm.bar.paddingv: 10 !! Vertical padding (extra space) around the bar in pixels (<num>)

View file

@ -752,7 +752,6 @@ static const char *statuscmd[] = { "/bin/sh", "-c", NULL, NULL };
#include "options.h" /* Include options */
/* Options */
static char *fontarray[] = { font1, font2, font3, fonts }; /* All fonts */
#if USESYSTRAY
static int systraypinningfailfirst = 1;
#endif
@ -779,6 +778,8 @@ static int systraypinningfailfirst = 1;
#include "ipc.h" /* Include IPC */
#endif
static char *fontarray[] = { font1, font2, font3, fonts }; /* All fonts */
/* Text for tags */
static char *tags[] = { text_tag1_empty,
text_tag2_empty, /* Tag 2 text (empty) */