Compton, Polybar: Slight bar adjustments
Among them, Polybar's tray window now no longer casts a shadow
This commit is contained in:
parent
8d256daa3e
commit
f2548febad
@ -92,6 +92,7 @@ shadow-exclude = [
|
|||||||
"name *= 'compton'",
|
"name *= 'compton'",
|
||||||
"name *= 'Chromium'",
|
"name *= 'Chromium'",
|
||||||
"name *= 'Chrome'",
|
"name *= 'Chrome'",
|
||||||
|
"name *= 'Polybar tray window'",
|
||||||
"class_g = 'Conky'",
|
"class_g = 'Conky'",
|
||||||
"class_g = 'Kupfer'",
|
"class_g = 'Kupfer'",
|
||||||
"class_g = 'Synapse'",
|
"class_g = 'Synapse'",
|
||||||
|
@ -64,6 +64,9 @@ wm-restack = ${env:PB_WM_RESTACK:bspwm}
|
|||||||
module-margin = 2
|
module-margin = 2
|
||||||
padding = 4
|
padding = 4
|
||||||
|
|
||||||
|
# Tray settings
|
||||||
|
tray-maxsize = 16
|
||||||
|
|
||||||
# Mild ricing
|
# Mild ricing
|
||||||
background = ${res/colors.background}
|
background = ${res/colors.background}
|
||||||
foreground = ${res/colors.foreground}
|
foreground = ${res/colors.foreground}
|
||||||
@ -87,7 +90,6 @@ inherit = template/bar
|
|||||||
|
|
||||||
tray-detached = true
|
tray-detached = true
|
||||||
tray-position = center
|
tray-position = center
|
||||||
tray-maxsize = 16
|
|
||||||
|
|
||||||
modules-left = battery cpu memory
|
modules-left = battery cpu memory
|
||||||
modules-center =
|
modules-center =
|
||||||
|
Reference in New Issue
Block a user