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
Ashley Wulber
6851d9de54
fix: logging and use dbus config subscription in audio applet
2024-01-18 23:16:17 -05:00
Ashley Wulber
e5db5ab1dd
chore: update libcosmic ( #168 )
2023-12-11 14:45:36 -05:00
Ashley Wulber
afff014dd2
chore: open power settings when the batter button is pressed
2023-11-22 08:03:54 -05:00
daniel.eades
b9723dd5e0
use 'Self' to refer to own type
2023-11-16 15:47:20 -05:00
Ashley Wulber
9c64906971
fix(battery): remove extra spacing from column
2023-10-25 16:27:00 -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
ff8e688121
fix: checkmark icons
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
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
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
Ashley Wulber
8d9bb40b1b
refactor(battery): use channel subscription
2023-08-02 12:35:26 -06:00
Ashley Wulber
5a15ef8d7f
update libcosmic
2023-06-21 20:49:35 -04:00
Ashley Wulber
76bf6a4519
feat: theme management
2023-06-21 20:49:35 -04:00
Brock
3ec06bef80
Init Animations: animate toggler widgets ( #96 )
2023-06-07 13:43:49 -06:00