From f069994c98d0952114200d58165eb7611d76f4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 4 Oct 2011 19:21:20 +0100 Subject: [PATCH] icon-naming-spec: Add some battery status icons names Fixes https://bugs.freedesktop.org/show_bug.cgi?id=41458 --- spec/icon-naming-spec.xml | 60 ++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 57 insertions(+), 3 deletions(-) diff --git a/spec/icon-naming-spec.xml b/spec/icon-naming-spec.xml index bf596d2..bfca10b 100644 --- a/spec/icon-naming-spec.xml +++ b/spec/icon-naming-spec.xml @@ -1845,15 +1845,69 @@ The icon used to indicate the muted state for audio playback. battery-caution -The icon used when the battery is below 40%. +The icon used when the battery is below 20%. - battery-low + battery-caution-charging -The icon used when the battery is below 20%. +The icon used when the battery is below 20% and charging. + + + + battery-empty + +The icon used when the battery is empty. + + + + battery-full + +The icon used when the battery is full. + + + + battery-full-charged + +The icon used when the battery is full and charged. + + + + battery-full-charging + +The icon used when the battery is full and charging. + + + + battery-good + +The icon used when the battery is below 60%. + + battery-good-charging + +The icon used when the battery is below 60% and charging. + + + + battery-low + +The icon used when the battery is below 40%. + + + + battery-low-charging + +The icon used when the battery is below 40% and charging. + + + + battery-missing + +The icon used when the battery is missing. + + dialog-error -- 1.7.5.4