|
@@ -8,15 +8,15 @@
|
|
|
;=====================================================
|
|
|
|
|
|
[colors]
|
|
|
-;background = ${xrdb:color0:#222}
|
|
|
-background = #22000000
|
|
|
-background-alt = #22444444
|
|
|
-;foreground = ${xrdb:color7:#222}
|
|
|
-foreground = #dfdfdf
|
|
|
-foreground-alt = #555
|
|
|
-primary = #0087AF
|
|
|
-secondary = #363a43
|
|
|
-alert = #bd2c40
|
|
|
+background = ${xrdb:background:#222}
|
|
|
+foreground = ${xrdb:foreground:#222}
|
|
|
+
|
|
|
+background-alt = ${xrdb:background:#222}
|
|
|
+foreground-alt = ${xrdb:foreground:#222}
|
|
|
+
|
|
|
+primary = ${xrdb:color1:#222}
|
|
|
+secondary = ${xrdb:color2:#222}
|
|
|
+alert = ${xrdb:color3:#222}
|
|
|
|
|
|
[bar/dp2]
|
|
|
monitor = ${env:MONITOR:DP-2}
|
|
@@ -52,7 +52,6 @@ modules-right = xbacklight volume xkeyboard filesystem memory cpu wlan eth batte
|
|
|
|
|
|
tray-position = right
|
|
|
tray-padding = 2
|
|
|
-tray-transparent = true
|
|
|
tray-background = ${colors.background}
|
|
|
|
|
|
;wm-restack = bspwm
|