#Omarchy menus too small

16 messages · Page 1 of 1 (latest)

random hare
#

I have a seemingly trivial issue, where all the omarchy menus are just slightly too small for the content. This is true for the updater, the audio menu, and some other TUI/GUIs. If someone can guide me to the correct files or suggest a fix that would affect all these menus that would be great, thanks!

fervent kernel
#

i have a 4k display and set it to 1.75/1.66667

random hare
#

yeah I played around with this but it doesn't seemt to fix the size of the windows relative to the content itself, just everyhting becomes zoomed bigger or smaller

#

im on ultrawide 1440 and i set both scaling values to 1

#

its like the window size itself is too small so i have to make it bigger

fervent kernel
#

i think it lives in ~/.local/share/omarchy/default/walker/themes/omarchy-default.toml

#

or whatever you have set in .config/walker/config.toml

delicate scroll
#

Im on ultrawide too, 5120 x 1440p as well

#

I set my monitor scale to 1.0666 sometimes, but I keep it at 1.0 nowadays. I guess if you really do to see it more, you have to tinker with your programs and the scale factor

random hare
#

I found a window rule that omarchy uses for TUIs
windowrule = size 800 600, tag:floating-window
and its in ~/.local/share/omarchy/default/hypr/apps
however when I overwrite this rule in my hyprland.conf file, it doesnt actually do anything. When I adjust the values in the defualt file it does though.

#

even when I do windowrulev2 = size 1200 1200,class:^(Omarchy) it still won't overwrite the size of the TUI

random hare
#

I got it to work by removing the floating-window tag that gets applied to TUIs and floating windows and added a new tag that has increased sized

windowrule = tag -floating-window, class:(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
windowrule = tag -floating-window, class:(xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), title:^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files)

windowrule = float, tag:floating-window-new
windowrule = size 1100 800, tag:floating-window-new

windowrule = tag +floating-window-new, class:(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
windowrule = tag +floating-window-new, class:(xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), title:^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files)
lean snow
#

install nwg-displays or hyprmon to correctly set the resolution

random hare
#

its not resolution related, it sbecause I increased the font size so all TUIs content is too large for the window size so it wraps to new lines and whatnot

lean snow
#

oh