rofi icon indicating copy to clipboard operation
rofi copied to clipboard

Themes not installing

Open calimari0 opened this issue 3 years ago • 4 comments

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?

calimari0 avatar Oct 19 '21 06:10 calimari0

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.

elliehelisky avatar Oct 26 '21 14:10 elliehelisky

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)

aquinary avatar Oct 27 '21 20:10 aquinary

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 :(

calimari0 avatar Oct 31 '21 15:10 calimari0

Can you please put this in the docs?

bitshiftnetau avatar Nov 20 '21 14:11 bitshiftnetau