From 4343bfddc2788fcba86be1fa4e05e45e926756a3 Mon Sep 17 00:00:00 2001
From: Julian T <julian@jtle.dk>
Date: Sun, 18 Dec 2022 23:45:33 +0100
Subject: Add xresouces

---
 polybar/.config/polybar/config | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

(limited to 'polybar')

diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index 879ff16..645ee70 100644
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -17,13 +17,13 @@
 ;==========================================================
 
 [colors]
-background = #282A2E
-background-alt = #373B41
-foreground = #C5C8C6
-primary = #F0C674
-secondary = #8ABEB7
-alert = #A54242
-disabled = #707880
+background = ${xrdb:polybar.background}
+background-alt = ${xrdb:polybar.background}
+foreground = ${xrdb:polybar.foreground}
+primary = ${xrdb:polybar.primary}
+secondary = ${xrdb:polybar.secondary}
+alert = ${xrdb:polybar.alert}
+disabled = ${xrdb:polybar.disabled}
 
 [bar/main]
 width = 100%
@@ -124,17 +124,17 @@ type = internal/network
 interval = 5
 format-connected = <label-connected>
 format-disconnected = <label-disconnected>
-label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
+label-disconnected = %{F#1AA2C9}%ifname%%{F#707880} disconnected
 
 [module/wlan]
 inherit = network-base
 interface-type = wireless
-label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
+label-connected = %{F#1AA2C9}%ifname%%{F-} %essid% %local_ip%
 
 [module/eth]
 inherit = network-base
 interface-type = wired
-label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
+label-connected = %{F#1AA2C9}%ifname%%{F-} %local_ip%
 
 [module/date]
 type = internal/date
-- 
cgit v1.2.3