Polybar: Use self. in res/colors more often

This commit is contained in:
Salt 2018-09-15 12:36:59 -05:00
parent 660793f9d6
commit e87cf53256

View File

@ -15,15 +15,15 @@ warning = ${xrdb:color1}
mod-battery = ${xrdb:color10}
mod-cpu = ${xrdb:color12}
mod-date = ${res/colors.primary}
mod-dropbox = ${res/colors.primary}
mod-date = ${self.primary}
mod-dropbox = ${self.primary}
mod-fs = ${xrdb:color11}
mod-memory = ${xrdb:color13}
mod-tor = ${xrdb:color13}
mod-volume = ${res/colors.primary}
mod-volume = ${self.primary}
mod-network = ${xrdb:color14}
mod-wm = ${xrdb:color12}
mod-xbacklight = ${res/colors.primary}
mod-xbacklight = ${self.primary}
notif-package = ${self.foreground-dark}