diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 4807a75..67e5b77 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -10,7 +10,7 @@ setxkbmap -option ctrl:swapcaps xset s off -dpms sxhkd & -picom -b +picom -b --experimental-backends wmname LG3D @@ -22,8 +22,9 @@ polybar m-bar & barrier & pasystray & keepassxc & +polybar m-bar-tv & -bspc monitor -d I II III IV V VI VII +bspc monitor DP-2 -d I II III IV V VI VII bspc config border_width 2 bspc config window_gap 10 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 410b747..dea357c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,5 +1,5 @@ backend = "glx" -xrender-sync-fence = true +xrender-sync-fence = false shadow = true shadow-radius = 12 @@ -10,7 +10,8 @@ fade-delta = 5 blur-background = true blur-kern = "11x11gaussian" -vsync = true +vsync = false +refresh-rate = 165 wintypes: { diff --git a/.config/polybar/config b/.config/polybar/config index 7f7b407..b7097bc 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -28,7 +28,59 @@ secondary = #458588 alert = #cc241d [bar/m-bar] -;monitor = ${env:MONITOR:HDMI-1} +monitor = DP-2 +width = 100% +height = 26 +;offset-x = 1% +;offset-y = 1% +radius = 0.0 +fixed-center = true + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 3 +line-color = #f00 + +border-size = 10 +border-color = #00000000 + +padding-left = 0 +padding-right = 0 + +module-margin-left = 0 +module-margin-right = 2 + +font-0 = IBM Plex Sans:size=10;3 +font-1 = JetBrains Mono:size=10;3 +#font-2 = JetBrains Mono:pixelsize=10;1 +#font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 +#font-2 = siji:pixelsize=10;1 + +modules-left = bspwm +modules-center = xwindow +modules-right = pulseaudio cpu memory filesystem eth date xkeyboard powermenu + +tray-position = right +tray-padding = 2 +tray-background = ${colors.background} + +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 + +[bar/m-bar-tv] +monitor = HDMI-0 width = 100% height = 26 ;offset-x = 1%