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] [colors]
background = #170808 background = #111111
foreground = #663303 foreground = #666666
primary = #ea7607 primary = #cccccc
secondary = #241201 secondary = #222222
alert = #a60000 alert = #a60000
[bar/base] [bar/base]
enable-ipc = true enable-ipc = true
width = 100% width = 100%:-2
height = 40 height = 40
offset-x = 1
offset-y = 1
fixed-center = false fixed-center = false
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}