From e87cf5325637f0b42634ae07ec2483185bc0fa1b Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 15 Sep 2018 12:36:59 -0500 Subject: [PATCH] Polybar: Use self. in res/colors more often --- .config/polybar/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 339460f1..1327a65c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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}