{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":59212953,"defaultBranch":"master","name":"polybar","ownerLogin":"polybar","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-19T14:16:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39440079?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1705440945.0","currentOid":""},"activityList":{"items":[{"before":"ab583b08cdf6c34ff4d6013c8dd5ab3d16c4b30b","after":"81ea16931e10770d0f9ac7090a44455d8cc86a1f","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-04-28T19:10:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(script): Receiving multiple lines rapidly only displays first line (#3119)\n\nFixes #3117","shortMessageHtmlLink":"fix(script): Receiving multiple lines rapidly only displays first line ("}},{"before":"c8f7dc1c142061ea837422c4fba3ce0b53003a17","after":"ab583b08cdf6c34ff4d6013c8dd5ab3d16c4b30b","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-04-15T21:43:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(tray): Clients not being removed properly\n\nThe vector::erase call needs to be supplied with the end of the range,\notherwise only a single element is removed.\n\nFixes #3111","shortMessageHtmlLink":"fix(tray): Clients not being removed properly"}},{"before":"020699724fe3ae16b5f9af218dcafdde6bd27150","after":"c8f7dc1c142061ea837422c4fba3ce0b53003a17","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-02-18T18:02:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(i3): Properly render non-full-width windows\n\nWithout override-redirect, i3 will not allow you to have a\nnon-full-width bar. But polybar simply ignores that request and\ncontinues to render the user-requested width instead of the width i3 has\nconfigured the window to be.\n\nWith the 3.7 release, we started setting the window's backing pixmap to\nthe rendering pixmap. In the case above, the pixmap would only be\nallocted for the smaller width and when i3 maps the window, it repeats\nthe backing pixmap to fill the entire window.\n\nAt the point where i3 maps the window, the pixmap contains an initial\nrender of the bar without module content and that render is then\nduplicated.\n\nReverting back to the old approach of simply copying over the pixmap\nafter each render does not have that problem and the remainder of the\nbar is black (or fully transparent with a compositor).\n\nIdeally, polybar would respect the width i3 configures for it, but that\nwould break many existing setups that rely on non-full-width bars in i3\n\nFixes #3060","shortMessageHtmlLink":"fix(i3): Properly render non-full-width windows"}},{"before":"8e04f15ed6cab970822bb4766900229e13e5b12a","after":"020699724fe3ae16b5f9af218dcafdde6bd27150","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-02-10T11:51:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(label): Misbehaving min-length tokens with non-ASCII characters (#3090)\n\n* Changed bit count for label to use UTF8 standard\r\n\r\nFixes #3074\r\n\r\n* label: Calculate length only once\r\n\r\nThe length calculation has to traverse the whole string\r\n\r\n---------\r\n\r\nCo-authored-by: nklloyd ","shortMessageHtmlLink":"fix(label): Misbehaving min-length tokens with non-ASCII characters (#…"}},{"before":"0ed669f049e415142564810bfc22b8ffa93d24f2","after":"8e04f15ed6cab970822bb4766900229e13e5b12a","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-01-20T17:09:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(backlight): %backlight% token appearing on the bar (#3081)\n\n* Fix backlight initial value matching the actual brightness level\r\n\r\nThe initial value is `0`. If the actual brightness is also `0` you see\r\n`%percentage%` token as text, it’s not being replaced. Since\r\n`m_brightness` is an `int` the initial value could be just `-1` since\r\nthe actual brightness is never goes below zero. Thus this bug will never\r\nshow up again because actual brightness on first render won’t match\r\nthe “old” `m_brightness` value.\r\n\r\nSee also for more detailed explanation of the bug:\r\nhttps://github.com/polybar/polybar/discussions/3079#discussioncomment-8169932\r\n\r\n* Add docs\r\n\r\n---------\r\n\r\nCo-authored-by: Viacheslav Lotsmanov ","shortMessageHtmlLink":"fix(backlight): %backlight% token appearing on the bar (#3081)"}},{"before":"91bd85cf5005ba37df5f0c494bd9655fb06d3ef9","after":"0ed669f049e415142564810bfc22b8ffa93d24f2","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-01-20T16:53:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(doc): Update vulnerable rtd search extension\n\nRef: https://github.com/readthedocs/readthedocs-sphinx-search/security/advisories/GHSA-xgfm-fjx6-62mj","shortMessageHtmlLink":"fix(doc): Update vulnerable rtd search extension"}},{"before":"174ce34285a50d2a7f9177a758f376718c173f83","after":"11b522c313f7b2b0a10063721ec8b0bf544de6f4","ref":"refs/heads/master","pushedAt":"2024-01-17T17:01:10.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"doc: Added unmute-on-scroll to changelog and module descriptions","shortMessageHtmlLink":"doc: Added unmute-on-scroll to changelog and module descriptions"}},{"before":"b4d8be590b8896042aa43f7622df6982ca2d670d","after":"174ce34285a50d2a7f9177a758f376718c173f83","ref":"refs/heads/master","pushedAt":"2024-01-16T21:37:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(doc): Update vulnerable rtd search extension\n\nRef: https://github.com/readthedocs/readthedocs-sphinx-search/security/advisories/GHSA-xgfm-fjx6-62mj","shortMessageHtmlLink":"fix(doc): Update vulnerable rtd search extension"}},{"before":null,"after":"91bd85cf5005ba37df5f0c494bd9655fb06d3ef9","ref":"refs/heads/hotfix/3.7.2","pushedAt":"2024-01-16T21:35:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Version 3.7.1","shortMessageHtmlLink":"Version 3.7.1"}},{"before":"39cbab23ad3011c815f7445f666887eb4ebd9323","after":null,"ref":"refs/heads/release/3.7.1-PKGBUILD","pushedAt":"2023-11-27T16:36:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"}},{"before":"b25d00b159e1feb91877299d9ea70c0f8f541f2f","after":"b4d8be590b8896042aa43f7622df6982ca2d670d","ref":"refs/heads/master","pushedAt":"2023-11-27T16:36:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Update PKGBUILD for 3.7.1","shortMessageHtmlLink":"Update PKGBUILD for 3.7.1"}},{"before":null,"after":"39cbab23ad3011c815f7445f666887eb4ebd9323","ref":"refs/heads/release/3.7.1-PKGBUILD","pushedAt":"2023-11-27T16:36:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Update PKGBUILD for 3.7.1","shortMessageHtmlLink":"Update PKGBUILD for 3.7.1"}},{"before":"f4851952c94fa57ab5f5402a4ca0ece0bd787e25","after":null,"ref":"refs/heads/doc/changelog","pushedAt":"2023-11-27T16:29:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"}},{"before":"367847ec3bf4f2f1f62804033dc4a251845305d3","after":"b25d00b159e1feb91877299d9ea70c0f8f541f2f","ref":"refs/heads/master","pushedAt":"2023-11-27T16:29:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(doc): Wrong header level in changelog","shortMessageHtmlLink":"fix(doc): Wrong header level in changelog"}},{"before":null,"after":"f4851952c94fa57ab5f5402a4ca0ece0bd787e25","ref":"refs/heads/doc/changelog","pushedAt":"2023-11-27T16:29:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix(doc): Wrong header level in changelog","shortMessageHtmlLink":"fix(doc): Wrong header level in changelog"}},{"before":"91bd85cf5005ba37df5f0c494bd9655fb06d3ef9","after":null,"ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-27T16:20:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"}},{"before":"7ad51bed204327cc0fbc1fcb946c233b63126f8d","after":"367847ec3bf4f2f1f62804033dc4a251845305d3","ref":"refs/heads/master","pushedAt":"2023-11-27T16:20:49.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Merge branch 'hotfix/3.7.1'","shortMessageHtmlLink":"Merge branch 'hotfix/3.7.1'"}},{"before":"ade2ee0981249ec89c33c949e4a4192eb29bab93","after":"91bd85cf5005ba37df5f0c494bd9655fb06d3ef9","ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-27T16:15:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Version 3.7.1","shortMessageHtmlLink":"Version 3.7.1"}},{"before":"c552df3b6603c4afa171f699545059cd5f9d55f2","after":"ade2ee0981249ec89c33c949e4a4192eb29bab93","ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-27T14:53:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"build: Update i3ipcpp\n\nCloses #3042\nIncludes polybar/i3ipcpp#16","shortMessageHtmlLink":"build: Update i3ipcpp"}},{"before":"9ea910d706a892bc790493b9e9912c7eee173c4b","after":"7ad51bed204327cc0fbc1fcb946c233b63126f8d","ref":"refs/heads/master","pushedAt":"2023-11-21T13:23:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Update Arch Linux package URL in README.md\n\nThe old URL returns 404 now.","shortMessageHtmlLink":"Update Arch Linux package URL in README.md"}},{"before":"7d7bf84e16f19c31cc89ac4406224f864cb2fb58","after":"9ea910d706a892bc790493b9e9912c7eee173c4b","ref":"refs/heads/master","pushedAt":"2023-11-18T18:41:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"doc: Fix \"Release Workflow\" badge\n\nThe release workflow never runs on the master branch (it runs on the\nrelease branch), so the badge would always show \"no status\"","shortMessageHtmlLink":"doc: Fix \"Release Workflow\" badge"}},{"before":"432e19df013d0227b30e987119d93aba32b24aee","after":"c552df3b6603c4afa171f699545059cd5f9d55f2","ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-16T21:29:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"fix: Modules did not validate tags used in formats\n\nThe 'value' variable that was used for validation, was empty because it\nwas used in a move at the beginning of the function.\n\nFixes #3043","shortMessageHtmlLink":"fix: Modules did not validate tags used in formats"}},{"before":"cbfbba070026afb9eeba83e1057494c05dbf7022","after":"432e19df013d0227b30e987119d93aba32b24aee","ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-12T14:18:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"build: Add missing headers in common.hpp","shortMessageHtmlLink":"build: Add missing headers in common.hpp"}},{"before":"2471f3595c3ca582fe0b0abcd3ce9a03ff144f23","after":"cbfbba070026afb9eeba83e1057494c05dbf7022","ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-11T03:01:26.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Remove tray_visibility signal\n\nNo longer needed since tray visibility is now controlled directly by the\nenclosing module","shortMessageHtmlLink":"Remove tray_visibility signal"}},{"before":null,"after":"2471f3595c3ca582fe0b0abcd3ce9a03ff144f23","ref":"refs/heads/hotfix/3.7.1","pushedAt":"2023-11-11T02:25:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Version 3.7.0","shortMessageHtmlLink":"Version 3.7.0"}},{"before":"2471f3595c3ca582fe0b0abcd3ce9a03ff144f23","after":"7d7bf84e16f19c31cc89ac4406224f864cb2fb58","ref":"refs/heads/master","pushedAt":"2023-11-06T00:02:48.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Update PKGBUILD for 3.7.0","shortMessageHtmlLink":"Update PKGBUILD for 3.7.0"}},{"before":"2471f3595c3ca582fe0b0abcd3ce9a03ff144f23","after":null,"ref":"refs/heads/release/3.7.0","pushedAt":"2023-11-05T22:37:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"}},{"before":"f7a755799cfa850bf5f4c2e0b8dc2fc5d63c692a","after":"2471f3595c3ca582fe0b0abcd3ce9a03ff144f23","ref":"refs/heads/master","pushedAt":"2023-11-05T22:37:19.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Version 3.7.0","shortMessageHtmlLink":"Version 3.7.0"}},{"before":"45009048054f6e3a38431380873c8da250a4474d","after":"2471f3595c3ca582fe0b0abcd3ce9a03ff144f23","ref":"refs/heads/release/3.7.0","pushedAt":"2023-11-05T22:36:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Version 3.7.0","shortMessageHtmlLink":"Version 3.7.0"}},{"before":"17bf8f902925aacb18806d3acfba24d6177568b6","after":"45009048054f6e3a38431380873c8da250a4474d","ref":"refs/heads/release/3.7.0","pushedAt":"2023-11-05T21:53:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"patrick96","name":"Patrick Ziegler","path":"/patrick96","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2452038?s=80&v=4"},"commit":{"message":"Version 3.7.0","shortMessageHtmlLink":"Version 3.7.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPGUvHAA","startCursor":null,"endCursor":null}},"title":"Activity · polybar/polybar"}