-
Notifications
You must be signed in to change notification settings - Fork 22
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
Theme is incompatible with version of Leftwm #64
Comments
the wiki that I used is here https://www.arcolinuxd.com/3-how-to-change-the-theme-in-leftwm/ |
Welcome Adventurer!
|
Just checked, its actually the To manually fix this on your machine, please go to - echo "LoadTheme $SCRIPTPATH/theme.toml" > $XDG_RUNTIME_DIR/leftwm/commands.pipe
+ leftwm-command "LoadTheme $SCRIPTPATH" and - echo "UnloadTheme" > $XDG_RUNTIME_DIR/leftwm/commands.pipe
+ leftwm-command UnloadTheme |
Ok, thanks! is this the same process with the other themes also? |
I think I messed something up, I removed the red lines in your post from the script, and added the green lines in their place, updated, then tried to apply the theme and got the same error as before. did I misinterpret your instructions? |
In the up script the green line must be : |
Leftwm-theme doesn't know that you've made the change, what you can do is edit ~/.config/leftwm/themes.toml and set leftwm_versions = "*" under Dracula Rounded. |
Oh, yeah, my bad. leftwm-command "LoadTheme $SCRIPTPATH/theme.toml" While at this topic already, would we have a way to push this change to all the submoduled themes? Or do we depend on theme maintainers to update? |
We need an automatic way to update the submodules in community themes. Dracula rounded should be updated on the main branch with these changes. |
I corrected the line in the up script, changed the leftwm version line in the theme.toml to "*". I ran leftwm-theme update, then tried to apply the Dracula theme with no luck. same error. for grins and giggles I tried to apply Ocean-night, and it seemed to work at first. but as soon as I switched back to leftwm from awesome my computer froze up, tried Epitaph, and it didn't freeze, it rebooted my login manager. Is this problem linked at all to the out-of-date themes? |
Epitaph rebooted your login manager 😱 ? How so? If you happen to know can you please open an issue in the repository so I can take a look at that issue? 🤔 |
done, let me know when you figure out what the problem is. |
Tagging leftwm/leftwm-theme#33 |
I compiled leftwm from git. Still the same problem. Only the ocean night theme is working after manually make up, down and change_to_tag executabel |
I think most themes need to update their scripts. However some of them haven't been notified or are unmaintained 🤔 |
I have been trying to change the theme along with my OS's wiki.
I get this error instead of the picture in the wiki
I tried googling the error message, but I got nothing. this feels like a simple fix, but I don't know where else to go for troubleshooting.
The text was updated successfully, but these errors were encountered: