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

[Issue] When enabling transparency everything breaks. #1033

Open
gaurav-null opened this issue Jan 4, 2025 · 7 comments
Open

[Issue] When enabling transparency everything breaks. #1033

gaurav-null opened this issue Jan 4, 2025 · 7 comments

Comments

@gaurav-null
Copy link

image
even after reinstalling using the script or running the install.sh it wont fix change

@Shar-jeel-Sajid
Copy link

Hi Bro!! I also installed this today and faced the same problem. After trying to fix it for hours i finally was able to do it.I have also created a pull request for it i don't know when it will be merged. But you can try to fix it yourself its very simple.

All you have to do is go to /home/.config/ags/scss/mani.scss file. You will see an import
@import 'material'
replace with
@import './fallback/material'
after doing this just restart widgets with shortcut
Super + Ctrl + R

Tell me if it worked for you.

@gaurav-null
Copy link
Author

gaurav-null commented Jan 4, 2025

The colour scheme broke

@Marell01
Copy link

Marell01 commented Jan 6, 2025

Yeah the fix works but colour scheme doesn't work now, even after applying a new wallpaper

@AlpSha
Copy link

AlpSha commented Jan 6, 2025

Seems like aur package materialyoucolor is not being detected anymore. I'm not saying that this is a perfect solution but here is a workaround.

Open your terminal and cd into ~/.config/ags/scripts/color_generation
Create a venv folder here by using the command:
python -m venv ./venv

Then activate it to install required packages (I use fish so):
source venv/bin/activate.fish

Now install these packages using pip: pillow, materialyoucolor
Then we need to tell our colorgen.sh script to source this venv. Paste the following line into the file colorgen.sh, right after line 8.
source "$XDG_CONFIG_HOME/ags/scripts/color_generation/venv/bin/activate"

Restart ags and choose a wallpaper. It will fix the issue.

@PlexILIghT
Copy link

PlexILIghT commented Jan 7, 2025

@AlpSha Can it be fix to my #1023 problem? Even tho after installing materialyou to system python, I fixed errors. But ags doesn't change colors accordingly anyway.
Tried venv. Nothing changed. I'm clueless what's wrong.

@AlpSha
Copy link

AlpSha commented Jan 7, 2025

@PlexILIghT Yes, it should fix that issue as well. However you should take back the change to @import ‘material’; line

@PlexILIghT
Copy link

@PlexILIghT Yes, it should fix that issue as well. However you should take back the change to @import ‘material’; line

That worked fr. Will post this on my issue

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

5 participants