]> git.mjollnir.org Git - dotfiles/awesome.git/commitdiff
fixes to awesome config to work with the new version lysander
authorPenny Leach <penny@mjollnir.org>
Mon, 19 Dec 2011 05:38:16 +0000 (06:38 +0100)
committerPenny Leach <penny@mjollnir.org>
Mon, 19 Dec 2011 05:38:16 +0000 (06:38 +0100)
.config/awesome/rc.lua
.config/awesome/theme.lua

index d7ec5e54ec168b32e17eec2ecbf6e60ed58e7e06..ac00e38a4fc1ef74cde9d71537355013ad3cb5a6 100644 (file)
@@ -358,7 +358,7 @@ function get_acpibatt()
     local s=f:read('*l')
     f:close()
     if not s then
-        return laststring;
+        return "acpi -b failed"
     end
 --  Battery 0: Discharging, 89%, 00:02:14 remaining
 --  or! Battery 0: Full, 100%
index 5c8be48bacfa2a6a672f4360dc93331634b6c93a..ccc3ff2e2cb11d4d2157a11d2c89adf8b389b162 100644 (file)
@@ -72,7 +72,7 @@ theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/defau
 theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png"
 
 -- You can use your own command to set your wallpaper
--- theme.wallpaper_cmd = { "feh --bg-scale /home/penny/images/desktops/swirls.jpg" }
+theme.wallpaper_cmd = { "feh --bg-scale /usr/share/slim/themes/penny/background.jpg" }
 
 -- You can use your own layout icons like this:
 theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"