Replies: 1 comment
-
|
cc @0x5c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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