From 2a7d19e76661342b74bbac78e8c98dcd9cdc4774 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 5 Feb 2017 13:18:06 -0500 Subject: table with used icons --- README.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d846a..df21141 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ From left to right: - [volume-widget](https://github.com/streetturtle/AwesomeWM/tree/master/volume-widget) - [battery-widget](https://github.com/streetturtle/AwesomeWM/tree/master/battery-widget) -These widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily changed to any other icon theme. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets: +These widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily +changed to any other icon theme. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets: ```lua ... @@ -31,6 +32,86 @@ sprtr, [Install](https://github.com/horst3180/arc-icon-theme#installation) Arc icon theme and follow installation instructions of each widget. +Alternatively you can just download the icons which are used from the Arc repository. Or create your own icons with +the same name. Here is the list of icons used: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WidgetIcon nameIconArc Path
email-widgetmail-message-new.png
/usr/share/icons/Arc/actions/22/
mail-mark-unread.png
brightness-widgetdisplay-brightness-symbolic.svg/usr/share/icons/Arc/status/symbolic/
volume-widgetaudio-volume-muted-symbolic.svg/usr/share/icons/Arc/status/symbolic/
audio-volume-low-symbolic.svg
audio-volume-medium-symbolic.svg
audio-volume-high-symbolic.svg
battery-widgetbattery-caution-symbolic.svg/usr/share/icons/Arc/status/symbolic/
battery-caution-charging-symbolic.svg
battery-low-symbolic.svg
battery-low-charging-symbolic.svg
battery-good-symbolic.svg
battery-good-charging-symbolic.svg
battery-full-symbolic.svg
battery-full-charging-symbolic.svg
+ In case of any questions/suggestions don't hesitate to contact me, I would be happy to help :) PRs/issues are welcome! -- cgit v1.2.3