Picom rounds polybar
This commit is contained in:
parent
6e7455eaa0
commit
82cf772581
|
@ -2,7 +2,7 @@
|
||||||
# Corners #
|
# Corners #
|
||||||
#################################
|
#################################
|
||||||
# requires: https://github.com/sdhand/compton
|
# requires: https://github.com/sdhand/compton
|
||||||
corner-radius = 0.0;
|
corner-radius = 30.0;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
#"window_type = 'normal'",
|
#"window_type = 'normal'",
|
||||||
"class_g = 'awesome'",
|
"class_g = 'awesome'",
|
||||||
|
@ -11,7 +11,7 @@ rounded-corners-exclude = [
|
||||||
"class_g = 'kitty'",
|
"class_g = 'kitty'",
|
||||||
"class_g = 'emacs'",
|
"class_g = 'emacs'",
|
||||||
# "name_g = 'EXWM workspace'",
|
# "name_g = 'EXWM workspace'",
|
||||||
"class_g = 'Polybar'",
|
# "class_g = 'Polybar'",
|
||||||
# "class_g = 'mpv'",
|
# "class_g = 'mpv'",
|
||||||
# "class_g = 'qutebrowser'",
|
# "class_g = 'qutebrowser'",
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
|
|
|
@ -30,10 +30,10 @@ green= #5af78e
|
||||||
|
|
||||||
[bar/float]
|
[bar/float]
|
||||||
;monitor = ${env:MONITOR:HDMI-1}
|
;monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 98%
|
||||||
height = 60
|
height = 60
|
||||||
;offset-x = 1%
|
offset-x = 1%
|
||||||
;offset-y = 1%
|
offset-y = 1%
|
||||||
radius = 0.0
|
radius = 0.0
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
bottom = true
|
bottom = true
|
||||||
|
@ -63,11 +63,11 @@ modules-left = filesystem exwm-mail xbacklight pulseaudio exwm-buffer-name
|
||||||
modules-center = memory date cpu
|
modules-center = memory date cpu
|
||||||
modules-right = wlan battery powermenu
|
modules-right = wlan battery powermenu
|
||||||
|
|
||||||
tray-position = right
|
tray-position = center
|
||||||
tray-padding = 5
|
tray-padding = 5
|
||||||
tray-maxsize = 30
|
tray-maxsize = 30
|
||||||
tray-background = ${colors.background}
|
tray-background = ${colors.background}
|
||||||
; tray-offset-x = -1428
|
tray-offset-x = 1028
|
||||||
|
|
||||||
;wm-restack = bspwm
|
;wm-restack = bspwm
|
||||||
;wm-restack = i3
|
;wm-restack = i3
|
||||||
|
|
Loading…
Reference in a new issue