Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: .bash_profile
===================================================================
--- .bash_profile	(nonexistent)
+++ .bash_profile	(revision 5)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ -f ~/.bashrc ]; then
+  . ~/.bashrc
+fi
+
+export PATH=$PATH:$HOME/bin
Index: .bashrc
===================================================================
--- .bashrc	(nonexistent)
+++ .bashrc	(revision 5)
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# .bashrc - is executed for interactive non-login shells,
+#           while .bash_profile is executed for login shells.
+#
Index: .config/openbox/autostart
===================================================================
--- .config/openbox/autostart	(nonexistent)
+++ .config/openbox/autostart	(revision 5)
@@ -0,0 +1,10 @@
+
+setxkbmap -model px105 -layout us,ru -variant ,winkeys -option grp:alt_shift_toggle
+
+feh --bg-fill $HOME/pixmaps/desktop/background-2560x1600.jpeg &
+
+tint2 &
+nm-applet &
+
+sleep 1
+conky-clock

Property changes on: .config/openbox/autostart
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .config/openbox/environment
===================================================================
--- .config/openbox/environment	(nonexistent)
+++ .config/openbox/environment	(revision 5)
@@ -0,0 +1,2 @@
+
+export PATH=$HOME/bin:$PATH

Property changes on: .config/openbox/environment
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .config/openbox/menu.xml
===================================================================
--- .config/openbox/menu.xml	(nonexistent)
+++ .config/openbox/menu.xml	(revision 5)
@@ -0,0 +1,394 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<openbox_menu xmlns="http://openbox.org/3.4/menu">
+
+<menu id="apps-accessories-menu" label="Accessories">
+  <item label="Calculator">
+    <action name="Execute">
+      <command>gnome-calculator</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Character Map">
+    <action name="Execute">
+      <command>gnome-character-map</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Ark File Archiver">
+    <action name="Execute">
+      <command>ark</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
+<menu id="apps-editors-menu" label="Editors">
+  <item label="GVim">
+    <action name="Execute">
+      <command>gvim</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+        <wmclass>GVim</wmclass>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Emacs">
+    <action name="Execute">
+      <command>emacs</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+        <wmclass>Emacs</wmclass>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="GEdit">
+    <action name="Execute">
+      <command>gedit</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Kate">
+    <action name="Execute">
+      <command>kate</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Kwrite">
+    <action name="Execute">
+      <command>kwrite</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
+<menu id="apps-term-menu" label="Terminals">
+  <item label="Rxvt Unicode">
+    <action name="Execute">
+      <command>urxvt</command>
+    </action>
+  </item>
+  <item label="Gnome Terminal">
+    <action name="Execute">
+      <command>gnome-terminal</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Xfce Terminal">
+    <action name="Execute">
+      <command>xfce4-terminal</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Konsole">
+    <action name="Execute">
+      <command>konsole</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Xterm">
+    <action name="Execute"><command>xterm-utf8.en.sh</command></action>
+  </item>
+</menu>
+
+<menu id="apps-net-menu" label="Internet">
+  <item label="Firefox">
+    <action name="Execute">
+      <command>firefox</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+        <wmclass>Firefox</wmclass>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Opera">
+    <action name="Execute">
+      <command>opera</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+        <wmclass>Opera</wmclass>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Konqueror">
+    <action name="Execute">
+      <command>konqueror</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Epiphany">
+    <action name="Execute">
+      <command>epiphany</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Pidgin Instant Messenger">
+    <action name="Execute">
+      <command>pidgin</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Kopete Instant Messenger">
+    <action name="Execute">
+      <command>kopete</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="XChat">
+    <action name="Execute">
+      <command>xchat</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
+<menu id="apps-office-menu" label="Office">
+  <item label="OpenOffice Base">
+    <action name="Execute">
+      <command>ooffice -base</command>
+    </action>
+  </item>
+  <item label="OpenOffice Calc">
+    <action name="Execute">
+      <command>ooffice -calc</command>
+    </action>
+  </item>
+  <item label="OpenOffice Draw">
+    <action name="Execute">
+      <command>ooffice -draw</command>
+    </action>
+  </item>
+  <item label="OpenOffice Impress">
+    <action name="Execute">
+      <command>ooffice -impress</command>
+    </action>
+  </item>
+  <item label="OpenOffice Math">
+    <action name="Execute">
+      <command>ooffice -math</command>
+    </action>
+  </item>
+  <item label="OpenOffice Printer Administration">
+    <action name="Execute">
+      <command>ooffice-printeradmin</command>
+    </action>
+  </item>
+  <item label="OpenOffice Writer">
+    <action name="Execute">
+      <command>ooffice -writer</command>
+    </action>
+  </item>
+</menu>
+
+<menu id="apps-multimedia-menu" label="Multimedia">
+  <item label="Amarok">
+    <action name="Execute">
+      <command>amarok</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Rhythmbox">
+    <action name="Execute">
+      <command>rhythmbox</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="K3b">
+    <action name="Execute">
+      <command>k3b</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="MPlayer">
+    <action name="Execute">
+      <command>gmplayer</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+        <wmclass>MPlayer</wmclass>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Totem">
+    <action name="Execute">
+      <command>totem</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
+<menu id="apps-fileman-menu" label="File Managers">
+  <item label="Nautilus">
+    <action name="Execute">
+      <command>nautilus --no-desktop --browser</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Thunar">
+    <action name="Execute">
+      <command>Thunar</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="KDE File Manager">
+    <action name="Execute">
+      <command>kfmclient openURL ~</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Rox">
+    <action name="Execute">
+      <command>rox</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+        <wmclass>ROX-Filer</wmclass>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="PCMan File Manager">
+    <action name="Execute">
+      <command>pcmanfm</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
+<menu id="apps-graphics-menu" label="Graphics">
+  <item label="Gimp">
+    <action name="Execute">
+      <command>gimp</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Gwenview">
+    <action name="Execute">
+      <command>gwenview</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Dia Diagram Editor">
+    <action name="Execute">
+      <command>dia</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Inkscape">
+    <action name="Execute">
+      <command>inkscape</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
+<menu id="system-menu" label="System">
+  <item label="Openbox Configuration Manager">
+    <action name="Execute">
+      <command>obconf</command>
+      <startupnotify><enabled>yes</enabled></startupnotify>
+    </action>
+  </item>
+  <item label="Gnome Control Center">
+    <action name="Execute">
+      <command>gnome-control-center</command>
+      <startupnotify><enabled>yes</enabled></startupnotify>
+    </action>
+  </item>
+  <item label="KDE Control Center">
+    <action name="Execute">
+      <command>kcontrol</command>
+      <startupnotify><enabled>yes</enabled></startupnotify>
+    </action>
+  </item>
+  <item label="Xfce Settings">
+    <action name="Execute">
+      <command>xfce-setting-show</command>
+      <startupnotify><enabled>yes</enabled></startupnotify>
+    </action>
+  </item>
+  <item label="Manage Cups Printers">
+    <action name="Execute">
+      <command>xdg-open http://localhost:631/</command>
+      <startupnotify>
+        <enabled>no</enabled>
+        <icon>cups</icon>
+      </startupnotify>
+    </action>
+  </item>
+  <separator />
+  <item label="Reconfigure Openbox">
+    <action name="Reconfigure" />
+  </item>
+</menu>
+
+<menu id="root-menu" label="Openbox 3">
+  <separator label="Applications" />
+  <menu id="apps-accessories-menu"/>
+  <menu id="apps-editors-menu"/>
+  <menu id="apps-graphics-menu"/>
+  <menu id="apps-net-menu"/>
+  <menu id="apps-office-menu"/>
+  <menu id="apps-multimedia-menu"/>
+  <menu id="apps-term-menu"/>
+  <menu id="apps-fileman-menu"/>
+  <separator label="System" />
+  <menu id="system-menu"/>
+  <separator />
+  <item label="Log Out">
+    <action name="Exit">
+      <prompt>yes</prompt>
+    </action>
+  </item>
+</menu>
+
+</openbox_menu>
Index: .config/openbox/rc.xml
===================================================================
--- .config/openbox/rc.xml	(nonexistent)
+++ .config/openbox/rc.xml	(revision 5)
@@ -0,0 +1,784 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Do not edit this file, it will be overwritten on install.
+        Copy the file to $HOME/.config/openbox/ instead. -->
+<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
+  <resistance>
+    <strength>10</strength>
+    <screen_edge_strength>20</screen_edge_strength>
+  </resistance>
+  <focus>
+    <focusNew>yes</focusNew>
+    <!-- always try to focus new windows when they appear. other rules do
+       apply -->
+    <followMouse>no</followMouse>
+    <!-- move focus to a window when you move the mouse into it -->
+    <focusLast>yes</focusLast>
+    <!-- focus the last used window when changing desktops, instead of the one
+       under the mouse pointer. when followMouse is enabled -->
+    <underMouse>no</underMouse>
+    <!-- move focus under the mouse, even when the mouse is not moving -->
+    <focusDelay>200</focusDelay>
+    <!-- when followMouse is enabled, the mouse must be inside the window for
+       this many milliseconds (1000 = 1 sec) before moving focus to it -->
+    <raiseOnFocus>no</raiseOnFocus>
+    <!-- when followMouse is enabled, and a window is given focus by moving the
+       mouse into it, also raise the window -->
+  </focus>
+  <placement>
+    <policy>Smart</policy>
+    <!-- 'Smart' or 'UnderMouse' -->
+    <center>yes</center>
+    <!-- whether to place windows in the center of the free area found or
+       the top left corner -->
+    <monitor>Primary</monitor>
+    <!-- with Smart placement on a multi-monitor system, try to place new windows
+       on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
+       the active window is, 'Primary' - only on the primary monitor -->
+    <primaryMonitor>1</primaryMonitor>
+    <!-- The monitor where Openbox should place popup dialogs such as the
+       focus cycling popup, or the desktop switch popup.  It can be an index
+       from 1, specifying a particular monitor.  Or it can be one of the
+       following: 'Mouse' - where the mouse is, or
+                  'Active' - where the active window is -->
+  </placement>
+  <theme>
+    <name>Onyx-Citrus</name>
+    <titleLayout>NLIMC</titleLayout>
+    <!--
+      available characters are NDSLIMC, each can occur at most once.
+      N: window icon
+      L: window label (AKA title).
+      I: iconify
+      M: maximize
+      C: close
+      S: shade (roll up/down)
+      D: omnipresent (on all desktops).
+  -->
+    <keepBorder>yes</keepBorder>
+    <animateIconify>yes</animateIconify>
+    <font place="ActiveWindow">
+      <name>sans</name>
+      <size>8</size>
+      <!-- font size in points -->
+      <weight>bold</weight>
+      <!-- 'bold' or 'normal' -->
+      <slant>normal</slant>
+      <!-- 'italic' or 'normal' -->
+    </font>
+    <font place="InactiveWindow">
+      <name>sans</name>
+      <size>8</size>
+      <!-- font size in points -->
+      <weight>bold</weight>
+      <!-- 'bold' or 'normal' -->
+      <slant>normal</slant>
+      <!-- 'italic' or 'normal' -->
+    </font>
+    <font place="MenuHeader">
+      <name>sans</name>
+      <size>9</size>
+      <!-- font size in points -->
+      <weight>normal</weight>
+      <!-- 'bold' or 'normal' -->
+      <slant>normal</slant>
+      <!-- 'italic' or 'normal' -->
+    </font>
+    <font place="MenuItem">
+      <name>sans</name>
+      <size>9</size>
+      <!-- font size in points -->
+      <weight>normal</weight>
+      <!-- 'bold' or 'normal' -->
+      <slant>normal</slant>
+      <!-- 'italic' or 'normal' -->
+    </font>
+    <font place="ActiveOnScreenDisplay">
+      <name>sans</name>
+      <size>9</size>
+      <!-- font size in points -->
+      <weight>bold</weight>
+      <!-- 'bold' or 'normal' -->
+      <slant>normal</slant>
+      <!-- 'italic' or 'normal' -->
+    </font>
+    <font place="InactiveOnScreenDisplay">
+      <name>sans</name>
+      <size>9</size>
+      <!-- font size in points -->
+      <weight>bold</weight>
+      <!-- 'bold' or 'normal' -->
+      <slant>normal</slant>
+      <!-- 'italic' or 'normal' -->
+    </font>
+  </theme>
+  <desktops>
+    <!-- this stuff is only used at startup, pagers allow you to change them
+       during a session
+
+       these are default values to use when other ones are not already set
+       by other applications, or saved in your session
+
+       use obconf if you want to change these without having to log out
+       and back in -->
+    <number>4</number>
+    <firstdesk>1</firstdesk>
+    <names>
+      <name>Desktop 1</name>
+      <name>Desktop 2</name>
+      <name>Desktop 3</name>
+      <name>Desktop 4</name>
+    </names>
+    <popupTime>875</popupTime>
+    <!-- The number of milliseconds to show the popup for when switching
+       desktops.  Set this to 0 to disable the popup. -->
+  </desktops>
+  <resize>
+    <drawContents>yes</drawContents>
+    <popupShow>Nonpixel</popupShow>
+    <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
+    <popupPosition>Center</popupPosition>
+    <!-- 'Center', 'Top', or 'Fixed' -->
+    <popupFixedPosition>
+      <!-- these are used if popupPosition is set to 'Fixed' -->
+      <x>10</x>
+      <!-- positive number for distance from left edge, negative number for
+         distance from right edge, or 'Center' -->
+      <y>10</y>
+      <!-- positive number for distance from top edge, negative number for
+         distance from bottom edge, or 'Center' -->
+    </popupFixedPosition>
+  </resize>
+  <!-- You can reserve a portion of your screen where windows will not cover when
+     they are maximized, or when they are initially placed.
+     Many programs reserve space automatically, but you can use this in other
+     cases. -->
+  <margins>
+    <top>0</top>
+    <bottom>0</bottom>
+    <left>0</left>
+    <right>0</right>
+  </margins>
+  <dock>
+    <position>TopLeft</position>
+    <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
+    <floatingX>0</floatingX>
+    <floatingY>0</floatingY>
+    <noStrut>no</noStrut>
+    <stacking>Above</stacking>
+    <!-- 'Above', 'Normal', or 'Below' -->
+    <direction>Vertical</direction>
+    <!-- 'Vertical' or 'Horizontal' -->
+    <autoHide>no</autoHide>
+    <hideDelay>300</hideDelay>
+    <!-- in milliseconds (1000 = 1 second) -->
+    <showDelay>300</showDelay>
+    <!-- in milliseconds (1000 = 1 second) -->
+    <moveButton>Middle</moveButton>
+    <!-- 'Left', 'Middle', 'Right' -->
+  </dock>
+  <keyboard>
+    <chainQuitKey>C-g</chainQuitKey>
+    <!-- Keybindings for desktop switching -->
+    <keybind key="C-A-Left">
+      <action name="GoToDesktop">
+        <to>left</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="C-A-Right">
+      <action name="GoToDesktop">
+        <to>right</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="C-A-Up">
+      <action name="GoToDesktop">
+        <to>up</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="C-A-Down">
+      <action name="GoToDesktop">
+        <to>down</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="S-A-Left">
+      <action name="SendToDesktop">
+        <to>left</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="S-A-Right">
+      <action name="SendToDesktop">
+        <to>right</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="S-A-Up">
+      <action name="SendToDesktop">
+        <to>up</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="S-A-Down">
+      <action name="SendToDesktop">
+        <to>down</to>
+        <wrap>no</wrap>
+      </action>
+    </keybind>
+    <keybind key="W-F1">
+      <action name="GoToDesktop">
+        <to>1</to>
+      </action>
+    </keybind>
+    <keybind key="W-F2">
+      <action name="GoToDesktop">
+        <to>2</to>
+      </action>
+    </keybind>
+    <keybind key="W-F3">
+      <action name="GoToDesktop">
+        <to>3</to>
+      </action>
+    </keybind>
+    <keybind key="W-F4">
+      <action name="GoToDesktop">
+        <to>4</to>
+      </action>
+    </keybind>
+    <keybind key="W-d">
+      <action name="ToggleShowDesktop"/>
+    </keybind>
+    <!-- Keybindings for windows -->
+    <keybind key="A-F4">
+      <action name="Close"/>
+    </keybind>
+    <keybind key="A-Escape">
+      <action name="Lower"/>
+      <action name="FocusToBottom"/>
+      <action name="Unfocus"/>
+    </keybind>
+    <keybind key="A-space">
+      <action name="ShowMenu">
+        <menu>client-menu</menu>
+      </action>
+    </keybind>
+    <!-- Keybindings for window switching -->
+    <keybind key="A-Tab">
+      <action name="NextWindow">
+        <finalactions>
+          <action name="Focus"/>
+          <action name="Raise"/>
+          <action name="Unshade"/>
+        </finalactions>
+      </action>
+    </keybind>
+    <keybind key="A-S-Tab">
+      <action name="PreviousWindow">
+        <finalactions>
+          <action name="Focus"/>
+          <action name="Raise"/>
+          <action name="Unshade"/>
+        </finalactions>
+      </action>
+    </keybind>
+    <keybind key="C-A-Tab">
+      <action name="NextWindow">
+        <panels>yes</panels>
+        <desktop>yes</desktop>
+        <finalactions>
+          <action name="Focus"/>
+          <action name="Raise"/>
+          <action name="Unshade"/>
+        </finalactions>
+      </action>
+    </keybind>
+    <!-- Keybindings for window switching with the arrow keys -->
+    <keybind key="W-S-Right">
+      <action name="DirectionalCycleWindows">
+        <direction>right</direction>
+      </action>
+    </keybind>
+    <keybind key="W-S-Left">
+      <action name="DirectionalCycleWindows">
+        <direction>left</direction>
+      </action>
+    </keybind>
+    <keybind key="W-S-Up">
+      <action name="DirectionalCycleWindows">
+        <direction>up</direction>
+      </action>
+    </keybind>
+    <keybind key="W-S-Down">
+      <action name="DirectionalCycleWindows">
+        <direction>down</direction>
+      </action>
+    </keybind>
+    <!-- Keybindings for running applications -->
+    <keybind key="W-e">
+      <action name="Execute">
+        <startupnotify>
+          <enabled>true</enabled>
+          <name>Konqueror</name>
+        </startupnotify>
+        <command>kfmclient openProfile filemanagement</command>
+      </action>
+    </keybind>
+  </keyboard>
+  <mouse>
+    <dragThreshold>1</dragThreshold>
+    <!-- number of pixels the mouse must move before a drag begins -->
+    <doubleClickTime>500</doubleClickTime>
+    <!-- in milliseconds (1000 = 1 second) -->
+    <screenEdgeWarpTime>400</screenEdgeWarpTime>
+    <!-- Time before changing desktops when the pointer touches the edge of the
+       screen while moving a window, in milliseconds (1000 = 1 second).
+       Set this to 0 to disable warping -->
+    <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
+    <!-- Set this to TRUE to move the mouse pointer across the desktop when
+       switching due to hitting the edge of the screen -->
+    <context name="Frame">
+      <mousebind button="A-Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+      <mousebind button="A-Left" action="Click">
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="A-Left" action="Drag">
+        <action name="Move"/>
+      </mousebind>
+      <mousebind button="A-Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="A-Right" action="Drag">
+        <action name="Resize"/>
+      </mousebind>
+      <mousebind button="A-Middle" action="Press">
+        <action name="Lower"/>
+        <action name="FocusToBottom"/>
+        <action name="Unfocus"/>
+      </mousebind>
+      <mousebind button="A-Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+      <mousebind button="C-A-Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="C-A-Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-S-Up" action="Click">
+        <action name="SendToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-S-Down" action="Click">
+        <action name="SendToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Titlebar">
+      <mousebind button="Left" action="Drag">
+        <action name="Move"/>
+      </mousebind>
+      <mousebind button="Left" action="DoubleClick">
+        <action name="ToggleMaximize"/>
+      </mousebind>
+      <mousebind button="Up" action="Click">
+        <action name="if">
+          <shaded>no</shaded>
+          <then>
+            <action name="Shade"/>
+            <action name="FocusToBottom"/>
+            <action name="Unfocus"/>
+            <action name="Lower"/>
+          </then>
+        </action>
+      </mousebind>
+      <mousebind button="Down" action="Click">
+        <action name="if">
+          <shaded>yes</shaded>
+          <then>
+            <action name="Unshade"/>
+            <action name="Raise"/>
+          </then>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Middle" action="Press">
+        <action name="Lower"/>
+        <action name="FocusToBottom"/>
+        <action name="Unfocus"/>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="ShowMenu">
+          <menu>client-menu</menu>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Top">
+      <mousebind button="Left" action="Drag">
+        <action name="Resize">
+          <edge>top</edge>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Left">
+      <mousebind button="Left" action="Drag">
+        <action name="Resize">
+          <edge>left</edge>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Right">
+      <mousebind button="Left" action="Drag">
+        <action name="Resize">
+          <edge>right</edge>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Bottom">
+      <mousebind button="Left" action="Drag">
+        <action name="Resize">
+          <edge>bottom</edge>
+        </action>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="ShowMenu">
+          <menu>client-menu</menu>
+        </action>
+      </mousebind>
+    </context>
+    <context name="TRCorner BRCorner TLCorner BLCorner">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Left" action="Drag">
+        <action name="Resize"/>
+      </mousebind>
+    </context>
+    <context name="Client">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+      <mousebind button="Middle" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+    </context>
+    <context name="Icon">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+        <action name="ShowMenu">
+          <menu>client-menu</menu>
+        </action>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="ShowMenu">
+          <menu>client-menu</menu>
+        </action>
+      </mousebind>
+    </context>
+    <context name="AllDesktops">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Left" action="Click">
+        <action name="ToggleOmnipresent"/>
+      </mousebind>
+    </context>
+    <context name="Shade">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+      <mousebind button="Left" action="Click">
+        <action name="ToggleShade"/>
+      </mousebind>
+    </context>
+    <context name="Iconify">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+      <mousebind button="Left" action="Click">
+        <action name="Iconify"/>
+      </mousebind>
+    </context>
+    <context name="Maximize">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Middle" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Left" action="Click">
+        <action name="ToggleMaximize"/>
+      </mousebind>
+      <mousebind button="Middle" action="Click">
+        <action name="ToggleMaximize">
+          <direction>vertical</direction>
+        </action>
+      </mousebind>
+      <mousebind button="Right" action="Click">
+        <action name="ToggleMaximize">
+          <direction>horizontal</direction>
+        </action>
+      </mousebind>
+    </context>
+    <context name="Close">
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Unshade"/>
+      </mousebind>
+      <mousebind button="Left" action="Click">
+        <action name="Close"/>
+      </mousebind>
+    </context>
+    <context name="Desktop">
+      <mousebind button="Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+      <mousebind button="C-A-Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="C-A-Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+      <mousebind button="Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+      </mousebind>
+    </context>
+    <context name="Root">
+      <!-- Menus -->
+      <mousebind button="Middle" action="Press">
+        <action name="ShowMenu">
+          <menu>client-list-combined-menu</menu>
+        </action>
+      </mousebind>
+      <mousebind button="Right" action="Press">
+        <action name="ShowMenu">
+          <menu>root-menu</menu>
+        </action>
+      </mousebind>
+    </context>
+    <context name="MoveResize">
+      <mousebind button="Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-Up" action="Click">
+        <action name="GoToDesktop">
+          <to>previous</to>
+        </action>
+      </mousebind>
+      <mousebind button="A-Down" action="Click">
+        <action name="GoToDesktop">
+          <to>next</to>
+        </action>
+      </mousebind>
+    </context>
+  </mouse>
+  <menu>
+    <!-- You can specify more than one menu file in here and they are all loaded,
+       just don't make menu ids clash or, well, it'll be kind of pointless -->
+    <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
+    <file>menu.xml</file>
+    <hideDelay>200</hideDelay>
+    <!-- if a press-release lasts longer than this setting (in milliseconds), the
+       menu is hidden again -->
+    <middle>no</middle>
+    <!-- center submenus vertically about the parent entry -->
+    <submenuShowDelay>100</submenuShowDelay>
+    <!-- time to delay before showing a submenu after hovering over the parent
+       entry.
+       if this is a negative value, then the delay is infinite and the
+       submenu will not be shown until it is clicked on -->
+    <submenuHideDelay>400</submenuHideDelay>
+    <!-- time to delay before hiding a submenu when selecting another
+       entry in parent menu
+       if this is a negative value, then the delay is infinite and the
+       submenu will not be hidden until a different submenu is opened -->
+    <showIcons>yes</showIcons>
+    <!-- controls if icons appear in the client-list-(combined-)menu -->
+    <manageDesktops>yes</manageDesktops>
+    <!-- show the manage desktops section in the client-list-(combined-)menu -->
+  </menu>
+  <applications>
+    <!--
+  # this is an example with comments through out. use these to make your
+  # own rules, but without the comments of course.
+  # you may use one or more of the name/class/role/title/type rules to specify
+  # windows to match
+
+  <application name="the window's _OB_APP_NAME property (see obxprop)"
+              class="the window's _OB_APP_CLASS property (see obxprop)"
+          groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
+         groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
+               role="the window's _OB_APP_ROLE property (see obxprop)"
+              title="the window's _OB_APP_TITLE property (see obxprop)"
+               type="the window's _OB_APP_TYPE property (see obxprob)..
+                      (if unspecified, then it is 'dialog' for child windows)">
+  # you may set only one of name/class/role/title/type, or you may use more
+  # than one together to restrict your matches.
+
+  # the name, class, role, and title use simple wildcard matching such as those
+  # used by a shell. you can use * to match any characters and ? to match
+  # any single character.
+
+  # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
+  #    or desktop
+
+  # when multiple rules match a window, they will all be applied, in the
+  # order that they appear in this list
+
+
+    # each rule element can be left out or set to 'default' to specify to not 
+    # change that attribute of the window
+
+    <decor>yes</decor>
+    # enable or disable window decorations
+
+    <shade>no</shade>
+    # make the window shaded when it appears, or not
+
+    <position force="no">
+      # the position is only used if both an x and y coordinate are provided
+      # (and not set to 'default')
+      # when force is "yes", then the window will be placed here even if it
+      # says you want it placed elsewhere.  this is to override buggy
+      # applications who refuse to behave
+      <x>center</x>
+      # a number like 50, or 'center' to center on screen. use a negative number
+      # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
+      # the right edge (or bottom). use 'default' to specify using value
+      # provided by the application, or chosen by openbox, instead.
+      <y>200</y>
+      <monitor>1</monitor>
+      # specifies the monitor in a xinerama setup.
+      # 1 is the first head, or 'mouse' for wherever the mouse is
+    </position>
+
+    <size>
+      # the size to make the window.
+      <width>20</width>
+      # a number like 20, or 'default' to use the size given by the application.
+      # you can use fractions such as 1/2 or percentages such as 75% in which
+      # case the value is relative to the size of the monitor that the window
+      # appears on.
+      <height>30%</height>
+    </size>
+
+    <focus>yes</focus>
+    # if the window should try be given focus when it appears. if this is set
+    # to yes it doesn't guarantee the window will be given focus. some
+    # restrictions may apply, but Openbox will try to
+
+    <desktop>1</desktop>
+    # 1 is the first desktop, 'all' for all desktops
+
+    <layer>normal</layer>
+    # 'above', 'normal', or 'below'
+
+    <iconic>no</iconic>
+    # make the window iconified when it appears, or not
+
+    <skip_pager>no</skip_pager>
+    # asks to not be shown in pagers
+
+    <skip_taskbar>no</skip_taskbar>
+    # asks to not be shown in taskbars. window cycling actions will also
+    # skip past such windows
+
+    <fullscreen>yes</fullscreen>
+    # make the window in fullscreen mode when it appears
+
+    <maximized>true</maximized>
+    # 'Horizontal', 'Vertical' or boolean (yes/no)
+  </application>
+
+  # end of the example
+-->
+  </applications>
+</openbox_config>
Index: .config/openbox
===================================================================
--- .config/openbox	(nonexistent)
+++ .config/openbox	(revision 5)

