A custom theme for KDE Plasma with a very dark color scheme and an OpenSUSE logo accent color
Extra:
In order to display kecleon with fastfetch as in the picture, use the following alias in .bashrc:
shiny_flag=''
update_flag() { shiny_flag=$([ $(( $RANDOM % 4096 )) == 0 ] && echo "--shiny" || echo "") ; }
alias fastfetch='update_flag && pokeget --hide-name $shiny_flag kecleon | fastfetch --file-raw -'
This will display the kecleon sprite instead of the distro ASCII art, with a 1 out of 4096 (lore-friendly) chance of showing the shiny form.
Note: This requires pokeget to be installed. I used pokeget-rs, a Rust version of the original tool, which can be found on GitHub.
Ratings & Comments
0 Comments