-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(screenshot): upload screenshot #68
Conversation
Will try to find alternative, this actually gives 2 dependencies. insert 'yad ' |
yad was already there on my system . Just had to install pngnaut |
what is the use of pngnaut BTW ? |
image compression.
|
I think we can remove that too. Will refactor |
for image comp/decomp we can use imagemagick |
WAhhhh what package brought whiptail ?? I got it too I see! This is for terminal, right? lemme check anything about it. This is cool |
whiptail is native terminal dialog |
okay removed both dep. Thanks chatgpt :D |
@rubiin Yow I got something for yah. You can play around with notify send plus rofi. |
@kRHYME7 any updates on this. I am thinking of adding a font switcher afterwards for Hyde. Will switch fonts for kitty, code and maybe waybar |
I think we can harness The notification prompt for this. Will merge this later but maybe I'll change it. |
What do you think about the font change? |
Are you trying to do text manipulation for each config files? |
yeah I already have local script tailored for my needs , thoiught i should share |
Wow, sure! I'll surely check that out. |
You can use this to list the fonts beautifully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do some revisions later
Do merge the release PR when you are done with the revisions |
Adds a script that can upload the screenshot taken.
The best place to invoke the script is to add it here
https://github.com/kRHYME7/Hyde-cli/blob/9a94ab16f9134fe63d40dc3cf86bfaec2f0a65a8/Hyde#L770
Maybe a
--share
option ?Also note this introduces a new dep pngquant which is a image compression