Open KaptainAhoibrause opened 3 months ago
Hi,
It has been a while since I last updated this repo. I have just pushed my up-to-date configs, see if that helps. I am not aware of any major breaking changes though.
~/.config/rofi/scripts
. You may have to edit the scripts to make them work on your machine.~/.config/qtile/scripts/load-bar.sh
, change the EWW variable to the path of your eww executableIt would also be helpful to look at the log file when trying to diagnose the issues. And I don't think you need anything else to use the setup.
Hope that answers your questions.
Hey,
thank you, I didn't expect getting an answer that quickly!
I just reinstalled everything (qtile, picom, dunst, eww) and their dependencies. Then, I copied all config files from you updated config. Now, if I try to enter QTile via SDDM, the screen doesn't update, but I get notifications, which stay in the corner for ever.
qtile check
gives me no errors in the config file, only some errors in file under /tmp
which defenitely not exist. The only thing I can try is to go through every script and config to get it to work on my machine, but this could take some time, so maybe I can answer in a few days earliest.
Thank you so much!!
![Uploading Bildschirmfoto_20240824_130938.png…]()
OK, it still doesn't work, but can you explain where you start the scripts in ~/.config/qtile/scripts
? I can't find the place where they are executed.
The scripts are referenced and defined as path variables in settings.py
, then called by lazy.spawn() in keymaps.py
Yay, I finally changed the right things so qtile starts now!!
I still have to change some things, for example the eww and picom config and when I click on widgets in the bar, they don't open. Thank you so much for your help!
Hey there,
I'm trying out qtile and I love your setup you posted on r/unixporn! I wanted to use it as a base for starting in qtile and first changing some simplethings like colors. But when I "installed" your dotfiles, some weird things started to happen.
I have installed all dependencies of qtile. Also, there is eww via aur and picom via pacman.
Is there maybe some Application missing?
Thank you!