JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch or any arch based distros
GNU General Public License v3.0
1.24k stars 104 forks source link

Rofi scale incorrect #104

Closed Scottua25 closed 1 month ago

Scottua25 commented 1 month ago

Just installed via the script and everything seemed to go correctly. So far everything functions as expected but the rofi theme isn't rendering at the correct scale(?). I think.

Screenshot_10-Jul_20-41-47_16921 Screenshot_10-Jul_20-42-07_20753 Screenshot_10-Jul_20-49-17_17789 Screenshot_10-Jul_20-52-04_18333

Is there something i need change in a config file somewhere?

JaKooLit commented 1 month ago

did you choose correct resolution when you were ask for rofi theme?

JaKooLit commented 1 month ago

git clone https://github.com/JaKooLit/Hyprland-Dots cd Hyprland-Dots chmod +× copy.sh ./copy.sh

follow and answer the questions accordingly

these will re-download the configs

Scottua25 commented 1 month ago

did you choose correct resolution when you were ask for rofi theme?

yes, i did. Assuming resolution </= 1080p was the incorrect option for my 1920x1080 laptop screen. I'm not using anything nvidia either since this old thing predates discreet gpus (almost).

Scottua25 commented 1 month ago

git clone https://github.com/JaKooLit/Hyprland-Dots cd Hyprland-Dots chmod +× copy.sh ./copy.sh

follow and answer the questions accordingly

these will re-download the configs

Ok. Just did this and at least i can read the options now so improvment(?) haha. Screenshot_10-Jul_21-24-48_30973 Screenshot_10-Jul_21-25-32_14893 Screenshot_10-Jul_21-25-48_5956

Also.... really appreciate the work you've put into these. So far this is the only way i've been able to get hyprland to install in a somewhat usable state. Thanks. And thanks for supporting and taking the time to answer these questions. I know it can be annoying at times, dealing with the newbs that don't really know what they're doing or know enough to bork things up and have to ask for help.

JaKooLit commented 1 month ago

ah

seems you have rofi instead of rofi-wayland

sudo pacman -Rns rofi

sudo pacman -S rofi-wayland

this will remove rofi and will install rofi-wayland

Scottua25 commented 1 month ago

ah

seems you have rofi instead of rofi-wayland

sudo pacman -Rns rofi

sudo pacman -S rofi-wayland

this will remove rofi and will install rofi-wayland

Crap, is it possible to have them both? I also have i3 installed and use rofi over there too. I just re-referenced the i3 rofi configs/scripts to the backup directory made when the script installed everything. That way, at least I have a usable system if hyprland does weird things.

JaKooLit commented 1 month ago

ah seems you have rofi instead of rofi-wayland sudo pacman -Rns rofi sudo pacman -S rofi-wayland this will remove rofi and will install rofi-wayland

Crap, is it possible to have them both? I also have i3 installed and use rofi over there too. I just re-referenced the i3 rofi configs/scripts to the backup directory made when the script installed everything. That way, at least I have a usable system if hyprland does weird things.

rofi-wayland support x11

so you can safely remove rofi and replace with rofi-wayland. rofi-wayland should work on i3 too

Scottua25 commented 1 month ago

Genius! That did it! I'd have been banging my head against that for who-knows how long and prob never gotten there. Thanks again!

JaKooLit commented 1 month ago

https://github.com/JaKooLit/Arch-Hyprland?tab=readme-ov-file#-other-known-issues

swappy-20240711-114827

https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ#-rofi-not-getting-auto-focus-or-some-weird-things-going-on-with-rofi

Just in case in the future those who will have this issues