more work on bar
This commit is contained in:
parent
a57b8f1b5d
commit
f968e9d87d
|
@ -10,12 +10,11 @@
|
||||||
[colors]
|
[colors]
|
||||||
;background = ${xrdb:color0:#222}
|
;background = ${xrdb:color0:#222}
|
||||||
background = #111
|
background = #111
|
||||||
background-alt = #{xrdb:color5:#333}
|
background-alt = ${xrdb:color2:#333}
|
||||||
foreground = ${xrdb:color7:#222}
|
foreground = ${xrdb:color7:#222}
|
||||||
; foreground = #dfdfdf
|
|
||||||
foreground-alt = #555
|
foreground-alt = #555
|
||||||
primary = #ffb52a
|
primary = ${xrdb:color1:#222}
|
||||||
secondary = #e60053
|
secondary = ${xrdb:color3:#222}
|
||||||
alert = #bd2c40
|
alert = #bd2c40
|
||||||
|
|
||||||
[bar/lytedev]
|
[bar/lytedev]
|
||||||
|
@ -242,11 +241,11 @@ format-disconnected =
|
||||||
type = internal/date
|
type = internal/date
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
||||||
date =
|
date = "%Y-%m-%d"
|
||||||
date-alt = "%Y-%m-%d"
|
date-alt =
|
||||||
|
|
||||||
time = %H:%M
|
time = %H:%M:%S
|
||||||
time-alt = %H:%M:%S
|
time-alt = %H:%M
|
||||||
|
|
||||||
format-prefix =
|
format-prefix =
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
Reference in a new issue