Polybar config cleanup

This commit is contained in:
Przemek Grondek 2023-08-05 16:20:33 +02:00
parent 9736777648
commit b497ef7e0c

View File

@ -17,10 +17,8 @@
;==========================================================
[colors]
;background = ${xrdb:color0:#222}
background = #222
background-alt = #444
;foreground = ${xrdb:color7:#222}
foreground = #dfdfdf
foreground-alt = #555
primary = #0a6cf5
@ -31,8 +29,6 @@ alert = #bd2c40
monitor = ${env:MONITOR:HDMI-1}
width = 100%
height = 27
;offset-x = 1%
;offset-y = 1%
radius = 5.0
fixed-center = false
@ -62,18 +58,6 @@ modules-right = xkeyboard filesystem pulseaudio cpu memory eth temperature date
tray-position = right
tray-padding = 5
;tray-background = #0063ff
;wm-restack = bspwm
;wm-restack = i3
;override-redirect = true
;scroll-up = bspwm-desknext
;scroll-down = bspwm-deskprev
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
cursor-click = pointer
cursor-scroll = ns-resize
@ -87,7 +71,6 @@ type = internal/xkeyboard
blacklist-0 =
blacklist-1 =
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-prefix-underline = ${colors.primary}