Property changes on: .config/openbox
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .config/tint2/tint2rc
===================================================================
--- .config/tint2/tint2rc	(nonexistent)
+++ .config/tint2/tint2rc	(revision 5)
@@ -0,0 +1,222 @@
+#---- Generated by tint2conf ecba ----
+# See https://gitlab.com/o9000/tint2/wikis/Configure for 
+# full documentation of the configuration options.
+#-------------------------------------
+# Gradients
+#-------------------------------------
+# Backgrounds
+# Background 1: Panel
+rounded = 0
+border_width = 0
+border_sides = TBLR
+border_content_tint_weight = 0
+background_content_tint_weight = 0
+background_color = #000000 60
+border_color = #000000 30
+background_color_hover = #000000 60
+border_color_hover = #000000 30
+background_color_pressed = #000000 60
+border_color_pressed = #000000 30
+
+# Background 2: Default task, Iconified task
+rounded = 4
+border_width = 1
+border_sides = TBLR
+border_content_tint_weight = 0
+background_content_tint_weight = 0
+background_color = #777777 20
+border_color = #777777 30
+background_color_hover = #aaaaaa 22
+border_color_hover = #eaeaea 44
+background_color_pressed = #555555 4
+border_color_pressed = #eaeaea 44
+
+# Background 3: Active task
+rounded = 4
+border_width = 1
+border_sides = TBLR
+border_content_tint_weight = 0
+background_content_tint_weight = 0
+background_color = #777777 20
+border_color = #ffffff 40
+background_color_hover = #aaaaaa 22
+border_color_hover = #eaeaea 44
+background_color_pressed = #555555 4
+border_color_pressed = #eaeaea 44
+
+# Background 4: Urgent task
+rounded = 4
+border_width = 1
+border_sides = TBLR
+border_content_tint_weight = 0
+background_content_tint_weight = 0
+background_color = #aa4400 100
+border_color = #aa7733 100
+background_color_hover = #cc7700 100
+border_color_hover = #aa7733 100
+background_color_pressed = #555555 4
+border_color_pressed = #aa7733 100
+
+# Background 5: Tooltip
+rounded = 1
+border_width = 1
+border_sides = TBLR
+border_content_tint_weight = 0
+background_content_tint_weight = 0
+background_color = #222222 100
+border_color = #333333 100
+background_color_hover = #ffffaa 100
+border_color_hover = #000000 100
+background_color_pressed = #ffffaa 100
+border_color_pressed = #000000 100
+
+#-------------------------------------
+# Panel
+panel_items = LST:C
+panel_size = 100% 36
+panel_margin = 0 0
+panel_padding = 8 2 2
+panel_background_id = 1
+wm_menu = 1
+panel_dock = 0
+panel_pivot_struts = 0
+panel_position = bottom center horizontal
+panel_layer = top
+panel_monitor = all
+panel_shrink = 0
+autohide = 0
+autohide_show_timeout = 0
+autohide_hide_timeout = 0.5
+autohide_height = 2
+strut_policy = follow_size
+panel_window_name = tint2
+disable_transparency = 1
+mouse_effects = 1
+font_shadow = 0
+mouse_hover_icon_asb = 100 0 10
+mouse_pressed_icon_asb = 100 0 0
+scale_relative_to_dpi = 0
+scale_relative_to_screen_height = 0
+
+#-------------------------------------
+# Taskbar
+taskbar_mode = single_desktop
+taskbar_hide_if_empty = 0
+taskbar_padding = 0 0 2
+taskbar_background_id = 0
+taskbar_active_background_id = 0
+taskbar_name = 1
+taskbar_hide_inactive_tasks = 0
+taskbar_hide_different_monitor = 0
+taskbar_hide_different_desktop = 0
+taskbar_always_show_all_desktop_tasks = 0
+taskbar_name_padding = 4 2
+taskbar_name_background_id = 0
+taskbar_name_active_background_id = 0
+taskbar_name_font_color = #e3e3e3 100
+taskbar_name_active_font_color = #ffffff 100
+taskbar_distribute_size = 0
+taskbar_sort_order = none
+task_align = left
+
+#-------------------------------------
+# Task
+task_text = 1
+task_icon = 1
+task_centered = 1
+urgent_nb_of_blink = 100000
+task_maximum_size = 150 35
+task_padding = 2 2 4
+task_tooltip = 1
+task_thumbnail = 0
+task_thumbnail_size = 210
+task_font_color = #ffffff 100
+task_background_id = 2
+task_active_background_id = 3
+task_urgent_background_id = 4
+task_iconified_background_id = 2
+mouse_left = toggle_iconify
+mouse_middle = none
+mouse_right = close
+mouse_scroll_up = toggle
+mouse_scroll_down = iconify
+
+#-------------------------------------
+# System tray (notification area)
+systray_padding = 0 4 2
+systray_background_id = 0
+systray_sort = ascending
+systray_icon_size = 24
+systray_icon_asb = 100 0 0
+systray_monitor = 1
+systray_name_filter = 
+
+#-------------------------------------
+# Launcher
+launcher_padding = 4 4 4
+launcher_background_id = 0
+launcher_icon_background_id = 0
+launcher_icon_size = 48
+launcher_icon_asb = 100 0 0
+launcher_icon_theme_override = 0
+startup_notifications = 1
+launcher_tooltip = 1
+launcher_item_app = tint2conf.desktop
+launcher_item_app = ~/.local/share/applications/XTerm.desktop
+
+#-------------------------------------
+# Clock
+time1_format = %H:%M
+time2_format = %A %d %B
+time1_font = Sans Bold 9
+time1_timezone = 
+time2_timezone = 
+time2_font = Sans 8
+clock_font_color = #ffffff 100
+clock_padding = 8 0
+clock_background_id = 0
+clock_tooltip = 
+clock_tooltip_timezone = 
+clock_lclick_command = 
+clock_rclick_command = orage
+clock_mclick_command = 
+clock_uwheel_command = 
+clock_dwheel_command = 
+
+#-------------------------------------
+# Battery
+battery_tooltip = 1
+battery_low_status = 10
+battery_low_cmd = xmessage 'tint2: Battery low!'
+battery_full_cmd = 
+battery_font_color = #ffffff 100
+bat1_format = 
+bat2_format = 
+battery_padding = 1 0
+battery_background_id = 0
+battery_hide = 101
+battery_lclick_command = 
+battery_rclick_command = 
+battery_mclick_command = 
+battery_uwheel_command = 
+battery_dwheel_command = 
+ac_connected_cmd = 
+ac_disconnected_cmd = 
+
+#-------------------------------------
+# Separator 1
+separator = new
+separator_background_id = 0
+separator_color = #777777 86
+separator_style = dots
+separator_size = 3
+separator_padding = 1 0
+
+#-------------------------------------
+# Tooltip
+tooltip_show_timeout = 0.5
+tooltip_hide_timeout = 0.1
+tooltip_padding = 4 4
+tooltip_background_id = 5
+tooltip_font_color = #dddddd 100
+
Index: .config/tint2
===================================================================
--- .config/tint2	(nonexistent)
+++ .config/tint2	(revision 5)

