mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Padding vs Frame #601
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 @neoxes85 on GitHub (Apr 17, 2025).
Summary
More a question than a bug... I see no difference between these two options. Do you have an example? I checked all the documentation.
Version Information
0.1.36
Komorebi Configuration
Hotkey Configuration
Default
Output of komorebic check
Default
@LGUG2Z commented on GitHub (Apr 18, 2025):
Can you provide links to which options you're referring to from the JSON schema pages?
@neoxes85 commented on GitHub (Apr 18, 2025):
Sure, I'm talking about these two:
https://komorebi-bar.lgug2z.com/schema#frame
https://komorebi-bar.lgug2z.com/schema#padding
@LGUG2Z commented on GitHub (Apr 18, 2025):
I think @CtByte can hopefully give a more authoritative answer about these bar config options 🤞
@CtByte commented on GitHub (Apr 18, 2025):
@neoxes85 Alex did most of the changes around this in https://github.com/LGUG2Z/komorebi/pull/1224 and I think that the
frameis the old way (keeping it for compatibility) while thepaddingis the new way.@LGUG2Z The
frameshould probably have a bit more written on it, such asObsoleteor something