https://github.com/rangersmyth74/rogauracore
How to start the script.
- Download this file or copy the raw output and paste it into a new file on your system, save it.
- On the command line and in the folder where you downloaded or created the file, run the following command.
$ bash rogauracore.sh
Usage: use the rogauracore COMMAND ARGUMENT by using one of the below options once the rogauracore package has been installed and working. Check the github link for the rogauracore package:
$ rogauracore single_static red
single_static
single_breathing
single_colorcycle
multi_static
multi_breathing
red
green
blue
yellow
gold
cyan
magenta
white
black
rainbow
brightness
initialize_keyboard
These above commands can be used in the rogauracore.sh script, meaning you can change this script amyway you want so you can have any colour you like appear.
If there is any problems with bash, then use zsh instead by changing the top line in rogauracore.sh from...
#!/bin/bash to #!/bin/zsh
Then to run the command with zsh instead of bash to start the script.
$ zsh rogauracore.sh
This should solve any running errors.
I copied the menu but what I did was change the code updating.
I left the Kernel version in as this was one of the examples.
The link for the main file is >
I added in whats your name from another script taken from making your own weather script bash script with NetworkChuck on YouTube.