Property changes on: .config/tint2
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .config
===================================================================
--- .config	(nonexistent)
+++ .config	(revision 5)

Property changes on: .config
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .conky/clocks/hd/conkyrc
===================================================================
--- .conky/clocks/hd/conkyrc	(nonexistent)
+++ .conky/clocks/hd/conkyrc	(revision 5)
@@ -0,0 +1,70 @@
+# -— Conky settings -- #
+
+conky.config = {
+
+  background = true,
+
+  update_interval = 1,
+  total_run_times = 0,
+  net_avg_samples = 2,
+
+  override_utf8_locale = true,
+
+  double_buffer = true,
+  no_buffers = true,
+
+  text_buffer_size = 2048,
+  imlib_cache_size = 0,
+
+
+-- Window specifications —-
+
+  own_window_class = 'Conky',
+  own_window = true,
+  own_window_type = 'desktop',
+  own_window_transparent = true,
+  own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
+
+  border_inner_margin = 0,
+  border_outer_margin = 0,
+
+  minimum_width = 330,
+  minimum_height = 330,
+
+  maximum_width = 330,
+
+  alignment = 'top_right',
+
+  gap_x = 10,
+  gap_y = 10,
+
+
+-- Graphics settings —-
+
+  draw_shades = false,
+  draw_outline = false,
+  draw_borders = false,
+  draw_graph_borders = false,
+
+
+-- Text settings —-
+
+  use_xft = true,
+  font = 'LCDMono2:size=8.1',
+  xftalpha = 1.0,
+
+  default_color = 'FFFBD8',
+
+  uppercase = false,
+  use_spacer = right,
+
+-- Lua Load —-
+
+  lua_load = '~/.conky/clocks/hd/cups_n_saucers.lua',
+  lua_draw_hook_post = 'main',
+}
+
+conky.text = [[
+  ${voffset 150}${goto 200}${font LCDMono2:size=24.1}${time %H:%M}${font}
+  ${voffset 2}${goto 210}${font LCDMono2:size=10.1}${time %a %d %b}${font}
+]]

