https://github.com/husseinhareb/qtile-config
Qtile and python widgets on my Linux.
https://github.com/husseinhareb/qtile-config
dotfiles-linux linux neovim-dotfiles picom polybar python qtile tkinter ttkbootstrap
Last synced: 2 months ago
JSON representation
Qtile and python widgets on my Linux.
- Host: GitHub
- URL: https://github.com/husseinhareb/qtile-config
- Owner: husseinhareb
- License: mit
- Created: 2023-09-01T21:34:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T19:31:01.000Z (over 1 year ago)
- Last Synced: 2025-03-26T22:03:39.252Z (3 months ago)
- Topics: dotfiles-linux, linux, neovim-dotfiles, picom, polybar, python, qtile, tkinter, ttkbootstrap
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 43
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qtile-config
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](https://openweathermap.org/) .
NOTE:The packages needed for the hardware monitor to work are: `python3 python-psutil python-ttkbootstrap nvidia nvidia-smi`