Polybar & picom changes

lightmode
E. Almqvist 4 years ago
parent 8780a42e9f
commit d53fd2956b
  1. 1
      picom/picom.conf
  2. 4
      polybar/config

@ -51,6 +51,7 @@ shadow-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'polybar'",
"class_g = 'dmenu'",
"class_g = 'dwm'",
"_GTK_FRAME_EXTENTS@:c"
];

@ -2,7 +2,7 @@
#compositing-foreground = difference
[colors]
background = #111015
background = #af111015
foreground = #c5c8c6
line = #bbb
border = #bbb
@ -47,7 +47,7 @@ override-redirect = false
width = 100%
height = 24
bottom = 1
# bottom = 1
background = ${colors.background}
foreground = ${colors.foreground}

Loading…
Cancel
Save