feat: add taskbar module with configurable icon size and window management

This commit is contained in:
JPratama7 2025-07-26 21:52:08 +07:00
parent f1c2f9bea8
commit 18bc65dff1
No known key found for this signature in database
GPG key ID: CD3EB7D0490C5F4B
3 changed files with 191 additions and 0 deletions

View file

@ -59,6 +59,7 @@ Singleton {
property bool use12HourClock: false
property bool dimPanels: true
property real fontSizeMultiplier: 1.0 // Font size multiplier (1.0 = normal, 1.2 = 20% larger, 0.8 = 20% smaller)
property int taskbarIconSize: 24 // Taskbar icon button size in pixels (default: 32, smaller: 24, larger: 40)
property var pinnedExecs: [] // Added for AppLauncher pinned apps
}
}