Property changes on: .conky/clocks/hd/conkyrc
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .conky/clocks/hd/cups_n_saucers.lua
===================================================================
--- .conky/clocks/hd/cups_n_saucers.lua	(nonexistent)
+++ .conky/clocks/hd/cups_n_saucers.lua	(revision 5)
@@ -0,0 +1,498 @@
+---
+--==============================================================================
+--  				Cups and Saucers
+--                               Lua conky script
+--
+--  author  : Abu Yahya
+--  license : Distributed under the terms of GNU GPL v3
+--  30.05.2012
+-- v.1.0.1
+--==============================================================================
+require 'cairo'
+--------------------------------------------------------------------------------
+----Adjustable Settings 
+coffee_table = {
+    {
+    name='time',                   arg='%I.%M',                    max_value=12,
+    x=170,                         y=170,
+    cup_radius=35,
+    cup_wall_thickness=90,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_length=70,              handle_circ=5,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=1.0,
+    graduation_radius=124,
+    graduation_thickness=8,        graduation_mark_circ=1.5,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    saucer_thickness=6,            thick_saucer_circ=11/12,
+    saucer_radius=135,             thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.0,
+    inner_saucer=true,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+   {
+    name='time',                   arg='%H',                    max_value=12,
+    x=170,                         y=170,
+    cup_radius=2,
+    cup_wall_thickness=3,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=1.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=1.0,
+    handle_length=40,              handle_circ=4,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    graduation_radius=127,
+    graduation_thickness=1,        graduation_mark_circ=0.5,
+    graduation_mark_angle=3,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    saucer_thickness=6,            thick_saucer_circ=11/12,
+    saucer_radius=135,             thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.0,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.0,
+    inner_saucer=true,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+    {
+    name='time',                   arg='%M',                    max_value=60,
+    x=170,                         y=170,
+    cup_radius=55,
+    cup_wall_thickness=120,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    graduation_radius=123,
+    graduation_thickness=10,       graduation_mark_circ=2.5,
+    graduation_mark_angle=90,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    handle_length=110,              handle_circ=3,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=1.0,
+    saucer_thickness=6,            thick_saucer_circ=11/12,
+    saucer_radius=155,             thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.0,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+    {
+    name='time',                   arg='%S',                    max_value=60,
+    x=170,                         y=170,
+    cup_radius=59,
+    cup_wall_thickness=120,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,      	   cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=1.0,
+    handle_length=118,              handle_circ=1,
+    graduation_radius=125,
+    graduation_thickness=6,        graduation_mark_circ=0.5,
+    graduation_mark_angle=6,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    saucer_thickness=5,            thick_saucer_circ=1,
+    saucer_radius=145,             thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.4,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.4,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+},
+
+    {
+    name='cpu',                    arg='cpu0',                  max_value=100,
+    x=170,                         y=100,
+    cup_radius=20,
+    cup_wall_thickness=40,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-20,                      ytxt= -5,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption=' CPU ',               caption2=' %',
+    graduation_radius=25,
+    graduation_thickness=3,        graduation_mark_circ=2,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.6,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=30,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha= 0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+    inner_saucer=true,
+    },
+    {
+    name='freq_g',                 arg='/',                  max_value=5,
+    x=170,                         y=100,
+    cup_radius=12,
+    cup_wall_thickness=23,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-20,                      ytxt= 10,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='',                    caption2=' GHz',
+    graduation_radius=25,
+    graduation_thickness=4,        graduation_mark_circ=4,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.75,
+    saucer_radius=35,              thin_saucer_circ=0.75,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha= 0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+},
+---------------1/2
+
+{
+    name='memperc',                arg='/',                      max_value=100,
+    x=100,                         y=170,
+    cup_radius=12,
+    cup_wall_thickness=23,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-20,                      ytxt= -5,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='RAM ',                caption2=' %',
+    graduation_radius=25,
+    graduation_thickness=3,        graduation_mark_circ=2,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.6,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=30,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha= 0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+    inner_saucer=true,
+},
+{
+    name='swapperc',               arg='/',                      max_value=100,
+    x=100,                         y=170,
+    cup_radius=12,
+    cup_wall_thickness=27,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-20,                      ytxt= 10,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='Swp ',                caption2=' %',
+    graduation_radius=25,
+    graduation_thickness=4,        graduation_mark_circ=4,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=35,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+},
+------------------2/3
+{
+    name='fs_used_perc',           arg='/home',                      max_value=100,
+    x=170,                         y=240,
+    cup_radius=12,
+    cup_wall_thickness=27,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-20,                      ytxt= 10,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption=' FS /: ',             caption2=' %',
+    graduation_radius=25,
+    graduation_thickness=3,        graduation_mark_circ=2,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.6,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=30,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+    inner_saucer=true,
+},
+{
+    name='fs_used_perc',           arg='/',                      max_value=100,
+    x=170,                         y=240,
+    cup_radius=12,
+    cup_wall_thickness=27,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-20,                      ytxt= -5,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption=' FS H: ',             caption2=' %',
+    graduation_radius=25,
+    graduation_thickness=4,        graduation_mark_circ=4,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=35,              thin_saucer_circ=0.85,     
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+},
+}
+  
+--Fixed code -do not edit unless you know what you are doing------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+-- converts color in hexa to decimal
+function rgb_to_r_g_b(clr, alpha)
+    return ((clr / 0x10000) % 0x100) / 255., ((clr / 0x100) % 0x100) / 255., (clr % 0x100) / 255., alpha
+end
+-------------------------------------------------------------------------------
+------------------------------------------------------------------------
+-- displays cups and saucers
+local function draw_coffee_table(display, data, value) 
+     max_value = data['max_value']
+     x, y = data['x'], data['y']
+     if x==nil then x=conky_window.width/2 end
+     if y==nil then y=conky_window.height/2 end	
+     cup_radius = data['cup_radius']
+     if cup_radius==nil then cup_radius=conky_window.width/4 end
+     cup_wall_thickness = data['cup_wall_thickness']
+     if cup_wall_thickness==nil then cup_wall_thickness=20 end
+     handle_length, handle_circ = data['handle_length'], data['handle_circ']
+     if handle_length==nil then handle_length=20 end
+     if handle_circ==nil then handle_circ=1 end
+     cup_start_angle = data['cup_start_angle']
+     if cup_start_angle == nil then cup_start_angle =0 end
+     total_angle = data['total_angle']
+     if total_angle == nil then total_angle=360 end
+     cup_sector_angle = (math.abs(total_angle))/max_value
+     cup_end_angle = total_angle + cup_start_angle
+     cup_bg_clr, cup_bg_alpha = data['cup_bg_clr'], data['cup_bg_alpha']
+     if cup_bg_clr==nil then cup_bg_clr =0xffffff end
+     cup_fg_clr, cup_fg_alpha = data['cup_fg_clr'], data['cup_fg_alpha']
+     if cup_fg_clr==nil then cup_fg_clr =0xfffbd8 end
+     if cup_fg_alpha==nil then cup_fg_alpha=0 end
+     handle_fg_clr, handle_fg_alpha = data['handle_fg_clr'], data['handle_fg_alpha']  
+     if handle_fg_clr==nil then handle_fg_clr = 0xfffbd8 end
+     if handle_fg_alpha==nil then handle_fg_alpha=0 end
+
+     saucer_radius = data['saucer_radius']
+     if saucer_radius==nil then saucer_radius=conky_window.width/2 end 
+     total_saucer_angle=data['total_saucer_angle']
+     if total_saucer_angle==nil then total_saucer_angle=360 end 
+     saucer_sector_angle=(math.abs(total_saucer_angle))/max_value
+     saucer_thickness = data['saucer_thickness']
+     if saucer_thickness==nil then saucer_thickness=6 end
+     saucer_fg_clr = data['saucer_fg_clr']
+     if saucer_fg_clr ==nil then saucer_fg_clr=0 end
+     saucer_fg_alpha = data['saucer_fg_alpha']
+     if saucer_fg_alpha ==nil then saucer_fg_alpha=0 end
+
+     saucer_mark_fg_alpha = data['saucer_mark_fg_alpha']
+     if saucer_mark_fg_alpha ==nil then saucer_mark_fg_alpha=0 end
+     saucer_mark_fg_clr = data['saucer_mark_fg_clr']
+     if saucer_mark_fg_clr ==nil then saucer_mark_fg_clr=0xfffbd8 end
+     thick_saucer_circ = data['thick_saucer_circ']
+     if thick_saucer_circ==nil then thick_saucer_circ =0.9 end
+     thin_saucer_circ = data['thin_saucer_circ']
+     if thin_saucer_circ==nil then thin_saucer_circ =0.9 end
+     inner_saucer = data['inner_saucer']
+
+     graduation_radius = data['graduation_radius']
+     if graduation_radius ==nil then graduation_radius = conky_window.width/3 end
+     graduation_thickness, graduation_mark_circ = data['graduation_thickness'], data['graduation_mark_circ']
+     if graduation_thickness ==nil then graduation_thickness = 2 end
+     if graduation_mark_circ ==nil then graduation_mark_circ = 1 end
+     graduation_mark_angle = data['graduation_mark_angle']
+     if graduation_mark_angle == nil then graduation_mark_angle = total_angle/10 end
+     graduation_fg_clr, graduation_fg_alpha = data['graduation_fg_clr'], data['graduation_fg_alpha']
+     if graduation_fg_clr ==nil then graduation_fg_clr= 0xfffbd8 end
+     if graduation_fg_alpha==nil then graduation_fg_alpha =0 end
+
+
+     txt_weight, txt_size = data['txt_weight'], data['txt_size']
+     if txt_weight == nil then txt_weight=1 end
+     if txt_size == nil then txt_size=8 end
+     txt_fg_clr, txt_fg_alpha = data['txt_fg_clr'], data['txt_fg_alpha']
+     if txt_fg_clr ==nil then txt_fg_clr= 0xfffbd8 end
+     if txt_fg_alpha==nil then txt_fg_alpha =0 end
+     caption = data['caption']
+     if caption==nil then caption='' end
+     caption2 = data['caption2']
+     if caption2==nil then caption2='' end
+     xtxt, ytxt= data ['xtxt'], data['ytxt']
+     if xtxt ==nil then xtxt=0 end
+     if ytxt ==nil then ytxt=0 end
+
+--convert degree to rad and rotate (0 degree is top/north)
+    function angle_to_position(start_angle, current_angle)
+      if total_angle < 0 then 
+        local pos = start_angle - current_angle
+        return ( ( pos * (math.pi / 180) ) - (math.pi / 2) )
+      else 
+        local pos = current_angle + start_angle 
+        return ( ( pos * (math.pi / 180) ) - (math.pi / 2) ) 
+      end
+    end
+--cup centre background
+  if cup_bg_alpha >0   then
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_end_angle, 0))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, cup_end_angle))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(cup_bg_clr, cup_bg_alpha))
+    cairo_set_line_width(display, cup_wall_thickness)
+    cairo_stroke(display)
+  end 
+--cup wall fg
+  if cup_fg_alpha > 0 then 
+   local fg_stop_arc = (cup_sector_angle * value)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, fg_stop_arc))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, fg_stop_arc))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(cup_fg_clr, cup_fg_alpha))
+    cairo_set_line_width(display, cup_wall_thickness)
+    cairo_stroke(display)
+  end
+-- cup handle
+  if handle_fg_alpha>0 then 
+    local start_handle = (cup_sector_angle * value) - (handle_circ*0.5)
+    local stop_handle = (cup_sector_angle * value) +  (handle_circ*0.5)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, start_handle), angle_to_position(cup_start_angle, stop_handle))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, start_handle), angle_to_position(cup_start_angle, stop_handle))
+    end
+    cairo_set_line_width(display, handle_length)    
+    cairo_set_source_rgba(display, rgb_to_r_g_b(handle_fg_clr, handle_fg_alpha))
+    cairo_stroke(display)
+  end
+--saucers
+---thick saucer
+    if saucer_fg_alpha > 0 and (thin_saucer_circ >0 or thick_saucer_circ > 0)
+      then
+        if value < (max_value/2)
+        then j = value + ((max_value*total_saucer_angle)/720)
+        else j = value - ((max_value*total_saucer_angle)/720)
+        end
+
+      local start_saucer = (saucer_sector_angle * j) - (value*saucer_sector_angle*0.5*thick_saucer_circ)
+      local stop_saucer = (saucer_sector_angle * j) + (value*saucer_sector_angle*0.5*thick_saucer_circ)
+      if total_angle < 0 then
+        cairo_arc_negative(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_saucer), angle_to_position(cup_start_angle, stop_saucer))
+      else
+        cairo_arc(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_saucer), angle_to_position(cup_start_angle, stop_saucer))
+      end
+      cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_fg_clr, saucer_fg_alpha))
+      cairo_set_line_width(display, saucer_thickness)
+      cairo_stroke(display)
+      --thin saucer
+      if inner_saucer == true 
+      then rt = (saucer_radius - 0.5) + (0.5 * saucer_thickness)
+      else rt = (saucer_radius + 0.5) - (0.5 * saucer_thickness)  
+      end
+      local start_thin_saucer = (saucer_sector_angle * j) - (max_value *0.5*saucer_sector_angle*thin_saucer_circ)
+      local stop_thin_saucer = (saucer_sector_angle * j) + (max_value *0.5*saucer_sector_angle*thin_saucer_circ)
+      if total_angle < 0 then
+        cairo_arc_negative(display, x, y, rt, angle_to_position(cup_start_angle, start_thin_saucer), angle_to_position(cup_start_angle, stop_thin_saucer))
+      else
+        cairo_arc(display, x, y, rt, angle_to_position(cup_start_angle, start_thin_saucer), angle_to_position(cup_start_angle, stop_thin_saucer))
+      end
+      cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_fg_clr, saucer_fg_alpha))
+      cairo_set_line_width(display, 1)
+      cairo_stroke(display)
+    end
+--saucer mark
+    if saucer_mark_fg_alpha > 0 then 
+      local start_cm = (saucer_sector_angle * value) - (handle_circ *0.5 )
+      local stop_cm = (saucer_sector_angle * value) + (handle_circ *0.5 )
+      if total_angle < 0 then
+        cairo_arc_negative(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_cm), angle_to_position(cup_start_angle, stop_cm))
+      else
+        cairo_arc(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_cm), angle_to_position(cup_start_angle, stop_cm))
+      end
+      cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_mark_fg_clr, saucer_mark_fg_alpha))
+      cairo_set_line_width(display, saucer_thickness)
+      cairo_stroke(display)
+    end
+--graduation mark
+  if graduation_radius > 0 and graduation_thickness > 0 and graduation_mark_angle > 0 then
+    number_graduation = (math.abs(total_angle) +1)/ graduation_mark_angle
+    local start_arc_grad = 0
+    local stop_arc_grad = 0
+    local i = 0
+    while i < number_graduation do
+      local start_arc_grad = (graduation_mark_angle * (i)) - (graduation_mark_circ *0.5)
+      local stop_arc_grad = (graduation_mark_angle * (i)) + (graduation_mark_circ *0.5)
+      if total_angle < 0 then
+        cairo_arc_negative(display, x, y, graduation_radius, angle_to_position(cup_start_angle, start_arc_grad), angle_to_position(cup_start_angle, stop_arc_grad))
+      else
+        cairo_arc(display, x, y, graduation_radius, angle_to_position(cup_start_angle, start_arc_grad), angle_to_position(cup_start_angle, stop_arc_grad))
+      end
+      cairo_set_source_rgba(display,rgb_to_r_g_b(graduation_fg_clr,graduation_fg_alpha))
+      cairo_set_line_width(display, graduation_thickness)
+      cairo_stroke(display)
+      i = i + 1
+    end
+  end
+-- text
+  if txt_fg_alpha>0 then 
+    cairo_select_font_face (display, "hooge 05_53", CAIRO_FONT_SLANT_NORMAL, txt_weight);
+    cairo_set_font_size (display,txt_size)
+    cairo_set_source_rgba (display, rgb_to_r_g_b(txt_fg_clr, txt_fg_alpha))
+    cairo_move_to (display,x+xtxt,y+ytxt)
+    cairo_show_text (display, caption ) cairo_show_text (display,value)cairo_show_text (display, caption2 )
+    cairo_stroke (display)
+  end
+end
+-------------------------------------------------------------------------------
+-- loads data and displays table_settings
+
+function display_coffee_table(display)
+  local function load_coffee_table(display, data)
+    local str, value = '', 0
+    if data['name'] == 'time2' then
+      local max_value = data['max_value']
+      str = string.format('${time %s}', data['arg'])
+      str = conky_parse(str)
+      local value2 = tonumber(str:sub(0,2))
+      if value2 == max_value then value2 = 0 end
+      value = value2 + (tonumber(str:sub(4,5))/60)
+    else
+      str = string.format('${%s %s}',data['name'], data['arg'])
+      str = conky_parse(str)
+      value = tonumber(str)
+    end
+    if value == nil then value = 0 end
+    draw_coffee_table(display, data, value)
+  end
+  for i in pairs(coffee_table) do
+    load_coffee_table(display, coffee_table[i])
+  end
+end
+-------------------------------------------------------------------------------
+runscheck = 0 -- fix for draw shades running script twice on every update
+function conky_main()
+  if conky_window == nil then
+    return
+  end
+  local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
+  local display = cairo_create(cs)
+  local updates = conky_parse('${updates}')
+  update_num = tonumber(updates)
+  if update_num > 5 then
+    cairo_set_antialias (display, CAIRO_ANTIALIAS_SUBPIXEL)
+    display_coffee_table(display)
+    cairo_set_antialias (display, CAIRO_ANTIALIAS_DEFAULT)
+  end
+  cairo_surface_destroy(cs)
+  cairo_destroy(display)
+end
Index: .conky/clocks/hd/start
===================================================================
--- .conky/clocks/hd/start	(nonexistent)
+++ .conky/clocks/hd/start	(revision 5)
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+conky -c $HOME/.conky/clocks/hd/conkyrc &
+

Property changes on: .conky/clocks/hd/start
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .conky/clocks/hd
===================================================================
--- .conky/clocks/hd	(nonexistent)
+++ .conky/clocks/hd	(revision 5)

Property changes on: .conky/clocks/hd
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .conky/clocks/midi/conkyrc
===================================================================
--- .conky/clocks/midi/conkyrc	(nonexistent)
+++ .conky/clocks/midi/conkyrc	(revision 5)
@@ -0,0 +1,71 @@
+# -— Conky settings -- #
+
+conky.config = {
+
+  background = true,
+
+  update_interval = 1,
+  total_run_times = 0,
+  net_avg_samples = 2,
+
+  override_utf8_locale = true,
+
+  double_buffer = true,
+  no_buffers = true,
+
+  text_buffer_size = 2048,
+  imlib_cache_size = 0,
+
+
+-- Window specifications —-
+
+  own_window_class = 'Conky',
+  own_window = true,
+  own_window_type = 'desktop',
+  own_window_transparent = true,
+  own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
+
+  border_inner_margin = 0,
+  border_outer_margin = 0,
+
+  minimum_width = 280,
+  minimum_height = 280,
+
+  maximum_width = 280,
+
+  alignment = 'top_left',
+
+  gap_x = 10,
+  gap_y = 10,
+
+
+-- Graphics settings —-
+
+  draw_shades = false,
+  draw_outline = false,
+  draw_borders = false,
+  draw_graph_borders = false,
+
+
+-- Text settings —-
+
+  use_xft = true,
+  font = 'LCDMono2:size=7',
+  xftalpha = 1.0,
+
+  default_color = 'FFFDB8',
+
+  uppercase = false,
+  use_spacer = right,
+
+
+-- Lua Load —-
+
+  lua_load = '~/.conky/clocks/midi/cups_n_saucers.lua',
+  lua_draw_hook_post = 'main',
+}
+
+conky.text = [[
+  ${voffset 115}${goto 150}${font LCDMono2:size=18.1}${time %H:%M}${font}
+  ${voffset 2}${goto 156}${time %a %d %b}
+]]

Property changes on: .conky/clocks/midi/conkyrc
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .conky/clocks/midi/cups_n_saucers.lua
===================================================================
--- .conky/clocks/midi/cups_n_saucers.lua	(nonexistent)
+++ .conky/clocks/midi/cups_n_saucers.lua	(revision 5)
@@ -0,0 +1,496 @@
+---
+--==============================================================================
+--  				Cups and Saucers
+--                               Lua conky script
+--
+--  author  : Abu Yahya
+--  license : Distributed under the terms of GNU GPL v3
+--  05.06.2012
+-- v.2.0.1
+--==============================================================================
+require 'cairo'
+--------------------------------------------------------------------------------
+----Adjustable Settings 
+coffee_table= {
+    {
+    name='time2',                  arg='%I.%M',                    max_value=12,
+    x=130,                         y=130,
+    cup_radius=25,
+    cup_wall_thickness=90,
+    total_angle=360,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_length=50,              handle_circ=5,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=1.0,
+    graduation_radius=-35+124,
+    graduation_thickness=5,        graduation_mark_circ=1.5,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    saucer_thickness=6,            thick_saucer_circ=11/12,
+    saucer_radius=-35+135,         thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3, 
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.0,
+    inner_saucer=true,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+   {
+    name='time',                   arg='%H',                    max_value=12,
+    x=130,                         y=130,
+    cup_radius=1,
+    cup_wall_thickness=3,
+    total_angle=360,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=1.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=1.0,
+    handle_length=-35+40,          handle_circ=4,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    graduation_radius=-35+127,
+    graduation_thickness=1,        graduation_mark_circ=0.5,
+    graduation_mark_angle=3,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=6,            thick_saucer_circ=11/12,
+    saucer_radius=-35+135,         thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.0,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.0,
+    inner_saucer=true,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+    {
+    name='time',                   arg='%M',                    max_value=60,
+    x=130,                         y=130,
+    cup_radius=40,                 cup_wall_thickness=120,
+                                   total_angle=360,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    graduation_radius=-35+123,
+    graduation_thickness=7,        graduation_mark_circ=2,
+    graduation_mark_angle=90,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    handle_length=80,              handle_circ=2,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=1.0,
+    saucer_thickness=6,            thick_saucer_circ=11/12,
+    saucer_radius=-35+155,         thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.0,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+    {
+    name='time',                   arg='%S',                    max_value=60,
+    x=130,                         y=130,
+    cup_radius=-17+59,             cup_wall_thickness=120,
+                                   total_angle=360,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,      	   cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=1.0,
+    handle_length=-35+118,         handle_circ=1,
+    graduation_radius=-35+125,
+    graduation_thickness=3,        graduation_mark_circ=0.5,
+    graduation_mark_angle=6,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.5,
+    saucer_thickness=5,            thick_saucer_circ=1,
+    saucer_radius=-35+145,         thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.4,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.4,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+},
+ {
+    name='cpu',                    arg='cpu0',                  max_value=100,
+    x=130,                         y=80,
+    cup_radius=20,
+    cup_wall_thickness=40,
+    cup_start_angle=0,             total_angle=360, 
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-15,                      ytxt= -5,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='CPU ',                caption2=' %',
+    graduation_radius=20,
+    graduation_thickness=3,        graduation_mark_circ=2,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=25,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha= 0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+    inner_saucer=true,
+    },
+    {
+    name='freq_g',                 arg='/',                  max_value=5,
+    x=130,                         y=80,
+    cup_radius=12,
+    cup_wall_thickness=23,
+    cup_start_angle=0,             total_angle=360,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-15,                      ytxt= 7,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='',                    caption2=' GHz',
+    graduation_radius=20,
+    graduation_thickness=4,        graduation_mark_circ=4,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.75,
+    saucer_radius=30,              thin_saucer_circ=0.75,
+    saucer_fg_clr=0xfffbd8,	   saucer_fg_alpha= 0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+},
+---------------1/2
+
+{
+    name='memperc',                arg='/',                      max_value=100,
+    x=80,                         y=130,
+    cup_radius=12,
+    cup_wall_thickness=23,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-15,                      ytxt=-5,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='RAM ',                caption2=' %',
+    graduation_radius=20,
+    graduation_thickness=3,        graduation_mark_circ=2,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=25,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha= 0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+    inner_saucer=true,
+},
+{
+    name='swapperc',               arg='/',                      max_value=100,
+    x=80,                         y=130,
+    cup_radius=12,
+    cup_wall_thickness=27,
+    cup_start_angle=0,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-15,                      ytxt= 7,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='Swp ',                caption2=' %',
+    graduation_radius=20,
+    graduation_thickness=4,        graduation_mark_circ=4,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=30,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+},
+------------------2/3
+{
+    name='fs_used_perc',           arg='/home',                      max_value=100,
+    x=130,                         y=180,
+    cup_radius=12,                 cup_wall_thickness=27,
+    cup_start_angle=0,             total_angle=360, 
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-15,                      ytxt= -5,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='FS /: ',              caption2=' %',
+    graduation_radius=20,
+    graduation_thickness=3,        graduation_mark_circ=2,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=25,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+    inner_saucer=true,
+},
+{
+    name='fs_used_perc',           arg='/',                      max_value=100,
+    x=130,                         y=180,
+    cup_radius=12,                 cup_wall_thickness=27,
+    cup_start_angle=0,             total_angle=360,
+    cup_bg_clr=0xFFFFFF,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=40,              handle_circ=4,
+    xtxt=-15,                      ytxt= 7,
+    txt_weight=0,                  txt_size=7.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.8,
+    caption='/Hm: ',               caption2=' %',
+    graduation_radius=20,
+    graduation_thickness=4,        graduation_mark_circ=4,
+    graduation_mark_angle=36,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=3,            thick_saucer_circ=0.85,
+    saucer_radius=30,              thin_saucer_circ=0.85,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=0.5,
+},
+}
+  
+--Fixed code -do not edit unless you know what you are doing------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+-- converts color in hexa to decimal
+function rgb_to_r_g_b(clr, alpha)
+    return ((clr / 0x10000) % 0x100) / 255., ((clr / 0x100) % 0x100) / 255., (clr % 0x100) / 255., alpha
+end
+-------------------------------------------------------------------------------
+------------------------------------------------------------------------
+-- displays cups and saucers
+local function draw_coffee_table(display, data, value) 
+     max_value = data['max_value']
+     x, y = data['x'], data['y']
+     if x==nil then x=conky_window.width/2 end
+     if y==nil then y=conky_window.height/2 end	
+     cup_radius = data['cup_radius']    
+     if cup_radius==nil then cup_radius=conky_window.width/4 end
+     cup_wall_thickness = data['cup_wall_thickness']
+     if cup_wall_thickness==nil then cup_wall_thickness=20 end
+     handle_length, handle_circ = data['handle_length'], data['handle_circ']
+     if handle_length==nil then handle_length=20 end
+     if handle_circ==nil then handle_circ=1 end
+     cup_start_angle = data['cup_start_angle']
+     if cup_start_angle == nil then cup_start_angle =0 end
+     total_angle = data['total_angle']
+     if total_angle == nil then total_angle=360 end
+     cup_sector_angle = (math.abs(total_angle))/max_value
+     cup_end_angle = total_angle + cup_start_angle
+     cup_bg_clr, cup_bg_alpha = data['cup_bg_clr'], data['cup_bg_alpha']
+     if cup_bg_clr==nil then cup_bg_clr =0xffffff end
+     cup_fg_clr, cup_fg_alpha = data['cup_fg_clr'], data['cup_fg_alpha']
+     if cup_fg_clr==nil then cup_fg_clr =0xfffbd8 end
+     if cup_fg_alpha==nil then cup_fg_alpha=0 end
+     handle_fg_clr, handle_fg_alpha = data['handle_fg_clr'], data['handle_fg_alpha']
+     if handle_fg_clr==nil then handle_fg_clr = 0xfffbd8 end
+     if handle_fg_alpha==nil then handle_fg_alpha=0 end
+
+     saucer_radius = data['saucer_radius']
+     if saucer_radius==nil then saucer_radius=conky_window.width/2 end
+     total_saucer_angle=data['total_saucer_angle']
+     if total_saucer_angle==nil then total_saucer_angle=360 end
+     saucer_sector_angle=(math.abs(total_saucer_angle))/max_value
+     saucer_thickness = data['saucer_thickness']
+     if saucer_thickness==nil then saucer_thickness=6 end
+     saucer_fg_clr = data['saucer_fg_clr']
+     if saucer_fg_clr ==nil then saucer_fg_clr=0 end
+     saucer_fg_alpha = data['saucer_fg_alpha']
+     if saucer_fg_alpha ==nil then saucer_fg_alpha=0 end
+
+     saucer_mark_fg_alpha = data['saucer_mark_fg_alpha']
+     if saucer_mark_fg_alpha ==nil then saucer_mark_fg_alpha=0 end
+     saucer_mark_fg_clr = data['saucer_mark_fg_clr']
+     if saucer_mark_fg_clr ==nil then saucer_mark_fg_clr=0xfffbd8 end
+     thick_saucer_circ = data['thick_saucer_circ']
+     if thick_saucer_circ==nil then thick_saucer_circ =0.9 end
+     thin_saucer_circ = data['thin_saucer_circ']
+     if thin_saucer_circ==nil then thin_saucer_circ =0.9 end
+     inner_saucer = data['inner_saucer']
+
+     graduation_radius = data['graduation_radius']
+     if graduation_radius ==nil then graduation_radius = conky_window.width/3 end
+     graduation_thickness, graduation_mark_circ = data['graduation_thickness'], data['graduation_mark_circ']
+     if graduation_thickness ==nil then graduation_thickness = 2 end
+     if graduation_mark_circ ==nil then graduation_mark_circ = 1 end
+     graduation_mark_angle = data['graduation_mark_angle']
+     if graduation_mark_angle == nil then graduation_mark_angle = total_angle/10 end
+     graduation_fg_clr, graduation_fg_alpha = data['graduation_fg_clr'], data['graduation_fg_alpha']
+     if graduation_fg_clr ==nil then graduation_fg_clr= 0xfffbd8 end
+     if graduation_fg_alpha==nil then graduation_fg_alpha =0 end
+
+
+     txt_weight, txt_size = data['txt_weight'], data['txt_size']
+     if txt_weight == nil then txt_weight=1 end
+     if txt_size == nil then txt_size=8 end
+     txt_fg_clr, txt_fg_alpha = data['txt_fg_clr'], data['txt_fg_alpha']
+     if txt_fg_clr ==nil then txt_fg_clr= 0xfffbd8 end
+     if txt_fg_alpha==nil then txt_fg_alpha =0 end
+     caption = data['caption']
+     if caption==nil then caption='' end
+     caption2 = data['caption2']
+     if caption2==nil then caption2='' end
+     xtxt, ytxt= data ['xtxt'], data['ytxt']
+     if xtxt ==nil then xtxt=0 end
+     if ytxt ==nil then ytxt=0 end
+
+--convert degree to rad and rotate (0 degree is top/north)
+    function angle_to_position(start_angle, current_angle)
+      if total_angle < 0 then 
+        local pos = start_angle - current_angle
+        return ( ( pos * (math.pi / 180) ) - (math.pi / 2) )
+      else 
+        local pos = current_angle + start_angle 
+        return ( ( pos * (math.pi / 180) ) - (math.pi / 2) )
+      end
+    end
+--cup centre background
+  if cup_bg_alpha >0   then
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_end_angle, 0))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, cup_end_angle))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(cup_bg_clr, cup_bg_alpha))
+    cairo_set_line_width(display, cup_wall_thickness)
+    cairo_stroke(display)
+  end 
+--cup wall fg    
+  if cup_fg_alpha > 0 then 
+   local fg_stop_arc = (cup_sector_angle * value)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, fg_stop_arc))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, fg_stop_arc))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(cup_fg_clr, cup_fg_alpha))
+    cairo_set_line_width(display, cup_wall_thickness)
+    cairo_stroke(display)
+  end
+-- cup handle
+  if handle_fg_alpha>0 then 
+    local start_handle = (cup_sector_angle * value) - (handle_circ*0.5)
+    local stop_handle = (cup_sector_angle * value) +  (handle_circ*0.5)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, start_handle), angle_to_position(cup_start_angle, stop_handle))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, start_handle), angle_to_position(cup_start_angle, stop_handle))
+    end
+    cairo_set_line_width(display, handle_length)
+    cairo_set_source_rgba(display, rgb_to_r_g_b(handle_fg_clr, handle_fg_alpha))
+    cairo_stroke(display)
+  end
+--saucers   
+---thick saucer
+    if saucer_fg_alpha > 0 and (thin_saucer_circ >0 or thick_saucer_circ > 0)
+      then 
+        if value < (max_value/2)
+          then j = value + ((max_value*total_saucer_angle)/720)
+        else j = value - ((max_value*total_saucer_angle)/720)
+        end
+    local start_saucer = (saucer_sector_angle * j) - (value*saucer_sector_angle*0.5*thick_saucer_circ)
+    local stop_saucer = (saucer_sector_angle * j) + (value*saucer_sector_angle*0.5*thick_saucer_circ)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_saucer), angle_to_position(cup_start_angle, stop_saucer))
+    else
+      cairo_arc(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_saucer), angle_to_position(cup_start_angle, stop_saucer))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_fg_clr, saucer_fg_alpha))
+    cairo_set_line_width(display, saucer_thickness)
+    cairo_stroke(display)
+    --thin saucer
+      if inner_saucer == true 
+        then rt = (saucer_radius - 0.5) + (0.5 * saucer_thickness)
+      else rt = (saucer_radius + 0.5) - (0.5 * saucer_thickness)  
+      end
+    local start_thin_saucer = (saucer_sector_angle * j) - (max_value *0.5*saucer_sector_angle*thin_saucer_circ)
+    local stop_thin_saucer = (saucer_sector_angle * j) + (max_value *0.5*saucer_sector_angle*thin_saucer_circ)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, rt, angle_to_position(cup_start_angle, start_thin_saucer), angle_to_position(cup_start_angle, stop_thin_saucer))
+    else
+      cairo_arc(display, x, y, rt, angle_to_position(cup_start_angle, start_thin_saucer), angle_to_position(cup_start_angle, stop_thin_saucer))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_fg_clr, saucer_fg_alpha))
+    cairo_set_line_width(display, 1)
+    cairo_stroke(display)
+   end
+--saucer mark
+    if saucer_mark_fg_alpha > 0 then 
+      local start_cm = (saucer_sector_angle * value) - (handle_circ *0.5 )
+      local stop_cm = (saucer_sector_angle * value) + (handle_circ *0.5 )
+      if total_angle < 0 then
+        cairo_arc_negative(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_cm), angle_to_position(cup_start_angle, stop_cm))
+      else
+        cairo_arc(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_cm), angle_to_position(cup_start_angle, stop_cm))
+      end
+      cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_mark_fg_clr, saucer_mark_fg_alpha))
+      cairo_set_line_width(display, saucer_thickness)
+      cairo_stroke(display)
+    end
+--graduation mark 
+     if graduation_radius > 0 and graduation_thickness > 0 and graduation_mark_angle > 0 then
+        number_graduation = (math.abs(total_angle) +1)/ graduation_mark_angle
+        local start_arc_grad = 0
+        local stop_arc_grad = 0
+        local i = 0
+        while i < number_graduation do            
+            local start_arc_grad = (graduation_mark_angle * (i)) - (graduation_mark_circ *0.5)
+            local stop_arc_grad = (graduation_mark_angle * (i)) + (graduation_mark_circ *0.5)
+            if total_angle < 0 then
+            cairo_arc_negative(display, x, y, graduation_radius, angle_to_position(cup_start_angle, start_arc_grad), angle_to_position(cup_start_angle, stop_arc_grad))
+          else
+            cairo_arc(display, x, y, graduation_radius, angle_to_position(cup_start_angle, start_arc_grad), angle_to_position(cup_start_angle, stop_arc_grad))
+          end
+          cairo_set_source_rgba(display,rgb_to_r_g_b(graduation_fg_clr,graduation_fg_alpha))
+            cairo_set_line_width(display, graduation_thickness)
+          cairo_stroke(display)
+            i = i + 1
+        end
+    end
+-- text
+  if txt_fg_alpha>0 then 
+    cairo_select_font_face (display, "hooge 05_53", CAIRO_FONT_SLANT_NORMAL, txt_weight);
+    cairo_set_font_size (display,txt_size)
+    cairo_set_source_rgba (display, rgb_to_r_g_b(txt_fg_clr, txt_fg_alpha))
+    cairo_move_to (display,x+xtxt,y+ytxt)
+    cairo_show_text (display, caption ) cairo_show_text (display,value)cairo_show_text (display, caption2 )
+    cairo_stroke (display)
+  end
+end
+-------------------------------------------------------------------------------
+-- loads data and displays table_settings
+
+function display_coffee_table(display)
+    local function load_coffee_table(display, data)
+      local str, value = '', 0
+      if data['name'] == 'time2' then
+        local max_value = data['max_value']
+            str = string.format('${time %s}', data['arg'])
+            str = conky_parse(str)
+            local value2 = tonumber(str:sub(0,2))
+        if value2 == max_value then value2 = 0 end
+          value = value2 + (tonumber(str:sub(4,5))/60)
+        else
+            str = string.format('${%s %s}',data['name'], data['arg'])
+            str = conky_parse(str)
+            value = tonumber(str)
+        end
+        if value == nil then value = 0 end
+        draw_coffee_table(display, data, value)
+    end
+    for i in pairs(coffee_table) do
+        load_coffee_table(display, coffee_table[i])
+    end
+end
+-------------------------------------------------------------------------------
+runscheck = 0 -- fix for draw shades running script twice on every update
+function conky_main()
+    if conky_window == nil then 
+        return
+    end
+    local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
+    local display = cairo_create(cs)
+    local updates = conky_parse('${updates}')
+    update_num = tonumber(updates)
+    if update_num > 5 then
+      cairo_set_antialias (display, CAIRO_ANTIALIAS_SUBPIXEL)
+      display_coffee_table(display)
+      cairo_set_antialias (display, CAIRO_ANTIALIAS_DEFAULT)
+    end
+    cairo_surface_destroy(cs)
+    cairo_destroy(display)
+end
Index: .conky/clocks/midi/start
===================================================================
--- .conky/clocks/midi/start	(nonexistent)
+++ .conky/clocks/midi/start	(revision 5)
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+conky -c $HOME/.conky/clocks/midi/conkyrc &
+

Property changes on: .conky/clocks/midi/start
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .conky/clocks/midi
===================================================================
--- .conky/clocks/midi	(nonexistent)
+++ .conky/clocks/midi	(revision 5)

Property changes on: .conky/clocks/midi
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .conky/clocks/mini/conkyrc
===================================================================
--- .conky/clocks/mini/conkyrc	(nonexistent)
+++ .conky/clocks/mini/conkyrc	(revision 5)
@@ -0,0 +1,72 @@
+# —- Conky settings —- #
+
+conky.config = {
+
+  background = true,
+
+  update_interval = 1,
+  total_run_times = 0,
+  net_avg_samples = 2,
+
+  override_utf8_locale = true,
+
+  double_buffer = true,
+  no_buffers = true,
+
+  text_buffer_size = 2048,
+  imlib_cache_size = 0,
+
+
+-- Window specifications —-
+
+  own_window_class = 'Conky',
+  own_window = true,
+  own_window_type = 'desktop',
+  own_window_transparent = true,
+  own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
+
+  border_inner_margin = 0,
+  border_outer_margin = 0,
+
+  minimum_width = 220,
+  minimum_height = 220,
+
+  maximum_width = 300,
+
+  alignment = 'bottom_left',
+
+  gap_x = 10,
+  gap_y = 40,
+
+
+-- Graphics settings —-
+
+  draw_shades = false,
+  draw_outline = false,
+  draw_borders = false,
+  draw_graph_borders = false,
+
+
+-- Text settings —-
+
+  use_xft = true,
+  font = 'LCDMono2:size=14',
+  xftalpha = 1.0,
+
+  default_color = 'FFFBD8',
+
+  uppercase = false,
+  use_spacer = right,
+
+
+-- Lua Load —-
+
+  lua_load = '~/.conky/clocks/mini/cups_n_saucers2.lua',
+  lua_draw_hook_post = 'main',
+}
+
+conky.text = [[
+  ${voffset 78}${goto 58}${font LCDMono2:size=32}${time %H:%M}${font}
+  ${voffset 2}${goto 64}${time %a %d %b}
+#  ${voffset 600}
+]]

Property changes on: .conky/clocks/mini/conkyrc
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .conky/clocks/mini/cups_n_saucers2.lua
===================================================================
--- .conky/clocks/mini/cups_n_saucers2.lua	(nonexistent)
+++ .conky/clocks/mini/cups_n_saucers2.lua	(revision 5)
@@ -0,0 +1,333 @@
+---
+--==============================================================================
+--  				Cups and Saucers
+--                               Lua conky script
+--
+--  author  : Abu Yahya
+--  license : Distributed under the terms of GNU GPL v3
+--  30.05.2012
+-- v.1.0.1
+--==============================================================================
+require 'cairo'
+--------------------------------------------------------------------------------
+----Adjustable Settings 
+coffee_table = {
+    {
+    name='time',                   arg='%I.%M',                    max_value=12,
+    x=110,                         y=110,
+    cup_radius=35,
+    cup_wall_thickness=90,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    handle_length=70,              handle_circ=1,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    graduation_radius=-60+124,
+    graduation_thickness=8,        graduation_mark_circ=1.5,
+    graduation_mark_angle=30,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=5,            thick_saucer_circ=11/12,
+    saucer_radius=77,         thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=1.0,
+    inner_saucer=true, 
+    txt_weight=0,                  txt_size=0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=1.0,
+    caption='',                    caption2='',
+    },
+    {
+    name='time',                   arg='%M',                    max_value=60,
+    x=110,                         y=110,
+    cup_radius=55,
+    cup_wall_thickness=120,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,           cup_fg_alpha=0.0,
+    graduation_radius=-60+123,
+    graduation_thickness=10,       graduation_mark_circ=2.5,
+    graduation_mark_angle=90,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    handle_length=110,             handle_circ=1,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    saucer_thickness=5,            thick_saucer_circ=11/12,
+    saucer_radius=93,         thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.3,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=1.0,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+    },
+    {
+    name='time',                   arg='%S',                    max_value=60,
+    x=110,                         y=110,
+    cup_radius=59,
+    cup_wall_thickness=120,
+    cup_bg_clr=0xffffff,           cup_bg_alpha=0.0,
+    cup_fg_clr=0xfffbd8,      	   cup_fg_alpha=0.0,
+    handle_fg_clr=0xfffbd8,        handle_fg_alpha=0.0,
+    handle_length=118,             handle_circ=1,
+    graduation_radius=-60+125,
+    graduation_thickness=6,        graduation_mark_circ=0.5,
+    graduation_mark_angle=6,
+    graduation_fg_clr=0xfffbd8,    graduation_fg_alpha=0.0,
+    saucer_thickness=5,            thick_saucer_circ=1,
+    saucer_radius=85,              thin_saucer_circ=11/12,
+    saucer_fg_clr=0xfffbd8,        saucer_fg_alpha=0.4,
+    saucer_mark_fg_clr=0xfffbd8,   saucer_mark_fg_alpha=1.0,
+    txt_weight=0,                  txt_size=8.0,
+    txt_fg_clr=0xfffbd8,           txt_fg_alpha=0.0,
+    caption='',                    caption2='',
+},
+
+
+}
+  
+--Fixed code -do not edit unless you know what you are doing------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+-- converts color in hexa to decimal
+function rgb_to_r_g_b(clr, alpha)
+    return ((clr / 0x10000) % 0x100) / 255., ((clr / 0x100) % 0x100) / 255., (clr % 0x100) / 255., alpha
+end
+-------------------------------------------------------------------------------
+------------------------------------------------------------------------
+-- displays cups and saucers
+local function draw_coffee_table(display, data, value) 
+     max_value = data['max_value']
+     x, y = data['x'], data['y']
+     if x==nil then x=conky_window.width/2 end
+     if y==nil then y=conky_window.height/2 end	
+     cup_radius = data['cup_radius']
+     if cup_radius==nil then cup_radius=conky_window.width/4 end
+     cup_wall_thickness = data['cup_wall_thickness']
+     if cup_wall_thickness==nil then cup_wall_thickness=20 end
+     handle_length, handle_circ = data['handle_length'], data['handle_circ']
+     if handle_length==nil then handle_length=20 end
+     if handle_circ==nil then handle_circ=1 end
+     cup_start_angle = data['cup_start_angle']
+     if cup_start_angle == nil then cup_start_angle =0 end
+     total_angle = data['total_angle']
+     if total_angle == nil then total_angle=360 end
+     cup_sector_angle = (math.abs(total_angle))/max_value  
+     cup_end_angle = total_angle + cup_start_angle
+     cup_bg_clr, cup_bg_alpha = data['cup_bg_clr'], data['cup_bg_alpha']
+     if cup_bg_clr==nil then cup_bg_clr =0xffffff end
+     cup_fg_clr, cup_fg_alpha = data['cup_fg_clr'], data['cup_fg_alpha']
+     if cup_fg_clr==nil then cup_fg_clr =0xfffbd8 end
+     if cup_fg_alpha==nil then cup_fg_alpha=0 end
+     handle_fg_clr, handle_fg_alpha = data['handle_fg_clr'], data['handle_fg_alpha']
+     if handle_fg_clr==nil then handle_fg_clr = 0xfffbd8 end
+     if handle_fg_alpha==nil then handle_fg_alpha=0 end
+
+     saucer_radius = data['saucer_radius']
+     if saucer_radius==nil then saucer_radius=conky_window.width/2 end
+     total_saucer_angle=data['total_saucer_angle']
+     if total_saucer_angle==nil then total_saucer_angle=360 end 
+     saucer_sector_angle=(math.abs(total_saucer_angle))/max_value
+     saucer_thickness = data['saucer_thickness']
+     if saucer_thickness==nil then saucer_thickness=6 end
+     saucer_fg_clr = data['saucer_fg_clr']
+     if saucer_fg_clr ==nil then saucer_fg_clr=0 end
+     saucer_fg_alpha = data['saucer_fg_alpha']
+     if saucer_fg_alpha ==nil then saucer_fg_alpha=0 end
+
+     saucer_mark_fg_alpha = data['saucer_mark_fg_alpha']
+     if saucer_mark_fg_alpha ==nil then saucer_mark_fg_alpha=0 end
+     saucer_mark_fg_clr = data['saucer_mark_fg_clr']
+     if saucer_mark_fg_clr ==nil then saucer_mark_fg_clr=0xfffbd8 end
+     thick_saucer_circ = data['thick_saucer_circ']
+     if thick_saucer_circ==nil then thick_saucer_circ =0.9 end
+     thin_saucer_circ = data['thin_saucer_circ']
+     if thin_saucer_circ==nil then thin_saucer_circ =0.9 end
+     inner_saucer = data['inner_saucer']
+
+     graduation_radius = data['graduation_radius']
+     if graduation_radius ==nil then graduation_radius = conky_window.width/3 end
+     graduation_thickness, graduation_mark_circ = data['graduation_thickness'], data['graduation_mark_circ']
+     if graduation_thickness ==nil then graduation_thickness = 2 end
+     if graduation_mark_circ ==nil then graduation_mark_circ = 1 end
+     graduation_mark_angle = data['graduation_mark_angle']
+     if graduation_mark_angle == nil then graduation_mark_angle = total_angle/10 end
+     graduation_fg_clr, graduation_fg_alpha = data['graduation_fg_clr'], data['graduation_fg_alpha']
+     if graduation_fg_clr ==nil then graduation_fg_clr= 0xfffbd8 end
+     if graduation_fg_alpha==nil then graduation_fg_alpha =0 end
+
+
+     txt_weight, txt_size = data['txt_weight'], data['txt_size']
+     if txt_weight == nil then txt_weight=1 end
+     if txt_size == nil then txt_size=8 end
+     txt_fg_clr, txt_fg_alpha = data['txt_fg_clr'], data['txt_fg_alpha']
+     if txt_fg_clr ==nil then txt_fg_clr= 0xfffbd8 end
+     if txt_fg_alpha==nil then txt_fg_alpha =0 end
+     caption = data['caption']
+     if caption==nil then caption='' end
+     caption2 = data['caption2']
+     if caption2==nil then caption2='' end
+     xtxt, ytxt= data ['xtxt'], data['ytxt']
+     if xtxt ==nil then xtxt=0 end
+     if ytxt ==nil then ytxt=0 end
+
+--convert degree to rad and rotate (0 degree is top/north)
+    function angle_to_position(start_angle, current_angle)
+      if total_angle < 0 then 
+        local pos = start_angle - current_angle
+        return ( ( pos * (math.pi / 180) ) - (math.pi / 2) )
+      else 
+        local pos = current_angle + start_angle 
+        return ( ( pos * (math.pi / 180) ) - (math.pi / 2) ) 
+      end   
+    end
+--cup centre background    
+  if cup_bg_alpha >0   then
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_end_angle, 0))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, cup_end_angle))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(cup_bg_clr, cup_bg_alpha))
+    cairo_set_line_width(display, cup_wall_thickness)
+    cairo_stroke(display)
+  end 
+--cup wall fg
+  if cup_fg_alpha > 0 then 
+   local fg_stop_arc = (cup_sector_angle * value)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, fg_stop_arc))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, 0), angle_to_position(cup_start_angle, fg_stop_arc))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(cup_fg_clr, cup_fg_alpha))
+    cairo_set_line_width(display, cup_wall_thickness)
+    cairo_stroke(display)
+  end
+-- cup handle
+  if handle_fg_alpha>0 then 
+    local start_handle = (cup_sector_angle * value) - (handle_circ*0.5)
+    local stop_handle = (cup_sector_angle * value) +  (handle_circ*0.5)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, cup_radius, angle_to_position(cup_start_angle, start_handle), angle_to_position(cup_start_angle, stop_handle))
+    else
+      cairo_arc(display, x, y, cup_radius, angle_to_position(cup_start_angle, start_handle), angle_to_position(cup_start_angle, stop_handle))
+    end
+    cairo_set_line_width(display, handle_length)    
+    cairo_set_source_rgba(display, rgb_to_r_g_b(handle_fg_clr, handle_fg_alpha))
+    cairo_stroke(display)
+  end
+--saucers
+---thick saucer
+    if saucer_fg_alpha > 0 and (thin_saucer_circ >0 or thick_saucer_circ > 0)
+      then
+        if value < (max_value/2)
+          then j = value + ((max_value*total_saucer_angle)/720)
+        else j = value - ((max_value*total_saucer_angle)/720)
+        end
+
+    local start_saucer = (saucer_sector_angle * j) - (value*saucer_sector_angle*0.5*thick_saucer_circ)
+    local stop_saucer = (saucer_sector_angle * j) + (value*saucer_sector_angle*0.5*thick_saucer_circ)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_saucer), angle_to_position(cup_start_angle, stop_saucer))
+    else
+      cairo_arc(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_saucer), angle_to_position(cup_start_angle, stop_saucer))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_fg_clr, saucer_fg_alpha))
+    cairo_set_line_width(display, saucer_thickness)
+    cairo_stroke(display)
+    --thin saucer
+      if inner_saucer == true 
+      then rt = (saucer_radius - 0.5) + (0.5 * saucer_thickness)
+      else rt = (saucer_radius + 0.5) - (0.5 * saucer_thickness)
+      end
+    local start_thin_saucer = (saucer_sector_angle * j) - (max_value *0.5*saucer_sector_angle*thin_saucer_circ)
+    local stop_thin_saucer = (saucer_sector_angle * j) + (max_value *0.5*saucer_sector_angle*thin_saucer_circ)
+    if total_angle < 0 then
+      cairo_arc_negative(display, x, y, rt, angle_to_position(cup_start_angle, start_thin_saucer), angle_to_position(cup_start_angle, stop_thin_saucer))
+    else
+      cairo_arc(display, x, y, rt, angle_to_position(cup_start_angle, start_thin_saucer), angle_to_position(cup_start_angle, stop_thin_saucer))
+    end
+    cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_fg_clr, saucer_fg_alpha))
+    cairo_set_line_width(display, 1)
+    cairo_stroke(display)
+   end
+--saucer mark
+    if saucer_mark_fg_alpha > 0 then
+      local start_cm = (saucer_sector_angle * value) - (handle_circ *0.5 )
+      local stop_cm = (saucer_sector_angle * value) + (handle_circ *0.5 )
+      if total_angle < 0 then
+        cairo_arc_negative(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_cm), angle_to_position(cup_start_angle, stop_cm))
+      else
+        cairo_arc(display, x, y, saucer_radius, angle_to_position(cup_start_angle, start_cm), angle_to_position(cup_start_angle, stop_cm))
+      end
+      cairo_set_source_rgba(display, rgb_to_r_g_b(saucer_mark_fg_clr, saucer_mark_fg_alpha))
+        cairo_set_line_width(display, saucer_thickness)
+        cairo_stroke(display)
+    end
+--graduation mark
+     if graduation_radius > 0 and graduation_thickness > 0 and graduation_mark_angle > 0 then
+       number_graduation = (math.abs(total_angle) +1)/ graduation_mark_angle
+       local start_arc_grad = 0
+       local stop_arc_grad = 0
+       local i = 0
+       while i < number_graduation do
+         local start_arc_grad = (graduation_mark_angle * (i)) - (graduation_mark_circ *0.5)
+         local stop_arc_grad = (graduation_mark_angle * (i)) + (graduation_mark_circ *0.5)
+         if total_angle < 0 then
+           cairo_arc_negative(display, x, y, graduation_radius, angle_to_position(cup_start_angle, start_arc_grad), angle_to_position(cup_start_angle, stop_arc_grad))
+         else
+           cairo_arc(display, x, y, graduation_radius, angle_to_position(cup_start_angle, start_arc_grad), angle_to_position(cup_start_angle, stop_arc_grad))
+         end
+         cairo_set_source_rgba(display,rgb_to_r_g_b(graduation_fg_clr,graduation_fg_alpha))
+         cairo_set_line_width(display, graduation_thickness)
+         cairo_stroke(display)
+         i = i + 1
+       end
+    end
+-- text
+  if txt_fg_alpha>0 then
+    cairo_select_font_face (display, "hooge 05_53", CAIRO_FONT_SLANT_NORMAL, txt_weight);
+    cairo_set_font_size (display,txt_size)
+    cairo_set_source_rgba (display, rgb_to_r_g_b(txt_fg_clr, txt_fg_alpha))
+    cairo_move_to (display,x+xtxt,y+ytxt)
+    cairo_show_text (display, caption ) cairo_show_text (display,value)cairo_show_text (display, caption2 )
+    cairo_stroke (display)
+  end
+end
+-------------------------------------------------------------------------------
+-- loads data and displays table_settings
+
+function display_coffee_table(display)
+  local function load_coffee_table(display, data)
+    local str, value = '', 0
+    if data['name'] == 'time2' then
+      local max_value = data['max_value']
+      str = string.format('${time %s}', data['arg'])
+      str = conky_parse(str)
+      local value2 = tonumber(str:sub(0,2))
+      if value2 == max_value then value2 = 0 end
+        value = value2 + (tonumber(str:sub(4,5))/60)
+      else
+        str = string.format('${%s %s}',data['name'], data['arg'])
+        str = conky_parse(str)
+        value = tonumber(str)
+      end
+      if value == nil then value = 0 end
+      draw_coffee_table(display, data, value)
+    end
+    for i in pairs(coffee_table) do
+      load_coffee_table(display, coffee_table[i])
+  end
+end
+-------------------------------------------------------------------------------
+runscheck = 0 -- fix for draw shades running script twice on every update
+function conky_main()
+  if conky_window == nil then 
+    return
+  end
+  local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
+  local display = cairo_create(cs)
+  local updates = conky_parse('${updates}')
+  update_num = tonumber(updates)
+  if update_num > 5 then
+    cairo_set_antialias (display, CAIRO_ANTIALIAS_SUBPIXEL)
+    display_coffee_table(display)
+    cairo_set_antialias (display, CAIRO_ANTIALIAS_DEFAULT)
+  end
+  cairo_surface_destroy(cs)
+  cairo_destroy(display)
+end
Index: .conky/clocks/mini/start
===================================================================
--- .conky/clocks/mini/start	(nonexistent)
+++ .conky/clocks/mini/start	(revision 5)
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+conky -c $HOME/.conky/clocks/mini/conkyrc &
+

Property changes on: .conky/clocks/mini/start
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .conky/clocks/mini
===================================================================
--- .conky/clocks/mini	(nonexistent)
+++ .conky/clocks/mini	(revision 5)

Property changes on: .conky/clocks/mini
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .conky/clocks
===================================================================
--- .conky/clocks	(nonexistent)
+++ .conky/clocks	(revision 5)

Property changes on: .conky/clocks
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .conky
===================================================================
--- .conky	(nonexistent)
+++ .conky	(revision 5)

Property changes on: .conky
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .local/share/applications/XTerm.desktop
===================================================================
--- .local/share/applications/XTerm.desktop	(nonexistent)
+++ .local/share/applications/XTerm.desktop	(revision 5)
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Comment[en_US]=
+Comment=
+Exec=~/bin/xterm-utf8.en.sh
+GenericName[en_US]=
+GenericName=
+Icon=~/pixmaps/xterm.png
+MimeType=
+Name[en_US]=Xterm
+Name=Xterm
+Path=~
+StartupNotify=true
+Terminal=false
+TerminalOptions=
+Type=Application
+X-DBUS-ServiceName=
+X-DBUS-StartupType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
Index: .local/share/applications
===================================================================
--- .local/share/applications	(nonexistent)
+++ .local/share/applications	(revision 5)

Property changes on: .local/share/applications
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .local/share
===================================================================
--- .local/share	(nonexistent)
+++ .local/share	(revision 5)

Property changes on: .local/share
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .local
===================================================================
--- .local	(nonexistent)
+++ .local	(revision 5)

Property changes on: .local
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .screenrc
===================================================================
--- .screenrc	(nonexistent)
+++ .screenrc	(revision 5)
@@ -0,0 +1,153 @@
+#
+# Example of a user's .screenrc file
+#
+
+# This is how one can set a reattach password:
+# password ODSJQf.4IJN7E    # "1234"
+
+# no annoying audible bell, please
+vbell on
+
+# detach on hangup
+autodetach on
+
+# don't display the copyright page
+startup_message off
+
+# emulate .logout message
+pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
+
+# advertise hardstatus support to $TERMCAP
+# termcapinfo  * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
+
+# make the shell in every window a login shell
+#shell -$SHELL
+
+# autoaka testing
+# shellaka '> |tcsh'
+# shellaka '$ |sh'
+
+# set every new windows hardstatus line to somenthing descriptive
+# defhstatus "screen: ^En (^Et)"
+
+defscrollback 1000
+
+# don't kill window after the process died
+# zombie "^["
+
+# enable support for the "alternate screen" capability in all windows
+# altscreen on
+
+################
+#
+# xterm tweaks
+#
+
+#xterm understands both im/ic and doesn't have a status line.
+#Note: Do not specify im and ic in the real termcap/info file as
+#some programs (e.g. vi) will not work anymore.
+termcap  xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
+terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
+
+#80/132 column switching must be enabled for ^AW to work
+#change init sequence to not switch width
+termcapinfo  xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
+
+# Make the output buffer large for (fast) xterms.
+#termcapinfo xterm* OL=10000
+termcapinfo xterm* OL=100
+
+# tell screen that xterm can switch to dark background and has function
+# keys.
+termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
+termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
+termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
+
+# special xterm hardstatus: use the window title.
+termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
+
+#terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
+termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
+
+# emulate part of the 'K' charset
+termcapinfo   xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
+
+# xterm-52 tweaks:
+# - uses background color for delete operations
+termcapinfo xterm* be
+
+################
+#
+# wyse terminals
+#
+
+#wyse-75-42 must have flow control (xo = "terminal uses xon/xoff")
+#essential to have it here, as this is a slow terminal.
+termcapinfo wy75-42 xo:hs@
+
+# New termcap sequences for cursor application mode.
+termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J
+
+################
+#
+# other terminals
+#
+
+# make hp700 termcap/info better
+termcapinfo  hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
+
+# Extend the vt100 desciption by some sequences.
+termcap  vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
+terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
+termcapinfo linux C8
+# old rxvt versions also need this
+# termcapinfo rxvt C8
+
+
+################
+#
+# keybindings
+#
+
+#remove some stupid / dangerous key bindings
+bind k
+bind ^k
+bind .
+bind ^\
+bind \\
+bind ^h
+bind h
+#make them better
+bind 'K' kill
+bind 'I' login on
+bind 'O' login off
+bind '}' history
+
+# Yet another hack:
+# Prepend/append register [/] to the paste if ^a^] is pressed.
+# This lets me have autoindent mode in vi.
+register [ "\033:se noai\015a"
+register ] "\033:se ai\015a"
+bind ^] paste [.]
+
+################
+#
+# default windows
+#
+
+# screen -t local 0
+# screen -t mail 1 mutt
+# screen -t 40 2 rlogin server
+
+# caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
+# hardstatus alwaysignore
+# hardstatus alwayslastline "%Lw"
+
+# bind = resize =
+# bind + resize +1
+# bind - resize -1
+# bind _ resize max
+#
+# defnonblock 1
+# blankerprg rain -d 100
+# idle 30 blanker
Index: bin/conky-clock
===================================================================
--- bin/conky-clock	(nonexistent)
+++ bin/conky-clock	(revision 5)
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# NOTE:
+# ====
+#  To prevent KSMserver remember previous session with 'conky' we have open
+#  System Settings -> Startup And Shutdown -> Desktop Session -> When logging in ->
+#  and set Start with an empty session
+#
+# conky -c ~/.conky/clocks/hd/conkyrc &
+# conky -c ~/.conky/clocks/midi/conkyrc &
+# conky -c ~/.conky/clocks/mini/conkyrc &
+#
+
+conky -c ~/.conky/clocks/midi/conkyrc &

Property changes on: bin/conky-clock
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: bin/xterm-utf8.en-f14.sh
===================================================================
--- bin/xterm-utf8.en-f14.sh	(nonexistent)
+++ bin/xterm-utf8.en-f14.sh	(revision 5)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+USED_BFONT="-*-terminus-bold-r-normal-*-14-*-*-*-*-*-iso10646-1"
+USED_NFONT="-*-terminus-medium-r-normal-*-14-*-*-*-*-*-iso10646-1"
+
+FONT_SIZE=14
+
+GEOMETRY=120x43+520+180
+
+LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8   \
+  xterm -u8 -bdc -fb "${USED_BFONT}" -fn "${USED_NFONT}" -fs ${FONT_SIZE} \
+  -fg "SeaGreen3" -bg "black" -cr "red" \
+  -sb -sl 640 -geometry ${GEOMETRY} "$@"
+# === =======
+#  ^     ^
+#  |     |
+#  |     --- scroll buffer in lines
+#  |
+#  --- show scroll bar

Property changes on: bin/xterm-utf8.en-f14.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: bin/xterm-utf8.en.sh
===================================================================
--- bin/xterm-utf8.en.sh	(nonexistent)
+++ bin/xterm-utf8.en.sh	(revision 5)
@@ -0,0 +1 @@
+link xterm-utf8.en-f14.sh
\ No newline at end of file

Property changes on: bin/xterm-utf8.en.sh
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: bin
===================================================================
--- bin	(nonexistent)
+++ bin	(revision 5)

Property changes on: bin
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: pixmaps/desktop/background-2560x1600.jpeg
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg

Property changes on: pixmaps/desktop/background-2560x1600.jpeg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/jpeg
\ No newline at end of property
Index: pixmaps/desktop
===================================================================
--- pixmaps/desktop	(nonexistent)
+++ pixmaps/desktop	(revision 5)

Property changes on: pixmaps/desktop
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: pixmaps/xterm-linux.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: pixmaps/xterm-linux.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: pixmaps/xterm-linux2.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: pixmaps/xterm-linux2.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: pixmaps/xterm.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = image/png

Property changes on: pixmaps/xterm.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Index: pixmaps
===================================================================
--- pixmaps	(nonexistent)
+++ pixmaps	(revision 5)

Property changes on: pixmaps
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .
===================================================================
--- .	(nonexistent)
+++ .	(revision 5)

Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~