mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Bar won't move where I want it to be #479
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vitusli on GitHub (Oct 3, 2024).
My hero, thanks for the great update. I wanted to ask for help - I feel very lost with positioning the bar where I want it to be. The bar is where you see it on the screenshot since the installation and never moved anywhere else no matter how hard I try. I can scale it with "inner_size" but the "position" and "frame" values do not change anything. What I want to achieve is: placing the space indicator left to the tiny windows icon. Is there something wrong in my config the way I set it up? Is it a bug or me? :D
Operating System
I tried to install grep on two different ways without succes. So I looked into my windows settings:
komorebic checkOutputAdditional context
I run StartAllBack to beautify my status bar. It just the regular windows statusbar beefed up.
@mandus commented on GitHub (Oct 4, 2024):
I just want to show some support for this report. From my i3-days on Linux I enjoy keeping the bar at the bottom of the screen, so I wanted to see if it was possible to achieve a similar setup with the new komorebi-bar. I played with the position "y" value (keeping "x" at zero) to see if I either could use a negative number to offset at the bottom or just set "y" to my screen hight - minus the height of the bar it self in order to move it to the bottom of the screen, but neither worked.
I'm running Windows 11 Enterprise, build 26100 and I compile komorebi from source as I'm on arm64. (Fetched and compiled everything this morning, 04.10.2024).
Thanks for the effort with the very best tiling wm for windows - I'm really ejoying using this!
@LGUG2Z commented on GitHub (Oct 5, 2024):
Changes to
viewport.positionrequire manual restarts of the process for now, and all values given toviewport.positionassume scaling at 100% (just howeguicurrently works under the hood). For now if you are scaled to >100%, you'll need to manually compensate.For example, if your monitor's Y axis is 2160, and you want to place the bar at the bottom, try setting
viewport.positionto 1200, and then gradually increasing it until you find the right value with the scaling offset to get the bar where you want it.