release: v0.2.0
- User avatar and username display above action buttons - Panel on focused monitor, wallpaper overlay on all others - Keyboard exclusive on focused monitor, Escape to dismiss - Lock action calls moonlock directly - GTK theme colors (@theme_*) for consistent styling - Round action buttons, translucent card backgrounds - 22px icon lookup rendered at 64px (matches moonlock icons) - PKGBUILD for Arch Linux packaging - 63 tests passing
This commit is contained in:
parent
934a92384c
commit
8c321d15a3
@ -4,7 +4,7 @@
|
|||||||
# Maintainer: Dominik Kressler
|
# Maintainer: Dominik Kressler
|
||||||
|
|
||||||
pkgname=moonset-git
|
pkgname=moonset-git
|
||||||
pkgver=0.1.0.r7.g004e3d2
|
pkgver=0.1.0.r8.g934a923
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Wayland session power menu with GTK4 and Layer Shell"
|
pkgdesc="A Wayland session power menu with GTK4 and Layer Shell"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "moonset"
|
name = "moonset"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Wayland session power menu with GTK4 and Layer Shell"
|
description = "Wayland session power menu with GTK4 and Layer Shell"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@ -4,7 +4,7 @@ requires-python = ">=3.11"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "moonset"
|
name = "moonset"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "pygobject" },
|
{ name = "pygobject" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user