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]
|
[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}
|
||||||
|
|
Loading…
Reference in New Issue