-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
WM corrupted after installation #19
Comments
This is more troubleshooting than bugfixing, but ok... Troubleshooting:
|
It's an issue at the .Xresources configuration file. Find this line to edit #include "/home/titus/.Xnord" using your username instead of titus |
Great find, man! It helps! |
Should be located in my home folder ? Cause mine is empty |
That's fixed it for me, thanks @aroumeliotis @DanielToubul ... you don't have the file? As it starts with . it is hidden from view by default... use If it's definitely not there, you can run the |
Thanks works like a charm I wanted to create a pull request to add a dynamic variable of the username in the .Xresources file instead of the hard coded "titus" user name, but I've got no permission to do so. Now the only things which aren't working well are the ones that Chris is still working on. Thanks! |
You will need to fork the repo to your account then do a pull request with your changes. |
I verified that I have the However, when searching the
I verified fontawesome was installed:
and it's already part of the Line 19 in e6d2cef
Update 1I also re-ran the
Update 2Running
|
it's already part of the Line 19 in e6d2cef
|
Ok, so I figured out part of the issue.. For some reason the colors are not being pulled from whatever xrdb is here:
then did a search and replace in vim to change where it's mapped to:
Things look a little bit better now, however the coloring behind the icons between the half moon looking spacers are still missing and the spacers are solid white. Interestingly, the shades are mapped to the colors duplicating coloring profiles, why not just point the shades to the respective colors directly? I understand the naming factor tho.
|
So it seems there is something up with the rofi package 🤷🏻♂️, I removed it and installed the default package and it seems to make things a bit better. At least it brought the actual theme into place. Still not able to click on anything on the right side other than the power button.
|
UpdateI tried a whole fresh install and still borked. TrialsI ended up rewriting the install scripts into one that uses the user account to do things, not run things as root, and left out that custom What happenedThat got me to 99% except for the powermenu and the fact that I can't interact with the bar items to the right (clock, battery, etc). AssumptionsI think there may be something baked into the files that links between the different apps that is not working properly by default. Moving forwardI'll try to build this thing out manually step by step and see if I can figure this out. Notes
|
@aphive What is your current problem? Your problem is that the polybar is blackened. |
at the time, it was mainly that nothing on the right side functions as expected. I ended up removing the full yes and no word options from the confirm file and the options started working when selecting power options now. I'm wondering now if maybe hardware has some impact on the end result, also if maybe that custom rofi Deb file has something specific that does not work on some machines seeing that as soon as i removed it from use things worked just fine for the most part. |
Hey guys, it seems that after a clean install with the script the environment seems corrupted / missing some assets pictures and such.
The text was updated successfully, but these errors were encountered: