Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: rofi large icons & vertical layout issues #1293

Open
Itz-Abhishek-Tiwari opened this issue Apr 13, 2024 · 6 comments
Open

[Bug]: rofi large icons & vertical layout issues #1293

Itz-Abhishek-Tiwari opened this issue Apr 13, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Itz-Abhishek-Tiwari
Copy link

Itz-Abhishek-Tiwari commented Apr 13, 2024

Bug Report

Description

I encountered some issues after updating Hyprdots today. Rofi is displaying some icons larger than usual, some smaller than expected, and some not appearing at all.

Steps to Reproduce

  1. Update Hyprdots.
  2. Launch Rofi theme changer.

Expected Behavior

The Rofi theme and wallpaper switcher should display icons at their normal size.

Actual Behavior

After the update, everything appears too large, making it difficult to even see the theme names.

Screenshots

image

Environment

  • Linux Distro: ArchLinux
  • Linux Version: Output of uname -a:Linux archlinux 6.8.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 Apr 2024 01:47:33 +0000 x86_64 GNU/Linux
  • Hyprland Version: Output of hyprctl version:Hyprland, built from branch v0.38.1-b at commit 360ede79d124ffdeebbe8401f1ac4bc0dbec2c91 (props: bump ver to 0.38.1). Date: Sat Apr 6 14:24:13 2024 Tag: v0.38.1
  • Installation Environment: On The Main Hardware
@Itz-Abhishek-Tiwari Itz-Abhishek-Tiwari added the bug Something isn't working label Apr 13, 2024
@prasanthrangan
Copy link
Owner

Hey, you'll have to adjust the rofi scaling in ~/.config/hyde/hyde.conf
try adjusting/reducing this rofiScale variable as it fits your screen -

rofiScale=9

@Itz-Abhishek-Tiwari
Copy link
Author

Hey, you'll have to adjust the rofi scaling in ~/.config/hyde/hyde.conf try adjusting/reducing this rofiScale variable as it fits your screen -

rofiScale=9

is it fixed but i have multi monitor set up in horizontal one it look fin but for vertical it look like this
image
image
image
image

@prasanthrangan
Copy link
Owner

is it fixed but i have multi monitor set up in horizontal one it look fin but for vertical it look like this

yaa this is expected... unfortunately the scaling is only based on x resolution... but i'll look into scaling for vertical monitors.

@Itz-Abhishek-Tiwari
Copy link
Author

is it fixed but i have multi monitor set up in horizontal one it look fin but for vertical it look like this

yaa this is expected... unfortunately the scaling is only based on x resolution... but i'll look into scaling for vertical monitors.

Okay, should I close the issue or leave it as it is?

@kRHYME7
Copy link
Collaborator

kRHYME7 commented Apr 13, 2024

Additional note

image

We can refer the transform value for rotation state.
We might need to rework some of the dynamic scaling by using only one variable of the monitor resolution , e.g the width, we will use the width then assume the value of height derived from the width. (e.g times 1/3 ).

@prasanthrangan
Copy link
Owner

prasanthrangan commented Apr 13, 2024

Okay, should I close the issue or leave it as it is?

yup, leave it open so that i don't forget :)

We can refer the transform value for rotation state.
We might need to rework some of the dynamic scaling by using only one variable of the monitor resolution , e.g the width, we will use the width then assume the value of height derived from the width. (e.g times 1/3 ).

even if the height is scaled based on width, the layout will still be broken as the rows and size of elements has to be scaled back significantly... i think its better to rotate the layout itself to show a vertical strip for vertical monitors instead of horizontal strip.

@Skerse Skerse changed the title [Bug]: after updating hyprdot rofi has some issue in displaying contain [Bug]: rofi large icons & vertical layout issues Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants