Lalit Yalamanchili

Results 47 comments of Lalit Yalamanchili

@SpyMachine I can get control center Album Cover Title and Artist working by enabling the Lumia Stream Plugin but it still somehow doesn't work with SketchyBar

@JellyBrick I can't find any issue in the https://github.com/electron/electron/ repository could you maybe link to it? Also a small question: why does it seem to be working with the Lumia...

@JellyBrick Update: it seems to be working without Lumia Stream enabled, but it still doesn't show up in sketchybar. It seems that `env.INFO.app` is undefined when trying to use in...

Hello, I am getting this error too

Hey @shelken any updates

@JellyBrick Yeah it still doesn't want to load the css if it is loaded using @import url(""); Try this: ```css @import url("https://raw.githubusercontent.com/catppuccin/youtubemusic/refs/heads/main/src/mocha.css"); ```

@ArjixWasTaken Nope, but there seem to be some other stuff. I don't think this has anything to do with the issue. ``` [YTMusic] Plugin adblocker::preload executed at 0.40ms VM118 preload.js:66...

With config: ```lua opts = { flavour = "mocha", transparent_background = true, integrations = { telescope = { enabled = true, style = "nvchad", }, }, } ``` Before: ![CleanShot...

@comfysage I think that if the user wants nvchad enabled he would want it to be opaque? If the user doesn't have nvchad enabled and transparency enabled it is still...

@uncenter `style = "nvchad"` is the option to disable transparency as of this pr. If it is not defined then it is by default transparent. Why would the user do...