bump to 0.9.39

This commit is contained in:
piotr
2024-09-19 02:14:37 +02:00
parent 5f036ce0d8
commit 572b195d5d
2 changed files with 1 additions and 2 deletions

View File

@@ -97,7 +97,6 @@ class KeyboardLayout(Gtk.EventBox):
else:
print("KeyboardLayout module: failed listing devices, won't create UI, sorry.")
def list_keyboards(self):
if self.compositor == "Hyprland":
o = hyprctl("j/devices")

View File

@@ -8,7 +8,7 @@ def read(f_name):
setup(
name='nwg-panel',
version='0.9.38',
version='0.9.39',
description='GTK3-based panel for sway and Hyprland Wayland compositors',
packages=find_packages(),
include_package_data=True,