summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornoname <[email protected]>2025-02-27 15:12:34 +1100
committernoname <[email protected]>2025-03-03 22:06:48 +1100
commitb635af1e723d82fe4ccb27f0d898822fafebae5d (patch)
treed059adf702feff770462407f03a90e53bd060764 /lib
parentbfceeb515a928de6ad901a1435b8e5bbc26eb64d (diff)
test2
Diffstat (limited to 'lib')
-rw-r--r--lib/sway/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sway/default.nix b/lib/sway/default.nix
index 17bf67a..9c81bc9 100644
--- a/lib/sway/default.nix
+++ b/lib/sway/default.nix
@@ -4,12 +4,12 @@
...
}:
mkAstalPkg {
- pname = "astal-battery";
+ pname = "astal-sway";
src = ./.;
packages = [pkgs.json-glib];
- libname = "battery";
- authors = "Aylur";
- gir-suffix = "Battery";
- description = "DBus proxy for upowerd devices";
+ libname = "sway";
+ authors = "Noname";
+ gir-suffix = "Sway";
+ description = "IPC client for Sway";
}