Skip to content

Instantly share code, notes, and snippets.

View sajid755's full-sized avatar

Sajidul Islam sajid755

  • Khulna University Of Engineering and Technology
  • Bangladesh
  • 20:26 (UTC +06:00)
  • LinkedIn in/sajid755
View GitHub Profile
{
"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.",
@sajid755
sajid755 / style.css
Created December 5, 2025 14:16
glassmorphic waybar css
* {
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 */
@sajid755
sajid755 / style.css
Last active December 6, 2025 15:10
gostly waybar css
* {
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 {