black/white color scheme and offset bar
This commit is contained in:
parent
7033fec78f
commit
4b6a11d348
12
config
12
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}
|
||||
|
|
Loading…
Reference in New Issue