i3 and more on my linux.
Simple Configuration using i3.
Starting from the left, I created a bash script to read the media being played once spotify is opened. Then i switched the workspaces numbers with something i consider more aesthetic. On the right there's a cava (Cross-platform Audio Visualizer) implemented into the bar itself written in python. Adding to that i created a custom script that helps the user read the mic volume and muting it by clicking on it.
A rofi and dunst config as well to match the theme of the window manager.
The terminal used in this picture is my main one which is kitty i created a roundness to the windows using picom.
You should find all the configurations needed in this repo.
The packages needed for this setup:
i3 picom cava dunst spotify polybar starship kitty
rofi pyhton3 feh brightnessctl
Note:If the icons didn't load try installing Symbols Nerd Fonts
Note:Don't forget to make the bash files executable by using
chmod +x filename