{"id":19005774,"url":"https://github.com/0x464e/transparent-click-through-notifications","last_synced_at":"2025-09-08T13:47:05.373Z","repository":{"id":179484276,"uuid":"390709321","full_name":"0x464e/transparent-click-through-notifications","owner":"0x464e","description":"Makes your Windows notifications transparent and click-through","archived":false,"fork":false,"pushed_at":"2021-07-31T23:17:13.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T14:19:35.616Z","etag":null,"topics":["notifications","quality-of-life","windows"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x464e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-29T12:00:08.000Z","updated_at":"2025-02-12T15:40:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9d24c79-772d-46c4-adef-c396db7bd4cb","html_url":"https://github.com/0x464e/transparent-click-through-notifications","commit_stats":null,"previous_names":["0x464e/transparent-click-through-notifications"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x464e/transparent-click-through-notifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x464e%2Ftransparent-click-through-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x464e%2Ftransparent-click-through-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x464e%2Ftransparent-click-through-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x464e%2Ftransparent-click-through-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x464e","download_url":"https://codeload.github.com/0x464e/transparent-click-through-notifications/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x464e%2Ftransparent-click-through-notifications/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274195572,"owners_count":25239147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notifications","quality-of-life","windows"],"created_at":"2024-11-08T18:29:10.662Z","updated_at":"2025-09-08T13:47:05.303Z","avatar_url":"https://github.com/0x464e.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transparent Click-Through Windows Notifications\nThis AutoHotkey script makes your Windows notifications transparent and click-through.  \nI made this because in certain non-full-screen games the Windows notifications would get in my way, but I still wouldn't want to disable them totally.  \nMaking the notifications semi-transparent and click-through is a good middle ground.\n\n![image](https://i.imgur.com/9gVtUcW.gif)\n\n## Installing \n\u003e**AutoHotkey is Windows only!**\n* Install [AutoHotkey](https://www.autohotkey.com/)\n* Download the [`.ahk` file](https://raw.githubusercontent.com/0x464e/transparent-click-through-notifications/master/TransparentClickThroughNotifications.ahk) from this repository\n* Run the the file by just double clicking it  \n\u003csup\u003e\u003csub\u003e(If the AHK installation would've somehow failed to associate `.ahk` files with the AHK interpreter, you can manually run `.ahk` files by just passing in the file to the interpreter, which is found in your AHK installation directory (usually `C:\\Program Files\\AutoHotkey\\AutoHotkey.exe`))\u003c/sub\u003e\u003c/sup\u003e  \nPortable versions can be created if you have AHK installed by just right clicking the `.ahk` file and choosing `Compile Script`.  \nThis packs the AHK interpreter and the script file to one `.exe`.\n\n## Usage\nJust launch the script and you're all set with a transparency degree of 150.  \nThe scale goes from 0-255 (transparent-opaque).  \nThe hotkey `Ctrl` + `END` is set by default to toggle on/off.  \nExamples of specifying more hotkeys:\n```ahk  \nF6::SetTransparency(50) ;toggle on off with transparency degree of 50\nF7::SetTransparency(200, true) ;turn on with transparency degree of 200\nF8::SetTransparency(, false) ;turn off\n```\nConsult the [AHK documentation](https://www.autohotkey.com/docs/Hotkeys.htm) for a tutorial on defining hotkeys.\n\n---\n\nThe script also comes with two hotstrings, one to get a test notification and one to exit the script:  \n* Type \"cooltestnotification\" anywhere on your computer to get a test notification\n* Type \"coolexitnotification\" anywhere on your computer to exit the application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x464e%2Ftransparent-click-through-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x464e%2Ftransparent-click-through-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x464e%2Ftransparent-click-through-notifications/lists"}