some small changes

This commit is contained in:
speedie 2022-12-17 12:43:56 +01:00
parent 66acce8395
commit 40e2431ffd
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
!! Bar options !! Bar options
speedwm.bar.height: 4 ! Height of the bar in pixels (<num>) speedwm.bar.height: 3 ! Height of the bar in pixels (<num>)
speedwm.bar.position: 1 ! Position of the bar (0: Bottom, 1: Top) speedwm.bar.position: 1 ! Position of the bar (0: Bottom, 1: Top)
speedwm.bar.paddingh: 10 ! Horizontal padding (extra space) around the bar in pixels (<num>) 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>) speedwm.bar.paddingv: 10 ! Vertical padding (extra space) around the bar in pixels (<num>)

View file

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