New rofi configuration, stolen and modified from https://github.com/adi1090x/rofi:
Thoughts?
That looks great and if people want to then tweak what is shown they can but as a default I really like that.
That is the most irritating website E.V.E.R. I didnāt have photo-sensitive epilepsy until now
The issue Iām running into is it messes up the power menu. eg
Does anyone know how to make a specific style apply when starting rofi? Or rather, just override the style chosen?
In the powermenu.sh script itself canāt you define how rofi starts. For example in the bspwm powermenu script it saysā¦
# Get answer from user via rofi
selected_option=$(echo "$lock
$logout
$sleep
$reboot
$shutdown" | rofi -dmenu\
-i\
-p "Power"\
-config "~/.config/rofi/config.rasi"\
-font "Symbols Nerd Font 12"\
-width "15"\
-lines 5\
-line-margin 3\
-line-padding 10\
-scrollbar-width "0" )
Hmm, perhaps. Iām not sure what the correct option is to default the styling. Maybe I have to use individual optionsā¦
@codic12
remove this line
(and then we will have to manually define colors in there)
Even if I remove the line, the theme still applies.
So let the old rofi config file stay too, but with a different name. Like config_powermenu.rasi
.
Then in the power menu script, change the config flag to use config_poweemenu.rasi
instead of default config.rasi
.
Thatās what Iām doing with the same result unfortunately.
# Get answer from user via rofi
selected_option=$(echo "$lock
$logout
$sleep
$reboot
$shutdown" | rofi -dmenu\
-i\
-p "Power"\
# -config "~/.config/rofi/config.rasi"\
-font "Symbols Nerd Font 12"\
-width "15"\
-lines 5\
-line-margin 3\
-line-padding 10\
-scrollbar-width "0"\
-theme ~/.config/rofi/styles/powermenu.rasi
powermenu.rasi:
configuration {
color-normal: "argb:00383c4a, #b0b5bd, argb:00383c4a, argb:E6101010, #ff7f7f";
color-urgent: "argb:00383c4a, #b0b5bd, argb:00383c4a, argb:00383c4a, #24ffef";
color-active: "argb:00383c4a, #b0b5bd, argb:00383c4a, argb:00383c4a, #24ffef";
color-window: "argb:E6383c4a, argb:00383c4a, argb:E65294e2";
}
should be
-config ~/.config/rofi/styles/powermenu.rasi
Finally it works, thanks!
Will you be pushing your latest changes to the repo at some point?
How do I install this on Endeavor OS? I have tried to install qtile alongside gnome 40 but it gets me into a black screen. Yes, I have gnome.session, gnome.desktop, the code snippet from the docs.qtile.org but nothing works. Using Xorg gnome 40 right now
Hi! Welcome to the forum
To install Qtile configs, follow these steps.
git clone https://github.com/codic12/EosQtile
cd EosQtile
At this point, I recommend you to check setup.sh
file and verify that you donāt see any command you donāt want to run. Its just a good habit; I guarantee there is nothing harmful in the script there. Do note that existing configs will be overwritten, so make backups from your ~/.config
directory.
If you are satisfied with the script, continue with the commands.
chmod +x setup.sh
./setup.sh
sudo pacman -S --needed - < packages-repository.txt
At this point, you can log out of Gnome and use Qtile session.
Note that the Qtile configs are still in development, so at the moment it may not be as polished as you might want it to be. You can try it out, and share your feedback on how it can be improved.
Sorry but this does not work. I have installed gnome 40. So, I have been trying to get qtile to work since day one. I just did all the steps above, but I get the same qtile eroor XCB_CONNECTION_ERROR. Does this have to be run from .xinitrc using starxt or gdm?
I have tried both and neither one works. Black screen with the XCB_CONNECTION_ERRO in ~/.local/share/qtile/qtile.log
Never mind. I just read that it needs to be installed without a DE. thanks
Yeah, Iāll get around to it today; kind of forgot about it
Please donāt forget about it⦠Iām just getting comfortable with it all.
Also, Iād be more than happy to submit some PRs over the weekend for possible improvements to things like the top bar (using chevron-style dividers and some color) and for the actual Qtile config if that would help.
Any contribution helps!
Finally got those powerline characters to render properly.