From 4b6a11d34883f99c7eaa3af28621a1a7c9b905cb Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 23 Apr 2020 20:37:45 +0100 Subject: [PATCH] black/white color scheme and offset bar --- config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config b/config index 901ec3f..7118b8b 100644 --- a/config +++ b/config @@ -1,14 +1,16 @@ [colors] -background = #170808 -foreground = #663303 -primary = #ea7607 -secondary = #241201 +background = #111111 +foreground = #666666 +primary = #cccccc +secondary = #222222 alert = #a60000 [bar/base] enable-ipc = true -width = 100% +width = 100%:-2 height = 40 +offset-x = 1 +offset-y = 1 fixed-center = false background = ${colors.background} foreground = ${colors.foreground}