adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.37k stars 298 forks source link

Themes not installing #74

Closed calimari0 closed 1 year ago

calimari0 commented 2 years ago

Ok, this might be really dumb, but I have no idea how to select a particular theme. The README just says that all the themes have been installed, but how do you choose one of the themes? I've been trying to set it to misc/blurry for the past few hours, but I can't. Could someone help?

elliehelisky commented 2 years ago

Check under ~/.config/rofi/launchers/ to see if you have the themes installed. I just mapped the launcher.sh to a hotkey. They did not show up under rofi-theme-selector for me.

aquinary commented 2 years ago

You must use WM to force the file to run in ~/.config/rofi/launchers/ For i3 it is like this: bindsym $mod+p exec --no-startup-id ~/.config/rofi/bin/launcher_misc For awesome so: awful.key({ modkey }, "p", function() os.execute('~/.config/rofi/bin/launcher_misc') end)

calimari0 commented 2 years ago

You must use WM to force the file to run in ~/.config/rofi/launchers/ For i3 it is like this: bindsym $mod+p exec --no-startup-id ~/.config/rofi/bin/launcher_misc For awesome so: awful.key({ modkey }, "p", function() os.execute('~/.config/rofi/bin/launcher_misc') end)

Thank you, that seems to work! Although, I'm still not able to set a certain theme. I've tried replacing ~/.config/rofi/bin/launcher_misc with ~/.config/rofi/launchers/misc/blurry.rasi, ~/.config/rofi/bin/launcher_blurry and ~/.config/rofi/bin/launcher_misc_blurry, but those don't seem to work. How do I set it? Also, sorry for the late response :(

bitshiftnetau commented 2 years ago

Can you please put this in the docs?