Qtile config and more widgets on my Linux Starting with a simple cava configuration with neofetch to match the wallpaper.
Everything you need for this rice can be found in this repo.
The terminal used is kitty.
The bars used are polybar.
Adding to that I created three rofi configuration as follows:
Rofi with drun for openning apps. Power menu options. Wifi menu (You can connect easier through known wifi networks. Neovim configuration for maximum productivity with tokyonight theme and very other helpful plugins. I developed a variety of Python widgets using tkinter and ttkboostrap, each one for distinct functionalities, as shown in the picture above. These widgets provide convenient access to features such as the calendar and adjustment of audio and display settings. Finally, there is a hardware monitor widget that retrieves essential information from the computer's hardware, including details about the CPU, GPU, and RAM. Additionally, it includes a functionality to enable or disable CPU boosting, which can be advantageous on laptops for longer battery time.
You are welcome to copy any of my dotfiles or scripts you come across here.However, I advise against attempting to duplicate the entire setup, as it lacks organization and is tailored to my specific requirements.
These widgets are done on a 1080x1920 resolution screen with nvidia drivers.
NOTE:The spotify polybar need spotifyd
for it to work.
NOTE:If the icons didn't load try installing Symbols Nerd Fonts
.
NOTE:The hardware monitor and the brightness widget only works on nvidia drivers
NOTE:Don't forget to make all of the bash files executable by using chmod +x /path/to/file
.
NOTE:You should add your city and an API key in the python script for the weather, you can get one for free from here .
NOTE:The packages needed for the hardware monitor to work are: python3 python-psutil python-ttkbootstrap nvidia nvidia-smi