Ashley Wulber
619550cf61
fix: handling of surface action
2025-03-18 08:13:03 -04:00
Jonathan Capps
e55d59ed94
fix: prevent time remaining showing 0 after unplugging
2025-03-17 21:27:27 +01:00
Ashley Wulber
25064dff8a
fix: battery indicator height
2025-03-17 19:29:21 +01:00
Ashley Wulber
c54ddeb38a
chore: udpate libcosmic
2025-03-14 14:26:42 -04:00
Ashley Wulber
61d1d1b91d
fix: use fixed window width for all applets
2025-03-14 14:26:42 -04:00
Ashley Wulber
0de336d0d7
update libcosmic: adds tooltip support
2025-03-14 14:26:42 -04:00
Pavol Žáčik
726c8288da
fix(battery): default to the balanced profile with PPD backend
...
TuneD provides a compatibility daemon (tuned-ppd) which replaces
power-profiles-daemon in Fedora 41 [1]. However, the new daemon
can report an "unknown" profile in case the user manipulates with
underlying TuneD profiles directly; see [2].
Before this change, the "unknown" profile makes the battery applet
panic. With this change, the applet reports the balanced profile.
This is in line with the behavior of cosmic-settings [3].
[1] https://pagure.io/fesco/issue/3222
[2] https://github.com/redhat-performance/tuned/pull/669
[3] 6f05e9e/cosmic-settings/src/pages/power/backend/mod.rs (L65)
2025-01-24 12:32:43 +01:00
Ashley Wulber
104a608cf1
fix(battery): fix brightness slider lag
2024-12-04 16:52:49 +01:00
Vukašin Vojinović
6b740c59be
fix(app-list): use context menu radius from theme
2024-11-04 08:47:36 -05:00
Ashley Wulber
5b5cd77e7c
update iced
2024-10-31 17:52:33 -04:00
Grooble
3670f124fb
fix: show empty dropdown menu when no app uses dGPU
2024-09-24 15:52:53 +02:00
Vukašin Vojinović
941cbf546b
fix: padding, spacing, context menu style, and settings buttons
2024-09-24 15:52:17 +02:00
Piotr
cf06e14545
feat(battery): support charging limits with system76-power
2024-09-06 17:56:11 +02:00
Vukašin Vojinović
02b3fbdb11
fix: use cosmic::widget::text instead of cosmic::iced::widget::text
2024-09-03 16:52:59 +02:00
patrulhasirius
f9c01f54d2
fix(battery): too many decimals in battery percent
...
Co-authored-by: Lucas Ribeiro <estg-lnr@tce.rs.gov.br>
2024-08-29 20:59:54 +02:00
lazytanuki
e51ca81f7d
feat: toggle popups on press down
2024-08-13 19:03:34 +02:00
Ian Douglas Scott
293a91e8b1
Update for spawn_desktop_exec that calls SpawnTransientUnit
...
Allows `xdg-desktop-portal` to get app id from PID.
Also updates calls to `cosmic::process::spawn` to spawn in future.
2024-07-28 20:25:23 -07:00
Ashley Wulber
6661598839
feat: misc overflow
2024-07-24 08:51:46 -04:00
Vukašin Vojinović
d9d864f14f
fix(battery): settings button
2024-07-09 16:26:27 +02:00
Vukašin Vojinović
f206a55194
cargo fmt
2024-07-09 16:26:27 +02:00
Vukašin Vojinović
46e1fdd9f0
feat(battery): add settings button
2024-07-09 16:26:27 +02:00
Vukašin Vojinović
0640e88412
chore: merge imports
2024-07-09 16:26:27 +02:00
Ian Douglas Scott
a0145bf106
battery: Fix display brightness slider
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
3beda52c1c
battery: Make screen brightness Option; hide if none
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
61a9102fce
battery: Exit on NoBattery instead of letting subscription handle it
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
0ef2393288
battery: Use max_kbd_brightness as slider range
...
This makes sure we can listen to brightness subscription and set the
brightness without conflicts or weird workarounds.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
00e34f4eba
battery: Use max_screen_brightness as range of slider
...
Being able to define sliders this way seems like an advantage of using a
seperate `brightness`/`max_brightness` instead of a float.
Now the `step` of the slider is a single unit as supported by the
display.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
4b83609ee8
battery: Use settings_daemon for display brightness
...
This shares a subscription with cosmic-osd, avoiding some duplication.
It's also important that things like selection of the display brightness
device are done consistency, and handling this in cosmic-settings-daemon
is one way to ensure consistency.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
901a70d7a1
battery: Use cosmic-settings-subscriptions for upower subscriptions
...
These should be useful in `cosmic-osd` as well.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
4e3eb0a396
battery: Use upower_dbus instead of including bindings here
2024-07-01 20:07:39 -07:00
Ashley Wulber
87250b5e50
zbus update
2024-05-18 01:38:41 +02:00
Ashley Wulber
dea51c7208
fix(battery): trim gpu name
2024-05-10 22:30:29 +02:00
Ashley Wulber
668b0825c9
fix(battery): show discrete gpu name
2024-05-10 10:50:18 -04:00
Michael Aaron Murphy
8527257ddd
chore: add SPDX license identifiers
2024-05-06 21:56:50 +02:00
Ashley Wulber
6a448a35cb
fix(battery): remove settings button
2024-05-06 06:51:45 -06:00
Ashley Wulber
25447c80e4
fix(battery): exit when there is no battery detected
2024-05-06 06:51:45 -06:00
Ashley Wulber
9f51e12fc9
fix: reset timeline when a popup is created
2024-04-30 20:14:46 -04:00
Ryan Brue
c7765278f0
fix: use same connection for all connect attempts
2024-04-30 00:14:47 +02:00
Lily Foster
e4a6f94723
battery: Give up if both power-profiles-daemon and system76-power connections fail
2024-04-18 20:17:48 -04:00
Ryan Brue
25c24ce184
feat: add power-profiles-daemon as an additional power profile backend
2024-04-16 17:50:02 -04:00
Ian Douglas Scott
a18d64add7
battery: Show keyboard backlight only when supported
2024-03-28 15:31:44 -07:00
Michael Aaron Murphy
32229c16f0
chore(cargo): replace log dependency with tracing
2024-03-25 15:33:22 -06:00
Michael Aaron Murphy
3c4acdacd7
refactor: compile applets as multicall binary
2024-03-14 23:37:37 +01:00
Victoria Brekenfeld
6ce1a581c7
battery: Re-evaluate gpu state on udev change event
2024-02-07 20:44:50 +01:00
Ashley Wulber
f00fd8bc1a
chore: update fixes
2024-02-06 16:21:16 -05:00
Victoria Brekenfeld
4b253adccc
battery/dgpu: Filter Xwayland
2024-02-06 18:26:37 +01:00
Victoria Brekenfeld
ee04d486fa
battery/gpu: Fix freezing after udev-event
2024-02-06 18:26:27 +01:00
Victoria Brekenfeld
1ad07dc2f3
battery/dgpu: Fix name of hotplugged gpus
2024-02-06 18:25:28 +01:00
Victoria Brekenfeld
2a47cde1b4
battery/dgpu: Add connected outputs to list
2024-02-01 18:33:40 +01:00
Victoria Brekenfeld
8472f1f358
battery: Add gpu indicator and process list
2024-02-01 18:33:40 +01:00