mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Polybar now uses xrdb resources
This commit is contained in:
@@ -17,15 +17,13 @@
|
|||||||
;==========================================================
|
;==========================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
;background = ${xrdb:color0:#222}
|
background = ${xrdb:background:#2E3440}
|
||||||
background = #2E3440
|
background-alt = ${xrdb:color0:#3B4252}
|
||||||
background-alt = #444
|
foreground = ${xrdb:foreground:#D8DEE9}
|
||||||
;foreground = ${xrdb:color7:#222}
|
foreground-alt = ${xrdb:color8:#4C566A}
|
||||||
foreground = #D8DEE9
|
primary = ${xrdb:color6:#88C0D0}
|
||||||
foreground-alt = #4C566A
|
secondary = ${xrdb:color4:#81A1C1}
|
||||||
primary = #ffb52a
|
alert = ${xrdb:color1:#BF616A}
|
||||||
secondary = #e60053
|
|
||||||
alert = #bd2c40
|
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
|
|||||||
Reference in New Issue
Block a user