switch between global dark and light themes (super + F6)
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
[colors]
|
||||
background = #1a343a
|
||||
foreground = #f2f6e1
|
||||
underline = #1a343a
|
||||
active = #3585ce
|
||||
urgent = #9b0640
|
||||
empty = #808080
|
||||
background = ${xrdb:polybar.background:#1a343a}
|
||||
foreground = ${xrdb:polybar.foreground:#f2f6e1}
|
||||
active = ${xrdb:polybar.active:#3585ce}
|
||||
urgent = ${xrdb:polybar.urgent:#9b0640}
|
||||
empty = ${xrdb:polybar.empty:#808080}
|
||||
|
||||
[bar/panel]
|
||||
monitor = ${env:MONITOR:}
|
||||
modules-left = bspwm xwindow
|
||||
modules-right = date
|
||||
wm-restack = bspwm
|
||||
enable-ipc = true
|
||||
font-0 = Iosevka:pixelsize=23:antialias=true:autohint=true;5
|
||||
height = 40
|
||||
background = ${colors.background}
|
||||
@ -31,7 +32,6 @@ label-occupied-padding = 1
|
||||
label-urgent-padding = 1
|
||||
label-empty-padding = 1
|
||||
label-focused-background = ${colors.active}
|
||||
label-focused-underline = ${colors.underline}
|
||||
label-urgent-background = ${colors.urgent}
|
||||
label-empty-foreground = ${colors.empty}
|
||||
|
||||
|
Reference in New Issue
Block a user