Battery icon issue #1289
mahaveergurjar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Battery icon not show when charging plug in
try with this command then show
notify-send -i battery-level-80-charging-symbolic "Battery" "80% Charging"
change into this then work
notify-send -a "HyDE Power" -t 5000 -r 5 -u "${urgency:-normal}" -i "battery-level-${steps:-100}-charging-symbolic" "Charger Plug In" "Battery is at $battery_percentage%."
Beta Was this translation helpful? Give feedback.
All reactions