-
Notifications
You must be signed in to change notification settings - Fork 15
Add a dynamic script launcher #31
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
Comments
Hi @snax44. I'm happy that you enjoy the extension. Thanks very much for sharing your configuration. I will add a link to this issue in the readme if you don't mind because this is very useful! The only thing I would like to mention is that it might be better to store all your custom scripts and your launcher somewhere else. From what I know the folder is completely removed when an extension update is performed (https://stackoverflow.com/a/65351323/9931427), so you might lose all your scripts. This is the same issue I had with the custom css files which is why I suggested to create a new folder |
Yes you totally right. Feel free to do what you want with this (link to it or correct my bad english etc...) Furthermore, do you think that I can use the custom.css with my solution ? |
Technically this should work fine, yes. The extensions searches for a string like this
Please try also to restart your shell or log out and in again just to be sure. |
My bad ... Do you think that I can find a way to use multiple color in the same output ? |
So is it working now as expected?
If you mean to have different colors in the same command, then the answer is no, this is currently not supported. However I played around with it now and there's a way to use markup. I introduced a new executor setting for this ( I have the following command for testing: So you see this is just a single command, the output is the following: Is this what you were looking for? If yes, I can implement this in the next release 😊 Edit: There seems to be a bug in ClutterText, this is why there's an empty space needed before the first span tag (https://gitlab.gnome.org/GNOME/mutter/-/issues/1324) |
Yes it work's like a charm ! Thank you very much for your work. |
You're welcome, I'm beyond happy that some people are using the extension and have such good ideas to improve it 😉 If you want to test it, you can check out this branch: https://github.com/raujonas/executor/tree/feature/markup I still have to adapt the readme, after that I'll make a new release. |
@snax44 it is now available in the store! |
That's perfect ! If you need some help for translation(to French) for example or anythings else, just ask. |
Thanks, will come back to your offer 😊 |
@snax44 Finally translations are working, so if you still want to do french it would be very appreciated! |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
First of all thank a lot for your work, this extension is awesome.
My goal was a little bit different, I wanted to show alternatively some infos (ip, cpu load, ram etc...)
So I use your extension to do that and keep profit of the other features.
As explain here for using custom.css, it's better to put your scripts in ~/.config/executor...
This way your custom css will NOT be overwritten by extension updates
example:
~/.config/executor@raujonas.github.io/executor.sh
~/.config/executor@raujonas.github.io/executor.sh
from executor config window.It's maybe not the optimal or beautiful way to do that but it work's. ;-)
I just wanted to share if someone need the same feature.
Edit:
The text was updated successfully, but these errors were encountered: