From 72e4cb5eee3e34a4b19224fd7d33bab2d186ce54 Mon Sep 17 00:00:00 2001 From: speediegq Date: Mon, 3 Oct 2022 11:58:20 +0200 Subject: [PATCH] new defaults for bar height --- docs/example.Xresources | 2 +- options.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example.Xresources b/docs/example.Xresources index 0a71a73..94adfc2 100644 --- a/docs/example.Xresources +++ b/docs/example.Xresources @@ -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) !! diff --git a/options.h b/options.h index 3a3fe9a..4bac953 100644 --- a/options.h +++ b/options.h @@ -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. */