FelixKratz / SketchyBar

A highly customizable macOS status bar replacement

Home Page:https://felixkratz.github.io/SketchyBar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bar showing after sleep when program is fullscreen

andynameistaken opened this issue · comments

image

sketchybar version: 2.19.4

Steps to reproduce:

  1. put computer on sleep
  2. login through lockscreen
  3. bar is shown on fulscreen program

I can not reprocudce this with the following minimal sketchybarrc:

sketchybar --bar color=0xffffffff y_offset=50 height=10 topmost=on

Could you try running this as your sketchybarrc and report back if it still happens? If it doesn't, try to isolate the condition for which it happens.

Also, which macOS version you are running?

macOS: 13.6.0.1

Command doesn't show the bar:
Screenshot 2023-12-05 at 02 15 43

The original problem should go away when you set sticky=on. On Sonoma the sticky property is always enabled an can not be deactivated, such that this bug will only appear on older macOS versions.

I understand, thank you for answering, I appreciate your work you put in this program :) Is this because of limitations of macOS DE or constraints of the sketchybar?

It should be fixed by the latest commit. Thanks for the report!