mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 17:28:01 +00:00
[polybar] Change bar background color to black
This commit is contained in:
parent
1de44938be
commit
18d2935a62
@ -7,19 +7,18 @@ margin-bottom = 0
|
||||
include-file = ~/.config/polybar/modules.ini
|
||||
|
||||
[colors]
|
||||
|
||||
background = #263238
|
||||
background-alt = #444
|
||||
background = #000000
|
||||
background-alt = #444444
|
||||
foreground = #FFFFFF
|
||||
foreground-alt = #555
|
||||
foreground-alt = #555555
|
||||
primary = #F5A70A
|
||||
secondary = #e60053
|
||||
alert = #bd2c40
|
||||
secondary = #E60053
|
||||
alert = #BD2C40
|
||||
|
||||
; bar colors
|
||||
bn = #43a047
|
||||
bm = #fdd835
|
||||
bd = #e53935
|
||||
bn = #43A047
|
||||
bm = #FDD835
|
||||
bd = #E53935
|
||||
|
||||
[bar/top]
|
||||
monitor = ${env:MONITOR:}
|
||||
|
Loading…
Reference in New Issue
Block a user