<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>theme.lua-snowmobile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ CONFIGS = \
 	conkyrc-snowcone \
 	xbindkeysrc-snowcone \
 	rc.lua-snowmobile \
-	theme-snowmobile
+	theme.lua-snowmobile
 
 default : all
 
@@ -41,8 +41,8 @@ install-file-xbindkeysrc-snowcone : xbindkeysrc-snowcone
 install-file-rc.lua-snowmobile : rc.lua-snowmobile
 	test `hostname` != 'snowmobile' || install $&lt; $(HOME)/.config/awesome/rc.lua
 
-install-file-theme-snowmobile : theme-snowmobile
-	test `hostname` != 'snowmobile' || install $&lt; $(HOME)/.config/awesome/theme
+install-file-theme.lua-snowmobile : theme.lua-snowmobile
+	test `hostname` != 'snowmobile' || install $&lt; $(HOME)/.config/awesome/theme.lua
 
 install: $(foreach f, $(CONFIGS), install-file-$(f) )
 </diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ require(&quot;beautiful&quot;)
 require(&quot;naughty&quot;)
 
 -- {{{ Variable definitions
-theme_path = &quot;.config/awesome/theme&quot;
+theme_path = &quot;.config/awesome/theme.lua&quot;
 beautiful.init(theme_path)
 
 -- This is used later as the default terminal and editor to run.
@@ -69,10 +69,12 @@ for s = 1, screen.count() do
     tags[s] = {}
     -- Create 9 tags per screen.
     tagnames = { &quot;1&quot;, &quot;2=email&quot;, &quot;3=web&quot;, &quot;4=irc&quot;, &quot;5=paludis&quot;, &quot;6=media&quot;, &quot;7&quot;, &quot;8&quot;, &quot;9&quot; }
+    -- Create 9 tags per screen.
     for tagnumber = 1, 9 do
-        tags[s][tagnumber] = tag({ name = tagnames[tagnumber], layout = layouts[1] })
+        tags[s][tagnumber] = tag(tagnumber)
         -- Add tags to screen one by one
         tags[s][tagnumber].screen = s
+        tags[s][tagnumber].name = tagnames[tagnumber]
         awful.layout.set(layouts[1], tags[s][tagnumber])
     end
     -- I'm sure you want to see at least one tag.
@@ -84,7 +86,7 @@ end
 -- Create a textbox widget
 mytextbox = widget({ type = &quot;textbox&quot;, align = &quot;right&quot; })
 -- Set the default text in textbox
-mytextbox.text = &quot;&lt;b&gt;&lt;small&gt; &quot; .. AWESOME_RELEASE .. &quot; &lt;/small&gt;&lt;/b&gt;&quot;
+mytextbox.text = &quot;...&quot;
 
 myactivebox = widget({ type = &quot;textbox&quot;, align = &quot;right&quot; })
 myactivebox.text = &quot;&quot;
@@ -270,7 +272,7 @@ table.insert(globalkeys, key({ modkey }, &quot;F4&quot;, function () awful.util.spawn(&quot;xte
 table.insert(globalkeys, key({ modkey }, &quot;F5&quot;, function () awful.util.spawn(&quot;gvim&quot;) end))
 table.insert(globalkeys, key({ modkey }, &quot;F12&quot;, function () awful.util.spawn(&quot;alock -auth pam -bg blank:color=yellow&quot;) end))
 table.insert(globalkeys, key({ modkey }, &quot;p&quot;, function () awful.util.spawn(&quot;mpc toggle&quot;) end))
-table.insert(globalkeys, key({ modkey }, &quot;w&quot;, function () awful.util.spawn(&quot;find ~/wallpaper/current/ -type f | shuf -n1 | xargs feh --bg-scale&quot;) end))
+table.insert(globalkeys, key({ modkey }, &quot;w&quot;, function () awful.util.spawn(&quot;sh -c 'find ~/wallpaper/current/ -type f | shuf -n1 | xargs feh --bg-scale'&quot;) end))
 
 -- Rename
 table.insert(globalkeys, key({ modkey }, &quot;r&quot;, function ()</diff>
      <filename>rc.lua-snowmobile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>theme-snowmobile</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a45e872888224d725e38a16910f8d80f88cff485</id>
    </parent>
  </parents>
  <author>
    <name>Ciaran McCreesh</name>
    <email>ciaran.mccreesh@googlemail.com</email>
  </author>
  <url>http://github.com/ciaranm/dotfiles-ciaranm/commit/16df96a05e26dffff552d72c4c0ea4aa5b3eb5ca</url>
  <id>16df96a05e26dffff552d72c4c0ea4aa5b3eb5ca</id>
  <committed-date>2009-05-03T17:22:17-07:00</committed-date>
  <authored-date>2009-05-03T17:22:17-07:00</authored-date>
  <message>Update for awesome 3.3-rc1</message>
  <tree>0c0909e31ee3e040f67c457149661db7cc43ea10</tree>
  <committer>
    <name>Ciaran McCreesh</name>
    <email>ciaran.mccreesh@googlemail.com</email>
  </committer>
</commit>
