Sheikh
Sheikh
Is there a website for this project? If not, will you make it? It's pretty simple these days: 1. Create a repo named `pystardust.github.io` 2. Go to Repo Settings 3....
Is there a way to hide the wi-fi widget when wi-fi is disabled? If not, how would I go about adding it? And maybe consider adding a checkbox toggle in...
Here's what I see:  Is there something I have to do to make icons appear? Or does this only work with the icon theme you use? PS: I use...
The GitHub logo on the panel becomes nearly invisible, or rather, blends in with the panel in dark mode. Would it be possible to use the white version available at...
According to GitHub, repos without a `LICENSE` file are copyrighted. Since this repo is such, did you intend for it to be copyrighted? The readme does not state anything about...
Apologies if this has been answered somewhere before, but I wasn't able to find it on the Wiki, Docs, or Issues. How would I add gaps between list items so...
In landscape mode, the DS screens are either stacked vertically or laid out side-by-side horizontally. It would be much nicer if I could just use a screen swap button (UI...
## Description We want a function in the script that uses `shuf` to randomize the animals and eyes. Currently we only have a note under the **Extras** section in the...
## Description Given that the complexity of this script has been rising recently, we think it's big enough to warrant using `getopt` to parse command-line arguments. ## Changes Requested -...
## Description Currently the script uses very basic pattern matching to parse command-line arguments. We want to use `getopt` instead. ## Changes Requested - use `getopt` to parse command-line arguments...