--------------------------- -- Default awesome theme -- --------------------------- def_theme = "/usr/local/share/awesome/themes/default/" def_icons = "/usr/local/share/awesome/icons/" theme = {} theme.font = "sans 8" theme.hilight = "#006600" theme.bg_normal = "#222222" theme.bg_focus = "#535d6c" theme.bg_urgent = "#ff0000" theme.bg_minimize = "#444444" theme.fg_normal = "#aaaaaa" theme.fg_focus = "#ffffff" theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" theme.border_width = "2" theme.border_normal = "#000000" -- theme.border_focus = "#535d6c" theme.border_focus = "#006600" theme.border_marked = "#91231c" -- There are another variables sets -- overriding the default one when -- defined, the sets are: -- [taglist|tasklist]_[bg|fg]_[focus|urgent] -- titlebar_[bg|fg]_[normal|focus] -- Example: --theme.taglist_bg_focus = "#ff0000" -- Display the taglist squares theme.taglist_squares_sel = def_theme .. "taglist/squarefw.png" theme.taglist_squares_unsel = def_theme .. "taglist/squarew.png" theme.tasklist_floating_icon = def_theme .. "tasklist/floatingw.png" -- Variables set for theming menu -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] theme.menu_submenu_icon = def_theme .. "submenu.png" theme.menu_height = "15" theme.menu_width = "100" -- You can add as many variables as -- you wish and access them by using -- beautiful.variable in your rc.lua --theme.bg_widget = "#cc0000" -- Define the image to load theme.titlebar_close_button_normal = def_theme .. "titlebar/close.png" theme.titlebar_close_button_focus = def_theme .. "titlebar/closer.png" -- You can use your own command to set your wallpaper theme.wallpaper_cmd = "awsetbg my_stuffs/wallpaper/Radioactive_Wallpaper_1_by_RECROW.jpg" -- You can use your own layout icons like this: theme.layout_fairh = def_theme .. "layouts/fairhw.png" theme.layout_fairv = def_theme .. "layouts/fairvw.png" theme.layout_floating = def_theme .. "layouts/floatingw.png" theme.layout_magnifier = def_theme .. "layouts/magnifierw.png" theme.layout_max = def_theme .. "layouts/maxw.png" theme.layout_tilebottom = def_theme .. "layouts/tilebottomw.png" theme.layout_tileleft = def_theme .. "layouts/tileleftw.png" theme.layout_tile = def_theme .. "layouts/tilew.png" theme.layout_tiletop = def_theme .. "layouts/tiletopw.png" theme.awesome_icon = def_icons .. "awesome16.png"