From: Penny Leach Date: Mon, 19 Dec 2011 05:38:16 +0000 (+0100) Subject: fixes to awesome config to work with the new version X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=refs%2Fheads%2Flysander;p=dotfiles%2Fawesome.git fixes to awesome config to work with the new version --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d7ec5e5..ac00e38 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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% diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua index 5c8be48..ccc3ff2 100644 --- a/.config/awesome/theme.lua +++ b/.config/awesome/theme.lua @@ -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"