wingpanel-indicator-power icon indicating copy to clipboard operation
wingpanel-indicator-power copied to clipboard

Wingpanel Power Indicator

Results 51 wingpanel-indicator-power issues
Sort by recently updated
recently updated
newest added

``` .wiggle { animation: wiggle 3s ease-in-out infinite; } @keyframes wiggle { 0% { -gtk-icon-transform: rotate(10deg); } 1% { -gtk-icon-transform: rotate(-20deg); } 2% { -gtk-icon-transform: rotate(20deg); } 3% { -gtk-icon-transform:...

Priority: Wishlist

I have a Dell Inspiron 3000 on which I installed elementary Juno a few days ago, alongside Windows 10. My experience has been smooth, but whenever I use the keyboard...

I've been experiencing a problem that looks like this: 1. Battery is at XX% (can be any percentage, but always double-digits, let's say 31%) 2. I start a task that...

Status: Incomplete

My laptop's battery is broken and disconnected. When plugging in my phone via USB to my laptop, the indicaor icon reflects the battery status of the phone, which is confusing....

Status: Incomplete

Here's a bug I've noticed just now in Loki 0.4. Possibly a one-time thing, but might be worth looking at: 1. Disabled "Show battery percentage" in the popup menu for...

When the battery is fully charged and still on AC power, the indicator shows a green icon. Allow this to be user-dismissed by clicking on the indicator to "confirm" and...

Priority: Wishlist
Status: Confirmed

* Get the device manager singleton inside the class to make it a big more self contained * Remove unused const * DRY checkbutton creation * Minor code style *...

Re: the "apps using lots of power" feature, we could probably reimplement it with the new Dock API, but nobody has complained about it being missing so I'm not gonna...

Release

## Problem We have 16px of width in symbolic icons and 24px and 38px vertically in color icons to work with for battery levels, but we're currently only using 4...

Priority: Wishlist
Needs Design

Fixes #256 Handle coarse battery level for devices like keyboards and mice that don't report accurate discrete percentages. Brings us in line with new Power Settings ![Screenshot from 2024-08-23 11...