bump to 0.9.39
This commit is contained in:
@@ -97,7 +97,6 @@ class KeyboardLayout(Gtk.EventBox):
|
|||||||
else:
|
else:
|
||||||
print("KeyboardLayout module: failed listing devices, won't create UI, sorry.")
|
print("KeyboardLayout module: failed listing devices, won't create UI, sorry.")
|
||||||
|
|
||||||
|
|
||||||
def list_keyboards(self):
|
def list_keyboards(self):
|
||||||
if self.compositor == "Hyprland":
|
if self.compositor == "Hyprland":
|
||||||
o = hyprctl("j/devices")
|
o = hyprctl("j/devices")
|
||||||
|
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ def read(f_name):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nwg-panel',
|
name='nwg-panel',
|
||||||
version='0.9.38',
|
version='0.9.39',
|
||||||
description='GTK3-based panel for sway and Hyprland Wayland compositors',
|
description='GTK3-based panel for sway and Hyprland Wayland compositors',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Reference in New Issue
Block a user