Commit graph

549 commits

Author SHA1 Message Date
Ashley Wulber
1bd1ac004a chore(audio): styling and deps 2023-10-24 15:34:21 -04:00
Ashley Wulber
557a43517d feat: mpris support for audio applet 2023-10-24 15:34:21 -04:00
Ashley Wulber
3f0f632d41 fix: padding for notifications 2023-10-24 15:34:21 -04:00
Ashley Wulber
1d3e5e13fc fix: padding for graphics and network 2023-10-24 15:34:21 -04:00
Ashley Wulber
3338cb74b6 refactor: styling improvements 2023-10-24 15:34:21 -04:00
Ashley Wulber
d80a801fe5 refactor: use menu button 2023-10-24 15:34:21 -04:00
Ashley Wulber
df63a5d141 fix: typo 2023-10-24 15:34:21 -04:00
Ashley Wulber
a01b9720de chore: update libcosmic 2023-10-24 15:34:21 -04:00
Ashley Wulber
a58fedba44 tiling applet improvements 2023-10-24 15:34:21 -04:00
GroobleDierne
46e9329614 i18(fr): Fix typo, improve with more context 2023-10-23 09:30:52 -06:00
GroobleDierne
c077b5e440 i18(fr): Update French translation 2023-10-23 09:30:52 -06:00
Ashley Wulber
282e4911c9
Update libcosmic jammy (#128)
* update libcosmic

* fix checkmarks for graphics applet

* chore: update

* update iced

* chore: udpate libcosmic
2023-10-18 13:23:13 -04:00
Elmeri.K
9d321822a9 Added Finnish translations 2023-10-17 09:58:41 -04:00
Ashley Wulber
ff8e688121 fix: checkmark icons 2023-10-11 19:46:07 -04:00
Ashley Wulber
6dc78b9be6 fix: add libwayland-dev 2023-10-11 19:46:07 -04:00
Ashley Wulber
2a99ad959a fix: styling 2023-10-11 19:46:07 -04:00
Ashley Wulber
4107f18d81 fix: app-list panic on activate and build 2023-10-11 19:46:07 -04:00
Eduardo Flores
486eff3eb3 Apply suggestions 2023-10-11 19:46:07 -04:00
Eduardo Flores
76e26dca88 Update libcosmic 2023-10-11 19:46:07 -04:00
Eduardo Flores
f815f7f8c9 Update button style 2023-10-11 19:46:07 -04:00
Eduardo Flores
df72ee5f05 Style improvements 2023-10-11 19:46:07 -04:00
Eduardo Flores
276ecc7d6c Switch back to libcosmic upstream 2023-10-11 19:46:07 -04:00
Eduardo Flores
c7b25daa71 Update libcosmic 2023-10-11 19:46:07 -04:00
Eduardo Flores
3353dc95ac Initial implementation of the Tiling applet 2023-10-11 19:46:07 -04:00
Chris Kruining
fcd1cfff5e add Dutch translations 2023-10-11 09:07:36 -04:00
Dominic Gerhauser
fefaea9b63 i18(de): Add German translation 2023-10-04 18:57:57 -04:00
Dominic Gerhauser
9535cd6629 i18(de): Add German translation 2023-10-04 18:57:57 -04:00
Victoria Brekenfeld
b71d1b0e1b app-list: Use cosmic theme instead of pop 2023-09-29 10:43:12 -04:00
Victoria Brekenfeld
1bcd7aa19e
Merge pull request #123 from pop-os/fix-wmclass_jammy
app-list: Match by startup WM Class for Xwayland compatibility
2023-09-29 15:08:28 +02:00
Victoria Brekenfeld
02ec3a1bf2 app-list: Merge wm_class with app_id and preferr the latter 2023-09-29 14:35:13 +02:00
Victoria Brekenfeld
3488600e82 app-list: Fix default icon 2023-09-29 14:35:13 +02:00
Victoria Brekenfeld
6e15d8e282 app-list: Match by startup WM Class for Xwayland compatibility 2023-09-29 11:43:32 +02:00
Victoria Brekenfeld
2bad36ebed
Merge pull request #122 from alyssais/Cargo-lock 2023-09-22 09:33:29 +02:00
Alyssa Ross
a136ee7122
Fix Cargo.lock
This was mistakenly left out of the commit that updated
freedesktop-icons, breaking cargo with --frozen.

Fixes: c16f761 ("app-list: chore: update freedesktop-icons")
2023-09-21 22:23:35 +00:00
Victoria Brekenfeld
519466f00b
Merge pull request #121 from pop-os/applist-fix-icons_jammy
Applist fix icons
2023-09-21 20:57:40 +02:00
Victoria Brekenfeld
d93282c084 app-list: Try to use generic application icon, if icon is missing 2023-09-21 19:21:03 +02:00
Victoria Brekenfeld
353985170c app-list: Don't skip DesktopEntry if icon is missing 2023-09-21 13:20:56 +02:00
Victoria Brekenfeld
c16f761bc0 app-list: chore: update freedesktop-icons 2023-09-21 13:16:13 +02:00
Ashley Wulber
2552578eab fix(app-list): increment id counter before use 2023-09-20 18:28:13 -04:00
Ashley Wulber
c67c1911c5 fix: autosize the app list 2023-09-18 11:30:10 -04:00
Ashley Wulber
56d96e5282 fix: clear popup state when it is dismissed by the compositor 2023-09-12 16:27:25 -04:00
Ian Douglas Scott
f4cc4cecd0 Fix re-opening popup after it is dismissed by the compositor
I noticed working on https://github.com/pop-os/cosmic-applets/pull/33
that https://github.com/pop-os/cosmic-applets/pull/110 seems to have
broken the behavior here. After the popup is dismissed by the
compositor, it requires two clicks to re-open instead of one.

This change will need to be made to all the applets.
2023-09-12 16:27:25 -04:00
Ashley Wulber
28446a33ab fix(graphics): exit if connection to com.system76.PowerDaemon fails 2023-09-12 15:53:02 -04:00
MJ Kim
2d1b8680f9 Added Korean translations 2023-09-05 20:53:51 -04:00
Alyssa Ross
03ec568527 justfile: respect target variable
This variable was defined, but never used, and "release" was hardcoded
instead.
2023-09-05 20:53:32 -04:00
Ian Douglas Scott
4678e95e9e
Merge pull request #33 from pop-os/iced-status-area_jammy
Iced port of status area applet
2023-08-25 09:34:05 -07:00
Ian Douglas Scott
6a64486163 Iced port of status area applet
This is based on the GTK version of the status area applet that was
previously in this repository.

This exposes app indicators found over dbus. As used in applications
like nm-applet and steam.
2023-08-24 16:57:27 -07:00
Ian Douglas Scott
29a2dea760
Merge pull request #110 from pop-os/applets-applications-trait
Use `cosmic::Application`
2023-08-23 12:17:26 -07:00
Ian Douglas Scott
a23f181b7f Use cosmic::Application/cosmic::app::applet
This saves a bit of duplicated boilerplate.

Applets seem to work fairly well with this. Though we should see if any
other changes to initial window settings are needed in certain applets
for the exact behavior we want.
2023-08-23 10:24:56 -07:00
Ashley Wulber
3ad64df5f3
Refactor icons jammy (#108)
* chore: add icons and installation

* refactor: use the new battery icons

* refactor: use audio applet icons

* chore dependency cleanup

* chore: remove icons included in cosmic-icons package

* refactor: use icons for signal strength and fix handling of new connections

* fix: improve some logic for the networking applet

* chore: add cosmic-icons to Depends

* feat: use notifications icons

* chore: set bluetooth icon depending on state

* fix: set default font and text size

* feat (network): add airplane-mode message

* feat (battery): add display icons to the battery applet

* fix (battery): logic for selecting the battery icon & use new battery icons
2023-08-08 16:18:12 -04:00