summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-11-04 23:16:10 +0100
committerSimon Steinbeiß <ochosi@xfce.org>2020-11-06 22:53:36 +0100
commitb4c4d7f2c2cd4b01b3031322e3b7cf7abe63b1ab (patch)
tree1fbe4a04631808a9b95604413c79ed631a4a3610 /common
parentedd06d360173ba1e3d154fab38ba158fd42bee93 (diff)
downloadixfce4-power-manager-b4c4d7f2c2cd4b01b3031322e3b7cf7abe63b1ab.tar.gz
Move default icon names into one place
Diffstat (limited to 'common')
-rw-r--r--common/xfpm-icons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xfpm-icons.h b/common/xfpm-icons.h
index 6fe719d5..0e6ef6d8 100644
--- a/common/xfpm-icons.h
+++ b/common/xfpm-icons.h
@@ -35,6 +35,9 @@ G_BEGIN_DECLS
#define XFPM_TABLET_ICON "tablet"
#define XFPM_UPS_ICON "uninterruptible-power-supply"
#define XFPM_MONITOR_ICON "video-display"
+#define PANEL_DEFAULT_ICON "battery-full-charged"
+#define PANEL_DEFAULT_ICON_SYMBOLIC "battery-full-charged-symbolic"
+#define PRESENTATION_MODE_ICON "x-office-presentation-symbolic"
G_END_DECLS