adi1090x / rofi

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

Scaling problem - excess window size and icons off-centre #17

Closed abers closed 3 years ago

abers commented 4 years ago

I am running rofi version 1.5.4 on Ubuntu 19.10 using i3-gaps. My screen resolution is 1920x1200.

When running the scripts the windows are too large (similar to #2 ) and the icons are off-centre. I can fix the window size going through the files and changing the height and width percentages but I cann't figure out how to fix the icon centring.

scaling issue

adi1090x commented 4 years ago

That's the issue with different screen resolution, you can edit the respective theme file, adjust padding in line 27. I'll update these configs to handle different screen resolution later.

teixeiras commented 4 years ago

yeah, I'm changing all values for my pc, you should use absolute values (> 100) instead percentage.

garret commented 3 years ago

yeah, I'm changing all values for my pc, you should use absolute values (> 100) instead percentage.

I also had to edit the padding values manually but are you sure you can enter percentage values? I tried and rofi did not start up. Maybe it needs 'pt' values unfortunately.

It is especially a problem for me since I have three screens each with a different resolution :/

adi1090x commented 3 years ago

@garret @teixeiras @abers Support for multiple screen resolutions is added now, try again.