Skip to content

fix: avoid about info clipping on low-resolution displays#5030

Open
Maverick-666 wants to merge 1 commit intobasecamp:devfrom
Maverick-666:codex/fix-about-info-1366x768
Open

fix: avoid about info clipping on low-resolution displays#5030
Maverick-666 wants to merge 1 commit intobasecamp:devfrom
Maverick-666:codex/fix-about-info-1366x768

Conversation

@Maverick-666
Copy link

Summary

This PR fixes clipped About information on low-resolution displays (for example 1366x768 laptops).

What changed

Updated bin/omarchy-launch-about to detect the focused monitor resolution (via hyprctl + jq) and:

  • use fastfetch --logo none on low-resolution displays (<= 1366x768)
  • keep existing fastfetch behavior on larger displays

Why

On smaller laptop resolutions, the About screen can be cut off due to logo + content layout.
Hiding the logo only for low-resolution screens improves readability while preserving the original experience on normal/large displays.

Scope

  • Minimal, targeted change in one script
  • No changes to default behavior for normal resolutions

Closes #4981

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Omarchy Menu > About Info gets cut off

1 participant