Replies: 2 comments 1 reply
-
|
cc @0x5c |
Beta Was this translation helpful? Give feedback.
-
|
Your shader works perfectly well for me, when passing it to picom with the I diffed the config you provided vs the one I have, and the structure is very different. Are you using a Fedora version that ships a picom version lower than 12? That version moved all the rule systems into one more capable and less clunky rules system, along with other important configuration file changes; picom might be rejecting your config and reverting to defaults or crashing. Here's upstream's info about that change and about the new format (including the section on migrating old rules). I'm about to tackle the v13 update, and I'll test the shader there too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello there, Im new to Void linux (from fedora linux) and would really appreciate your help in getting my scripts working properly in Void. the main one being this script that toggles all colors on the screen to grayscale. Currently using qtile so this is in my
autostart.shfile:that is supposed to start the window manager in grayscale mode by default, but it doesnt. then I should be able to toggle between the two different modes by pressing
Tux+Gas it is a keybind in qtile:Currenlty, hitting the keybind only displays a notification from dunst, nothing occurs in terms of color changes, the default colors are preserved. the keybind is supposed to run this script for toggling colors:
which inturn uses the following picom configuration to set the grayscale:
and the glsl shader settings are in the below file:
I realised that Void does not have the '
killallcommand by default, and so I have added that by installing thepsmiscutility that contains killall. Apart from that I cannot see any other fault in the config that would make the script notwork. I can also see that picom is running as a process using the grayscale config, but the colors are not being changed:Could Void linux have something that prevents the colors from switiching?
Beta Was this translation helpful? Give feedback.
All reactions