black/white color scheme and offset bar

This commit is contained in:
Ray Elliott 2020-04-23 20:37:45 +01:00
parent 7033fec78f
commit 4b6a11d348
1 changed files with 7 additions and 5 deletions

12
config
View File

@ -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}