Open jfab20 opened 1 year ago
This is a weird issue.
Can you post picom's config file picom.conf
(if any), which is looked in a number of location (see man picom
section CONFIGURATION FILES
) ?
This is a weird issue. Can you post picom's config file
picom.conf
(if any), which is looked in a number of location (seeman picom
sectionCONFIGURATION FILES
) ?
I have the default configuration file available in /etc/xdg/picom.conf
Thanks. I tried with that default conf file on my system (i3 window manager, picom v10.2, Intel UHD 620) and it worked fine. What is your video card and picom version ?
My picom is up to date, version 10.2-1 I don't know how to see what video card I have, so I paste the output of lscpi | grep VGA:
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] (rev c2)
@bubbleguuum I noticed something really weird. Whenever I go into full screen , I do get grayscale! Really weird, when I run the script nothing happens, except that polybar and rofi go into grayscale. If I open firefox I have color but if I put firefox into fullscreen it does go into grayscale.
Weird indeed ! I think it might be caused the the Window Manager (bspwm), maybe in the way it creates windows that might not be 100% compatible with how the shader is specified in the script (which I had to write a bit differently for picom 1.10). I will try it to check if I can reproduce it.
I installed bspwm (v0.9.10) and could not reproduce the problem: firefox, alacritty and other programs are in grayscale. Can you check if you have this issue with another tiling window manager ?
I installed bspwm (v0.9.10) and could not reproduce the problem: firefox, alacritty and other programs are in grayscale. Can you check if you have this issue with another tiling window manager ?
@bubbleguuum Installed i3, and grayscale script worked. There should be something wrong with bspwm
My guess is that bspwm (at least the version you are using on Arch) creates some windows in a way that confuses picom for applying the b&w shader.
@bubbleguuum While tweaking the configuration of bspwm, I changed the configuration in my bspwmrc to : "bspc config border_width 0" and the script suddenly works not only in fullscreen. This is a partial solution. The problem of course is that I have no border width to see in which window I'm in.
I use arch linux, bspwm and picom. The script runs successfully and outputs "picom: set to grayscale", however just some programs actually change colors, like polybar and rofi. Alacritty, firefox and basically any other program don't change colors.
Any idea on what I might be doing wrong? Thanks!