This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "latestVersion": "1.0.0", | |
| "minVersion": "1.0.0", | |
| "reminderInterval": 3, | |
| "releaseNotes": "• Full compatibility support for Android 15\n• Native 16 KB library alignment for high-end hardware\n• Optimized edge-to-edge display and system bar handling\n• New minimalist update notification system\n• Database performance and stability improvements", | |
| "//_COMMENTS": { | |
| "latestVersion": "Set this to trigger the update for users.", | |
| "minVersion": "If higher than user's version, update becomes MANDATORY (removes 'Later' button).", | |
| "reminderInterval": "0 = show every time. 7 = wait 7 days before reminding again about this version.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| border: none; | |
| border-radius: 20px; /* High rounding */ | |
| font-family: "JetBrainsMono Nerd Font"; | |
| font-size: 13px; | |
| min-height: 0; | |
| } | |
| window#waybar { | |
| background-color: rgba(30, 30, 46, 0.6); /* Semi-transparent */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| border: none; | |
| border-radius: 8px; | |
| font-family: "JetBrainsMono Nerd Font"; | |
| font-size: 13px; | |
| min-height: 20px; /* FIXED: Increased height to clear module warning */ | |
| margin: 1px; | |
| } | |
| window#waybar { |