new defaults for bar height

This commit is contained in:
speediegq 2022-10-03 11:58:20 +02:00
parent fc387c5c37
commit 72e4cb5eee
2 changed files with 2 additions and 2 deletions

View file

@ -212,7 +212,7 @@
!!
!! Height of the bar in pixels. If you want, you may make the bar taller. If set to 0, the bar will just be as tall as the fonts drawn on it.
!!
- speedwm.barheight: 5
- speedwm.barheight: 8
!!
!! Show systray by default or not (1/0)
!!

View file

@ -209,7 +209,7 @@ static int iconspacing = 5; /* spacing between the title
/* Bar options */
static int barposition = 1; /* Bar position. Top: 1, Bottom: 0 */
static int barheight = 5; /* Bar height in px, 0 = calculate automatically */
static int barheight = 8; /* Bar height in px, 0 = calculate automatically */
static int barpaddingv = 10; /* Vertical bar padding in px. */
static int barpaddingh = 10; /* Horizontal bar padding in px. */