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