diff options
author | Julian T <julian@jtle.dk> | 2023-01-17 15:12:18 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-01-17 15:12:18 +0100 |
commit | 738b3a5fc6071b2e26fd4e887b8ec941f73d7036 (patch) | |
tree | 5fea536c72469455582eaafafc24bd3405b3ec9f /polybar/.config | |
parent | 804f57809b981649e79a0aea18b9c91749716561 (diff) |
Rotate and bspwm, polybar color theme
https://coolors.co/5e6982-348aa7-f3b61f-a0031d-fe6d73
If the site is down, just use the colors from the URL.
Diffstat (limited to 'polybar/.config')
-rw-r--r-- | polybar/.config/polybar/config | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index a0accde..35e7fac 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -18,12 +18,12 @@ [colors] background = #000000 -background-alt = #201A23 +background-alt = #A0031D foreground = #FFFFFF -primary = #3465a4 -secondary = 6DA34D -alert = #F05D5E -disabled = #888888 +primary = #FE6D73 +secondary = 348AA7 +alert = #F3B61F +disabled = #5E6982 [bar/main] width = 100% @@ -46,7 +46,7 @@ padding-right = 1 module-margin = 1 separator = | -separator-foreground = ${colors.disabled} +separator-foreground = ${colors.background-alt} ; font-0 = Cozette;2 font-0 = Terminus @@ -132,17 +132,17 @@ type = internal/network interval = 5 format-connected = <label-connected> format-disconnected = <label-disconnected> -label-disconnected = %{F#1AA2C9}%ifname%%{F#707880} disconnected +label-disconnected = %{F#FE6D73}%ifname%%{F#707880} disconnected [module/wlan] inherit = network-base interface-type = wireless -label-connected = %{F#1AA2C9}%ifname%%{F-} %essid% %local_ip% +label-connected = %{F#FE6D73}%ifname%%{F-} %essid% %local_ip% [module/eth] inherit = network-base interface-type = wired -label-connected = %{F#1AA2C9}%ifname%%{F-} %local_ip% +label-connected = %{F#FE6D73}%ifname%%{F-} %local_ip% [module/date] type = internal/date |