-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add Decky Terminal #416
Add Decky Terminal #416
Conversation
@SteamDeckHomebrew/loader-team need a code review pretty please. |
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.
Code looks good, and it works well. If @Alex4386 is happy with it, I'll merge it.
Would be nice if a user could change the shell it uses, but it looks like that wouldn't be too hard to implement later :) (although my p10k theme for zsh doesn't work because it wants a specific font. I can probably fix that with CSS loader, that's not your problem)
Not totally sure why your decky_terminal
python stuff is in your defaults folder, but there's no harm in it being there I suppose.
Maybe remove these commented sections: https://github.com/Alex4386/decky-terminal/blob/f084f99be5f9cd14b6ae8252034b734c3597c21c/src/panel.tsx#L36 & https://github.com/Alex4386/decky-terminal/blob/f084f99be5f9cd14b6ae8252034b734c3597c21c/src/panel.tsx#L20 and remove the DeckyPluginRouterTest
stuff as it's uneeded.
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.
Tested and works fine on SteamOS Stable/Beta Update Channel.
Currently decky cli doesn't include
Forgot about that, That stub was supposed to be a page for GitHub page and
As a user of Powerlevel10K on my main dev-machine, adding custom font support and ligature support seems like a great idea. I'll add that into my roadmap right now. |
Decky Terminal
This plugin adds missing terminal emulator in game-mode. providing access to terminal while playing games.
Checklist:
Developer Checklist
Plugin Checklist
Plugin Backend Checklist
Testing