Power: Replace gtk applet with iced applet (#32)
* Power: Replace gtk applet with iced applet No functionality yet, but the layout is nearly done. Only small tweaks needed to font and svg backgrounds. * Power: Add suspend+restart+shutdown functionality * Power: Add lock + log out + settings * Fix build. * Fix window placement
This commit is contained in:
parent
fd17241bcf
commit
31bea66801
12 changed files with 3975 additions and 390 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
|
@ -51,6 +51,13 @@ override_dh_auto_clean:
|
|||
tar pcf vendor.tar vendor; \
|
||||
rm -rf vendor; \
|
||||
cd ../..; \
|
||||
cd applets/cosmic-applet-power/; \
|
||||
mkdir -p .cargo; \
|
||||
cargo vendor --sync Cargo.toml | head -n -1 > .cargo/config; \
|
||||
echo 'directory = "vendor"' >> .cargo/config; \
|
||||
tar pcf vendor.tar vendor; \
|
||||
rm -rf vendor; \
|
||||
cd ../..; \
|
||||
cd applets/cosmic-applet-network/; \
|
||||
mkdir -p .cargo; \
|
||||
cargo vendor --sync Cargo.toml | head -n -1 > .cargo/config; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue