Skip to content

Commit

Permalink
fixes and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Oct 21, 2024
1 parent fa573a2 commit 955a468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Qtile x.xx.x, released xxxx-xx-xx:
* features
- Add `SwayNC` widget to interact with Sway Notification Centre (wayland only)
* bugfixes

Qtile 0.29.0, released 2024-10-19:
Expand Down
4 changes: 1 addition & 3 deletions test/widgets/test_widget_init_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
no_test += [widgets.ImapWidget] # Requires a configured username

# To test a widget only under one backend, list the widget class here
exclusive_backend = {
widgets.Systray: "x11",
}
exclusive_backend = {widgets.Systray: "x11", widgets.SwayNC: "wayland"}

################################################################################
# Do not edit below this line
Expand Down

0 comments on commit 955a468

Please sign in to comment.