refactor: allow entering username

This commit is contained in:
Ashley Wulber 2025-06-26 15:14:43 -04:00 committed by Ashley Wulber
parent 7aa41f6a16
commit abc591db6d
5 changed files with 692 additions and 464 deletions

View file

@ -45,13 +45,13 @@ xdg = "2.5.2"
tokio = { workspace = true, features = ["full"] }
wayland-client = "0.31.8"
# For network status using networkmanager feature
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings", rev = "badfc6a", optional = true }
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
# For logind integration using logind feature
logind-zbus = { version = "4", optional = true }
logind-zbus = { version = "5", optional = true }
# Fix zbus compilation by manually adding nix with user feature
nix = { workspace = true, optional = true }
# For power status with upower feature
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings", rev = "badfc6a", optional = true }
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
# Required for some features
zbus = { workspace = true, optional = true }
# CLI arguments
@ -102,7 +102,7 @@ pwd = "1.4.0"
ron = "0.10.1"
serde = "1"
tokio = "1.39.1"
zbus = "4"
zbus = "5"
[workspace.dependencies.cosmic-applets-config]
git = "https://github.com/pop-os/cosmic-applets"