DeeeeLAN
DeeeeLAN
I tried running from the command line like so: ```bash qtile cmd-obj -o screen -f set_wallpaper -a /home/dillan/Pictures/wallpapers/6000x3375_pkq3zp.jpeg fill ``` But it gave the same error message: ```bash error: Sorry...
Yes, that worked! I had switched to using feh to set the background which was working fine, but with that change, I can use qtile to handle it directly. I...
> Not sure what's going on here. That shell command works fine for me. > > Does it give the same error on every image you try? Yes, it did.
Has this change been merged in yet?
I seem to ge having the same issue. I am on macOS Big Sur (11.0.1). I get the notification that altstore is installed successfully, and I can see the developer...
There is only one systray widget on the first screen. Both of the surrounding widgets are mirrors.
That makes sense, I didn't realize the leading edge of the widget was actually part of the previous widget. It makes sense, though, since you need to draw rectangles. I...
Not yet. I can test it tomorrow, I am out of town today.
I think something is wrong with this version. I currently have three screens connected. here is the configuration ```python Screen( bottom=bar.Bar( [ CurrentLayoutIconWidget, GroupBoxWidget, PromptWidget, # modify( # TaskList, #...
Try this: ```python red = '#DF5B61' green = '#78B892' yellow = '#DE8F78' blue = '#6791C9' purple = '#BC83E3' cyan = '#67AFC1' cream = '#D9D7D6' black = '#000A0E' widget_defaults = dict(...