Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

complice xmobar isn't working #12

Open
1 of 2 tasks
d4hines opened this issue Mar 30, 2022 · 1 comment
Open
1 of 2 tasks

complice xmobar isn't working #12

d4hines opened this issue Mar 30, 2022 · 1 comment

Comments

@d4hines
Copy link
Owner

d4hines commented Mar 30, 2022

  • pomodoro formatting
  • grayscale script
@d4hines d4hines changed the title complice xmobar isn' complice xmobar isn't working Mar 30, 2022
@d4hines
Copy link
Owner Author

d4hines commented Apr 8, 2022

The picom script for grayscale:

picom -b --backend glx --glx-fshader-win "
            uniform sampler2D tex;
                void main() {
                    vec4 c = texture2D(tex, gl_TexCoord[0].xy);
                    float y = dot(c.rgb, vec3(0.299, 0.587, 0.114));
                    gl_FragColor = vec4(y, y, y, 1.0);
               }"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant