From 0533ee8cd5db0df19a24ba78f8c37c1f7a7be4d5 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sun, 7 Dec 2014 03:04:35 +0300 Subject: [PATCH] add #38 --- .../desktops/bar-template.desktop | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sources/awesome-widget/desktops/bar-template.desktop diff --git a/sources/awesome-widget/desktops/bar-template.desktop b/sources/awesome-widget/desktops/bar-template.desktop new file mode 100644 index 0000000..9ba2504 --- /dev/null +++ b/sources/awesome-widget/desktops/bar-template.desktop @@ -0,0 +1,23 @@ +[Desktop Entry] +Encoding=UTF-8 +# name should be barN and uniq +Name=bar100500 +Comment=Template for the AW bars +# value to show. Supported types are +# cpu, cpu[0-9], mem, swap, bat +X-AW-Value=cpu +# active color, RGBA +# you should use double quotes +X-AW-ActiveColor="0,0,0,255" +# inactive color, RGBA +# you should use double quotes +X-AW-InactiveColor="255,255,255,255" +# bar type. Supported types are +# Horizontal, Vertical, Circle +X-AW-Type=Horizontal +# direction. LeftToRight or RightToLeft +X-AW-Direction=LeftToRight +# height in pixels +X-AW-Height=25 +# width in pixels +X-AW-Width=100