just paste this in your .bashrc:
PS1='\[\e[48;5;209;53m\] \[\e[1m\]$(echo "\w" | sed "s|$HOME|~|; s|/| > |g; s| > ||")▕\[\e[48;5;141m\]▏\$ \[\e[0m\]▏'
here's an alternate prompt for use in containers:
PS1='\[\e[97;48;5;113;53m\] ⬢ \[\e[39m\]▕\[\e[0m\]\[\e[48;5;209;53m\]▏\[\e[1m\]$(echo "\w" | sed "s|$HOME|~|; s|/| > |g; s| > ||")▕\[\e[48;5;141m\]▏\$ \[\e[0m\]▏'
...or just put replace your .bashrc with the one included :)
Keep in mind that the .bashrc file included also contains a prompt with the unshaded box/hexagon, for when inside the toolbox in fedora silverblue.