/AHK_TaskBar_SetAttr

Make the Windows 10 Taskbar translucent / blur / coloring

Primary LanguageAutoHotkey

AHK TaskBar_SetAttr

Make the Windows 10 Taskbar translucent / blur / coloring

Example

TaskBar_SetAttr(1, 0xc1e3c791)    ; <- Set gradient    with color 0xd7a78f ( rgb = 0x91c7e3 ) and alpha 0xc1

TaskBar_SetAttr(2, 0xa1e3c791)    ; <- Set transparent with color 0xd7a78f ( rgb = 0x91c7e3 ) and alpha 0xa1

TaskBar_SetAttr(2)                ; <- Set transparent

TaskBar_SetAttr(3)                ; <- Set blur

TaskBar_SetAttr(0)                ; <- Set standard value

TaskBar_SetAttr_01 TaskBar_SetAttr_02 TaskBar_SetAttr_03 TaskBar_SetAttr_04

Limitations

  • Run only on Windows 10

Info

Contributing

  • thanks to AutoHotkey Community

Questions / Bugs / Issues

Report any bugs or issues on the AHK Thread. Same for any questions.

Donations

Donations are appreciated if I could help you

Copyright and License

Unlicense