Ashley Wulber
000ac7b8b4
wip: bluetooth applet
2023-02-15 11:17:44 -05:00
Ashley Wulber
b692cdcc05
chore: use latest libcosmic
2023-02-02 23:47:33 -05:00
Ashley Wulber
a76353981f
feat: update pulse connection every time the audio applet popup is opened
2023-01-31 16:11:45 -05:00
Ashley Wulber
fee32fb1f8
update iced
2023-01-23 14:00:37 -05:00
Ashley Wulber
982b8f5fd1
update: use dyrend & use autosized window in app-list & fix button size in workspaces & only update popup text in time when creating popup
2023-01-20 11:25:53 -05:00
Ian Douglas Scott
72a75eabc7
Use cosmic::SingleThreadExecutor
...
This cuts down the number of threads per applet process. This is probably
no benefit to having multiple tokio worker threads for a typical applet.
2023-01-19 10:06:39 -05:00
Ashley Wulber
a253dee83a
refactor: make the graphics applet more like the mockup
2023-01-12 18:23:56 -05:00
Ashley Wulber
cbbd350fc6
update power applet to use latest zbus
2023-01-10 14:56:34 -05:00
Ashley Wulber
d35732d120
refactor nm state
2023-01-10 14:56:15 -05:00
Ashley Wulber
c10087a55d
feat: more improvements to network applet
2023-01-10 14:53:25 -05:00
Ashley Wulber
13ccc03676
wip: network applet more like mockup
2023-01-10 14:53:24 -05:00
Ian Douglas Scott
966e6aa8f6
power: Bump nix dependency
2023-01-05 10:20:46 -08:00
Ian Douglas Scott
7dbab103a8
battery: Fix zbus dependency specification, and use tokio feature
2023-01-05 09:56:56 -08:00
Ian Douglas Scott
27e19828fd
Use cosmic-client-toolkit helpers in workspace applet
2023-01-03 15:16:59 -08:00
Ian Douglas Scott
442e59073f
Update dependencies
...
Update `sctk` to version used in `cosmic-protocols`, and then `cargo
update`.
2023-01-03 15:16:56 -08:00
Ashley Wulber
4c9b2eb007
feat: autosized sound applet popup
2022-12-28 11:36:15 -05:00
Ashley Wulber
88b4a7d20b
update applets using latest libcosmic auto-sizing popups
2022-12-27 18:35:06 -05:00
Ashley Wulber
a1aa87f5bd
refactor: move projects into a workspace
2022-12-23 16:14:55 -05:00
13r0ck
31362c7dc1
Update debian packaing for new repo structure.
2022-12-23 16:14:55 -05:00
Ashley Wulber
8a239bbe28
update: lock
2022-12-23 16:14:55 -05:00
Ashley Wulber
8223c76361
feat: app list is displayed and updated
2022-12-23 16:14:55 -05:00
Brock
31bea66801
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
2022-12-12 13:41:16 -05:00
Ashley Wulber
9ef8098498
Iced network applet ( #31 )
...
* builds and shows basic applet
* feat: connect up subscriptions
* feat: network applet mostly working
2022-12-09 15:31:19 -05:00
Brock
f3b5713ff5
Sound applet rewrite ( #28 )
...
* Reset cosmic-applet-audio
* save point with rwlock to talk to pulse
* almost making pulse work with a subscription, but awating results causes a panic
* maybe threaded
* Working pulse connection
* working async pulse audio listener
* cargo fmt
* working communication
* make worky ChannelVolumes
* more fixy
* working control for speaker volume
* fix changing volume on input
* Initial port to iced-sctk
* Fix revealer return types
* fix: build
* feat: more applet updates
Co-authored-by: Ashley Wulber <ashley@system76.com>
2022-12-08 13:58:39 -05:00
Ashley Wulber
6a98d7f7c8
feat: iced battery applet
2022-12-02 20:24:52 -05:00
Ashley Wulber
a7b099b4b3
refactor: use iced workspaces applet
2022-11-29 16:52:31 -05:00
Ashley Wulber
eab7ddea1d
Iced graphics applet ( #26 )
...
* feat: builds deb
* feat: working iced graphics applet
* fix: update deps to get fixes for iced-sctk
* fix: better popup size
* fix: better styling of button & popup
* fix: better popup container
* feat: sticky graphics mode after selection
* fix: refactor & handle close requests
2022-11-17 10:38:48 -05:00
Ashley Wulber
b73e755a42
cleanup: remove unused patch
2022-09-13 13:27:20 -04:00
Ashley Wulber
22ba26fed8
update: dependencies
2022-09-13 12:38:30 -04:00
Ashley Wulber
9859c153f8
Merge branch 'master_jammy' of github.com:pop-os/cosmic-applets into master_jammy
2022-09-12 13:51:15 -04:00
Ashley Wulber
ec7a615d22
fix: bind to output before workspaces and use latest cosmic-panel-config
2022-09-12 13:50:45 -04:00
Ian Douglas Scott
e52446c770
status-area: Send unregistered signal in watcher
...
Still not working as expected...
2022-09-08 21:22:46 -07:00
Ashley Wulber
0ecba6a6d0
fix: consistent ordering of workspaces
2022-09-08 11:24:02 -04:00
Ashley Wulber
59a112523d
feat: popup positioning depending on panel anchor
2022-08-24 15:55:53 -04:00
Ashley Wulber
ac0b555946
chore: update libcosmic & other deps
2022-08-17 21:10:26 -04:00
Ashley Wulber
98813824d4
feat: use libcosmic::init
2022-08-16 14:36:31 -04:00
Ashley Wulber
d9212b2285
feat: init adwaita
2022-08-10 10:48:20 -04:00
Ashley Wulber
73d2107dc9
cleanup
2022-08-01 11:11:26 -04:00
Ashley Wulber
e87d101217
feat: config changes
2022-07-27 00:37:00 -04:00
Ian Douglas Scott
eabe58f62c
Run cargo update`, adjust for changes in gtk-rs/relm4, and format
2022-07-21 14:02:01 -07:00
Ashley Wulber
ab851fceef
feat: app list is working fairly well again
2022-07-20 16:17:43 -04:00
Ashley Wulber
29e029d626
fix: show active dots
2022-07-20 11:48:51 -04:00
Ashley Wulber
83fc8893ec
fix: use app container created by window & only create dock object from window list if a matching app info is found
2022-07-20 10:21:40 -04:00
Ashley Wulber
adc02df64f
wip: use desktop file stem for app id
2022-07-19 23:39:19 -04:00
Ashley Wulber
223c7855cf
wip fix: use app id for grouping window lists & replace top level if it already exists & show separator for active and saved app lists
2022-07-19 23:12:37 -04:00
Ashley Wulber
dc13ca6e46
fix typo
2022-07-19 11:40:04 -04:00
Ashley Wulber
560ebc0bf5
wip: use toplevel protocols
2022-07-19 11:33:19 -04:00
Victoria Brekenfeld
85fe582d1d
workspaces: Update to cosmic-protocols
2022-07-08 23:22:08 +02:00
Ashley Wulber
488fe6f186
merge master_jammy and udpate to use latest cosmic panel config
2022-07-06 12:41:49 -04:00
Ashley Wulber
1d8fe85775
refactor: use rework configs
2022-07-06 12:07:26 -04:00