decky-plugin-database icon indicating copy to clipboard operation
decky-plugin-database copied to clipboard

add Just Juice plugin

Open bass3l opened this issue 3 months ago • 3 comments

Just Juice

Shows the battery icon/percentage in a small manner on the left side of the display screen.

Yes, MangoPeel exists and it's super cool, but I couldn't for the life of me figure out how to only display the battery via the plugin ui :laughing: also you have to be a power user on how MangoHud works to achieve what Just Juice does in a simple click.

screenshot

Checklist:

Developer Checklist

  • [X] I am the original author or an authorized maintainer of this plugin.
  • [X] I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.

Plugin Checklist

  • [X] I have verified that my plugin works properly on the Stable and Beta update channels of SteamOS.
  • [X] I have verified my plugin is unique or alternatively provides more/alternative functionality to a similar plugin already on the store. (Kinda? :D)

Plugin Backend Checklist

  • No: I am using a custom backend other than Python.
  • No: I am using a tool or software from a 3rd party FOSS project that does not have it's dependencies statically linked.
  • No: I am using a custom binary that has all of it's dependencies statically linked.

Testing

  • [X] Tested on SteamOS Stable/Beta Update Channel.

bass3l avatar May 02 '24 17:05 bass3l

Simple and easy plugin. One note tho: Please try to get the home directory using this parameter instead of hardcoding to \home\deck, see https://github.com/SteamDeckHomebrew/decky-plugin-template/blob/cbd489150fc2f721fe788ef6d58b8b792843e7d0/decky_plugin.pyi#L23C5-L23C6 This is fine for Deck users, but it will prevent this plugin to work on other distributions.

Good enough for testing in my book :)

RodoMa92 avatar May 12 '24 13:05 RodoMa92

@RodoMa92 Thanks, I've updated the path to use the DECKY_USER_HOME. But I'm not sure why the latest update triggered all these github actions :laughing: :thinking: NVM, I had to rebase my branch! But, the old ones are still stuck in the queues, sorry!

bass3l avatar May 13 '24 16:05 bass3l