Ethan Carter Edwards
Ethan Carter Edwards
Bumping, would like to see this in! @emilazy
Looks good. I could never find an API that shows GPU usage, but I guess I wasn't looking hard enough. If you want to implement this, that would be great.
Sadly no. We (maintainers) don't have AMD hardware and can't really test or develop this feature. If you could implement the feature, providing you have the hardware, that would be...
Closes: https://github.com/mcy/0x/issues/1
@mcy
@Samasaur1 any reason why this couldn't be merged?
@Prince213 would you know how I can access the package of a project?
I'm interested in working on this. Will be assigning myself to it. Will work on it once the current projects are merged/finished.
Sorry, did not mean to remove its parent issue.
I think this is due to the internal implementation of get_tmux_option(): ``` get_tmux_option() { local option="$1" local default_value="$2" local option_value="$(tmux show-option -gqv "$option")" if [ -z "$option_value" ]; then echo...