diff --git a/awesome/rc.lua b/awesome/rc.lua index d7f339a..cedefc8 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -397,4 +397,4 @@ client.add_signal("unfocus", function(c) -- }}} awful.util.spawn_with_shell("xcompmgr") -awful.util.spawn_with_shell("xscreensaver") \ No newline at end of file +awful.util.spawn_with_shell("xscreensaver") diff --git a/awesome/themes/default/layouts/max.png b/awesome/themes/default/layouts/max.png index fe70bef..4246d56 100644 Binary files a/awesome/themes/default/layouts/max.png and b/awesome/themes/default/layouts/max.png differ diff --git a/awesome/themes/default/layouts/maxw.png b/awesome/themes/default/layouts/maxw.png index d8debb8..14c161a 100644 Binary files a/awesome/themes/default/layouts/maxw.png and b/awesome/themes/default/layouts/maxw.png differ diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index 69760f6..c9e9150 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -6,91 +6,93 @@ theme = {} theme.font = "sans 8" -theme.bg_normal = "#222222" -theme.bg_focus = "#535d6c" +theme.bg_normal = "#000000" +theme.bg_focus = "#333333" 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.fg_minimize = "#ffffff" theme.border_width = "1" theme.border_normal = "#000000" theme.border_focus = "#535d6c" theme.border_marked = "#91231c" --- There are other variable sets +-- 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] --- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] --- mouse_finder_[color|timeout|animate_timeout|radius|factor] -- Example: ---theme.taglist_bg_focus = "#ff0000" +--taglist_bg_focus = #ff0000 -- Display the taglist squares -theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png" +theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png" theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png" theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png" --- Variables set for theming the menu: +-- Variables set for theming menu -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" -theme.menu_height = "15" -theme.menu_width = "100" +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" +--bg_widget = #cc0000 -- Define the image to load theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png" -theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png" +theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png" theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png" -theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png" +theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png" theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png" -theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png" +theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png" theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png" -theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png" +theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png" theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png" -theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png" +theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png" theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png" -theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png" +theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png" theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png" -theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png" +theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png" theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png" -theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png" +theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png" theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png" -theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png" +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 = { "wallman-awesome" } --{ "awsetbg /usr/share/awesome/themes/default/background.png" } +theme.wallpaper_cmd = { "awsetbg /usr/share/awesome/themes/default/background.png" } -- You can use your own layout icons like this: theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png" theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png" -theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png" +theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png" theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png" theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png" theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png" theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png" -theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png" +theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png" theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png" theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png" -theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png" -theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png" theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png" +theme.xmms2_play_icon = "/home/tom/.config/awesome/themes/default/xmms2/play.png" +theme.xmms2_pause_icon = "/home/tom/.config/awesome/themes/default/xmms2/pause.png" +theme.xmms2_next_icon = "/home/tom/.config/awesome/themes/default/xmms2/next.png" +theme.xmms2_previous_icon = "/home/tom/.config/awesome/themes/default/xmms2/previous.png" +theme.xmms2_stop_icon = "/home/tom/.config/awesome/themes/default/xmms2/stop.png" + return theme -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80 diff --git a/awesome/themes/default/titlebar/close_normal.png b/awesome/themes/default/titlebar/close_normal.png index ca3f380..fe6ebe0 100644 Binary files a/awesome/themes/default/titlebar/close_normal.png and b/awesome/themes/default/titlebar/close_normal.png differ diff --git a/awesome/themes/default/titlebar/floating_focus_inactive.png b/awesome/themes/default/titlebar/floating_focus_inactive.png index f69af15..8d724bf 100644 Binary files a/awesome/themes/default/titlebar/floating_focus_inactive.png and b/awesome/themes/default/titlebar/floating_focus_inactive.png differ diff --git a/awesome/themes/default/titlebar/floating_normal_active.png b/awesome/themes/default/titlebar/floating_normal_active.png index e285b84..21a67ee 100644 Binary files a/awesome/themes/default/titlebar/floating_normal_active.png and b/awesome/themes/default/titlebar/floating_normal_active.png differ diff --git a/awesome/themes/default/titlebar/floating_normal_inactive.png b/awesome/themes/default/titlebar/floating_normal_inactive.png index 958efdf..ab0f89c 100644 Binary files a/awesome/themes/default/titlebar/floating_normal_inactive.png and b/awesome/themes/default/titlebar/floating_normal_inactive.png differ diff --git a/awesome/themes/default/titlebar/maximized_focus_inactive.png b/awesome/themes/default/titlebar/maximized_focus_inactive.png index 62f8196..e79dc1e 100644 Binary files a/awesome/themes/default/titlebar/maximized_focus_inactive.png and b/awesome/themes/default/titlebar/maximized_focus_inactive.png differ diff --git a/awesome/themes/default/titlebar/maximized_normal_active.png b/awesome/themes/default/titlebar/maximized_normal_active.png index 05c4e37..7765759 100644 Binary files a/awesome/themes/default/titlebar/maximized_normal_active.png and b/awesome/themes/default/titlebar/maximized_normal_active.png differ diff --git a/awesome/themes/default/titlebar/maximized_normal_inactive.png b/awesome/themes/default/titlebar/maximized_normal_inactive.png index 7fbc96a..394a87b 100644 Binary files a/awesome/themes/default/titlebar/maximized_normal_inactive.png and b/awesome/themes/default/titlebar/maximized_normal_inactive.png differ diff --git a/awesome/themes/default/titlebar/ontop_focus_inactive.png b/awesome/themes/default/titlebar/ontop_focus_inactive.png index 3f06b51..fdb4e94 100644 Binary files a/awesome/themes/default/titlebar/ontop_focus_inactive.png and b/awesome/themes/default/titlebar/ontop_focus_inactive.png differ diff --git a/awesome/themes/default/titlebar/ontop_normal_active.png b/awesome/themes/default/titlebar/ontop_normal_active.png index 9d59779..fc60895 100644 Binary files a/awesome/themes/default/titlebar/ontop_normal_active.png and b/awesome/themes/default/titlebar/ontop_normal_active.png differ diff --git a/awesome/themes/default/titlebar/ontop_normal_inactive.png b/awesome/themes/default/titlebar/ontop_normal_inactive.png index d122d11..cb2dd7f 100644 Binary files a/awesome/themes/default/titlebar/ontop_normal_inactive.png and b/awesome/themes/default/titlebar/ontop_normal_inactive.png differ diff --git a/awesome/themes/default/titlebar/sticky_focus_inactive.png b/awesome/themes/default/titlebar/sticky_focus_inactive.png index 83a030a..783df69 100644 Binary files a/awesome/themes/default/titlebar/sticky_focus_inactive.png and b/awesome/themes/default/titlebar/sticky_focus_inactive.png differ diff --git a/awesome/themes/default/titlebar/sticky_normal_active.png b/awesome/themes/default/titlebar/sticky_normal_active.png index 00a7fa8..ea1f2a6 100644 Binary files a/awesome/themes/default/titlebar/sticky_normal_active.png and b/awesome/themes/default/titlebar/sticky_normal_active.png differ diff --git a/awesome/themes/default/titlebar/sticky_normal_inactive.png b/awesome/themes/default/titlebar/sticky_normal_inactive.png index 5cacb5a..aabb54a 100644 Binary files a/awesome/themes/default/titlebar/sticky_normal_inactive.png and b/awesome/themes/default/titlebar/sticky_normal_inactive.png differ diff --git a/awesome/themes/themes/default/xmms2/next.png b/awesome/themes/default/xmms2/next.png similarity index 100% rename from awesome/themes/themes/default/xmms2/next.png rename to awesome/themes/default/xmms2/next.png diff --git a/awesome/themes/themes/default/xmms2/pause.png b/awesome/themes/default/xmms2/pause.png similarity index 100% rename from awesome/themes/themes/default/xmms2/pause.png rename to awesome/themes/default/xmms2/pause.png diff --git a/awesome/themes/themes/default/xmms2/play.png b/awesome/themes/default/xmms2/play.png similarity index 100% rename from awesome/themes/themes/default/xmms2/play.png rename to awesome/themes/default/xmms2/play.png diff --git a/awesome/themes/themes/default/xmms2/previous.png b/awesome/themes/default/xmms2/previous.png similarity index 100% rename from awesome/themes/themes/default/xmms2/previous.png rename to awesome/themes/default/xmms2/previous.png diff --git a/awesome/themes/themes/default/xmms2/stop.png b/awesome/themes/default/xmms2/stop.png similarity index 100% rename from awesome/themes/themes/default/xmms2/stop.png rename to awesome/themes/default/xmms2/stop.png diff --git a/awesome/themes/themes/test.png b/awesome/themes/test.png similarity index 100% rename from awesome/themes/themes/test.png rename to awesome/themes/test.png diff --git a/awesome/themes/themes/default/theme.lua b/awesome/themes/themes/default/theme.lua deleted file mode 100755 index c9e9150..0000000 --- a/awesome/themes/themes/default/theme.lua +++ /dev/null @@ -1,98 +0,0 @@ ---------------------------- --- Default awesome theme -- ---------------------------- - -theme = {} - -theme.font = "sans 8" - -theme.bg_normal = "#000000" -theme.bg_focus = "#333333" -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 = "1" -theme.border_normal = "#000000" -theme.border_focus = "#535d6c" -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: ---taglist_bg_focus = #ff0000 - --- Display the taglist squares -theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png" -theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png" - -theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png" - --- Variables set for theming menu --- menu_[bg|fg]_[normal|focus] --- menu_[border_color|border_width] -theme.menu_submenu_icon = "/usr/share/awesome/themes/default/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 ---bg_widget = #cc0000 - --- Define the image to load -theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png" -theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png" - -theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png" -theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png" -theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png" -theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png" - -theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png" -theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png" -theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png" -theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png" - -theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png" -theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png" -theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png" -theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png" - -theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png" -theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png" -theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png" -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 = { "awsetbg /usr/share/awesome/themes/default/background.png" } - --- You can use your own layout icons like this: -theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png" -theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png" -theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png" -theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png" -theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png" -theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png" -theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png" -theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png" -theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png" -theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png" - -theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png" - -theme.xmms2_play_icon = "/home/tom/.config/awesome/themes/default/xmms2/play.png" -theme.xmms2_pause_icon = "/home/tom/.config/awesome/themes/default/xmms2/pause.png" -theme.xmms2_next_icon = "/home/tom/.config/awesome/themes/default/xmms2/next.png" -theme.xmms2_previous_icon = "/home/tom/.config/awesome/themes/default/xmms2/previous.png" -theme.xmms2_stop_icon = "/home/tom/.config/awesome/themes/default/xmms2/stop.png" - -return theme --- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80 diff --git a/awesome/themes/themes/vt/background.png b/awesome/themes/themes/vt/background.png deleted file mode 100755 index 0d882b7..0000000 Binary files a/awesome/themes/themes/vt/background.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/fairh.png b/awesome/themes/themes/vt/layouts/fairh.png deleted file mode 100755 index b4e289d..0000000 Binary files a/awesome/themes/themes/vt/layouts/fairh.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/fairhw.png b/awesome/themes/themes/vt/layouts/fairhw.png deleted file mode 100755 index 514d66d..0000000 Binary files a/awesome/themes/themes/vt/layouts/fairhw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/fairv.png b/awesome/themes/themes/vt/layouts/fairv.png deleted file mode 100755 index e5aad70..0000000 Binary files a/awesome/themes/themes/vt/layouts/fairv.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/fairvw.png b/awesome/themes/themes/vt/layouts/fairvw.png deleted file mode 100755 index f97ce56..0000000 Binary files a/awesome/themes/themes/vt/layouts/fairvw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/floating.png b/awesome/themes/themes/vt/layouts/floating.png deleted file mode 100755 index cbc7804..0000000 Binary files a/awesome/themes/themes/vt/layouts/floating.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/floatingw.png b/awesome/themes/themes/vt/layouts/floatingw.png deleted file mode 100755 index 7ddf7ae..0000000 Binary files a/awesome/themes/themes/vt/layouts/floatingw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/fullscreen.png b/awesome/themes/themes/vt/layouts/fullscreen.png deleted file mode 100755 index 46716f5..0000000 Binary files a/awesome/themes/themes/vt/layouts/fullscreen.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/fullscreenw.png b/awesome/themes/themes/vt/layouts/fullscreenw.png deleted file mode 100755 index 2c3cfad..0000000 Binary files a/awesome/themes/themes/vt/layouts/fullscreenw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/magnifier.png b/awesome/themes/themes/vt/layouts/magnifier.png deleted file mode 100755 index 1476555..0000000 Binary files a/awesome/themes/themes/vt/layouts/magnifier.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/magnifierw.png b/awesome/themes/themes/vt/layouts/magnifierw.png deleted file mode 100755 index 97c1d11..0000000 Binary files a/awesome/themes/themes/vt/layouts/magnifierw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/max.png b/awesome/themes/themes/vt/layouts/max.png deleted file mode 100755 index 4246d56..0000000 Binary files a/awesome/themes/themes/vt/layouts/max.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/maxw.png b/awesome/themes/themes/vt/layouts/maxw.png deleted file mode 100755 index 14c161a..0000000 Binary files a/awesome/themes/themes/vt/layouts/maxw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tile.png b/awesome/themes/themes/vt/layouts/tile.png deleted file mode 100755 index 071a385..0000000 Binary files a/awesome/themes/themes/vt/layouts/tile.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tilebottom.png b/awesome/themes/themes/vt/layouts/tilebottom.png deleted file mode 100755 index aeedbe2..0000000 Binary files a/awesome/themes/themes/vt/layouts/tilebottom.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tilebottomw.png b/awesome/themes/themes/vt/layouts/tilebottomw.png deleted file mode 100755 index f42da9d..0000000 Binary files a/awesome/themes/themes/vt/layouts/tilebottomw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tileleft.png b/awesome/themes/themes/vt/layouts/tileleft.png deleted file mode 100755 index ab55e08..0000000 Binary files a/awesome/themes/themes/vt/layouts/tileleft.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tileleftw.png b/awesome/themes/themes/vt/layouts/tileleftw.png deleted file mode 100755 index c18e7b4..0000000 Binary files a/awesome/themes/themes/vt/layouts/tileleftw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tiletop.png b/awesome/themes/themes/vt/layouts/tiletop.png deleted file mode 100755 index 3febc35..0000000 Binary files a/awesome/themes/themes/vt/layouts/tiletop.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tiletopw.png b/awesome/themes/themes/vt/layouts/tiletopw.png deleted file mode 100755 index daf965f..0000000 Binary files a/awesome/themes/themes/vt/layouts/tiletopw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/layouts/tilew.png b/awesome/themes/themes/vt/layouts/tilew.png deleted file mode 100755 index c722a35..0000000 Binary files a/awesome/themes/themes/vt/layouts/tilew.png and /dev/null differ diff --git a/awesome/themes/themes/vt/submenu.png b/awesome/themes/themes/vt/submenu.png deleted file mode 100755 index b2778e2..0000000 Binary files a/awesome/themes/themes/vt/submenu.png and /dev/null differ diff --git a/awesome/themes/themes/vt/taglist/squarefw.png b/awesome/themes/themes/vt/taglist/squarefw.png deleted file mode 100755 index 2a86430..0000000 Binary files a/awesome/themes/themes/vt/taglist/squarefw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/taglist/squarew.png b/awesome/themes/themes/vt/taglist/squarew.png deleted file mode 100755 index 913f2ca..0000000 Binary files a/awesome/themes/themes/vt/taglist/squarew.png and /dev/null differ diff --git a/awesome/themes/themes/vt/tasklist/floating.png b/awesome/themes/themes/vt/tasklist/floating.png deleted file mode 100755 index f29e7f5..0000000 Binary files a/awesome/themes/themes/vt/tasklist/floating.png and /dev/null differ diff --git a/awesome/themes/themes/vt/tasklist/floatingw.png b/awesome/themes/themes/vt/tasklist/floatingw.png deleted file mode 100755 index eb802ae..0000000 Binary files a/awesome/themes/themes/vt/tasklist/floatingw.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/close_focus.png b/awesome/themes/themes/vt/titlebar/close_focus.png deleted file mode 100755 index a5b7958..0000000 Binary files a/awesome/themes/themes/vt/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/close_normal.png b/awesome/themes/themes/vt/titlebar/close_normal.png deleted file mode 100755 index fe6ebe0..0000000 Binary files a/awesome/themes/themes/vt/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/floating_focus_active.png b/awesome/themes/themes/vt/titlebar/floating_focus_active.png deleted file mode 100755 index 3447bb2..0000000 Binary files a/awesome/themes/themes/vt/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/floating_focus_inactive.png b/awesome/themes/themes/vt/titlebar/floating_focus_inactive.png deleted file mode 100755 index 8d724bf..0000000 Binary files a/awesome/themes/themes/vt/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/floating_normal_active.png b/awesome/themes/themes/vt/titlebar/floating_normal_active.png deleted file mode 100755 index 21a67ee..0000000 Binary files a/awesome/themes/themes/vt/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/floating_normal_inactive.png b/awesome/themes/themes/vt/titlebar/floating_normal_inactive.png deleted file mode 100755 index ab0f89c..0000000 Binary files a/awesome/themes/themes/vt/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/maximized_focus_active.png b/awesome/themes/themes/vt/titlebar/maximized_focus_active.png deleted file mode 100755 index 78a2914..0000000 Binary files a/awesome/themes/themes/vt/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/maximized_focus_inactive.png b/awesome/themes/themes/vt/titlebar/maximized_focus_inactive.png deleted file mode 100755 index e79dc1e..0000000 Binary files a/awesome/themes/themes/vt/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/maximized_normal_active.png b/awesome/themes/themes/vt/titlebar/maximized_normal_active.png deleted file mode 100755 index 7765759..0000000 Binary files a/awesome/themes/themes/vt/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/maximized_normal_inactive.png b/awesome/themes/themes/vt/titlebar/maximized_normal_inactive.png deleted file mode 100755 index 394a87b..0000000 Binary files a/awesome/themes/themes/vt/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/ontop_focus_active.png b/awesome/themes/themes/vt/titlebar/ontop_focus_active.png deleted file mode 100755 index f954bed..0000000 Binary files a/awesome/themes/themes/vt/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/ontop_focus_inactive.png b/awesome/themes/themes/vt/titlebar/ontop_focus_inactive.png deleted file mode 100755 index fdb4e94..0000000 Binary files a/awesome/themes/themes/vt/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/ontop_normal_active.png b/awesome/themes/themes/vt/titlebar/ontop_normal_active.png deleted file mode 100755 index fc60895..0000000 Binary files a/awesome/themes/themes/vt/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/ontop_normal_inactive.png b/awesome/themes/themes/vt/titlebar/ontop_normal_inactive.png deleted file mode 100755 index cb2dd7f..0000000 Binary files a/awesome/themes/themes/vt/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/sticky_focus_active.png b/awesome/themes/themes/vt/titlebar/sticky_focus_active.png deleted file mode 100755 index 1106399..0000000 Binary files a/awesome/themes/themes/vt/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/sticky_focus_inactive.png b/awesome/themes/themes/vt/titlebar/sticky_focus_inactive.png deleted file mode 100755 index 783df69..0000000 Binary files a/awesome/themes/themes/vt/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/sticky_normal_active.png b/awesome/themes/themes/vt/titlebar/sticky_normal_active.png deleted file mode 100755 index ea1f2a6..0000000 Binary files a/awesome/themes/themes/vt/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/themes/vt/titlebar/sticky_normal_inactive.png b/awesome/themes/themes/vt/titlebar/sticky_normal_inactive.png deleted file mode 100755 index aabb54a..0000000 Binary files a/awesome/themes/themes/vt/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/themes/default/background.png b/awesome/themes/vt/background.png similarity index 100% rename from awesome/themes/themes/default/background.png rename to awesome/themes/vt/background.png diff --git a/awesome/themes/themes/default/layouts/fairh.png b/awesome/themes/vt/layouts/fairh.png similarity index 100% rename from awesome/themes/themes/default/layouts/fairh.png rename to awesome/themes/vt/layouts/fairh.png diff --git a/awesome/themes/themes/default/layouts/fairhw.png b/awesome/themes/vt/layouts/fairhw.png similarity index 100% rename from awesome/themes/themes/default/layouts/fairhw.png rename to awesome/themes/vt/layouts/fairhw.png diff --git a/awesome/themes/themes/default/layouts/fairv.png b/awesome/themes/vt/layouts/fairv.png similarity index 100% rename from awesome/themes/themes/default/layouts/fairv.png rename to awesome/themes/vt/layouts/fairv.png diff --git a/awesome/themes/themes/default/layouts/fairvw.png b/awesome/themes/vt/layouts/fairvw.png similarity index 100% rename from awesome/themes/themes/default/layouts/fairvw.png rename to awesome/themes/vt/layouts/fairvw.png diff --git a/awesome/themes/themes/default/layouts/floating.png b/awesome/themes/vt/layouts/floating.png similarity index 100% rename from awesome/themes/themes/default/layouts/floating.png rename to awesome/themes/vt/layouts/floating.png diff --git a/awesome/themes/themes/default/layouts/floatingw.png b/awesome/themes/vt/layouts/floatingw.png similarity index 100% rename from awesome/themes/themes/default/layouts/floatingw.png rename to awesome/themes/vt/layouts/floatingw.png diff --git a/awesome/themes/themes/default/layouts/fullscreen.png b/awesome/themes/vt/layouts/fullscreen.png similarity index 100% rename from awesome/themes/themes/default/layouts/fullscreen.png rename to awesome/themes/vt/layouts/fullscreen.png diff --git a/awesome/themes/themes/default/layouts/fullscreenw.png b/awesome/themes/vt/layouts/fullscreenw.png similarity index 100% rename from awesome/themes/themes/default/layouts/fullscreenw.png rename to awesome/themes/vt/layouts/fullscreenw.png diff --git a/awesome/themes/themes/default/layouts/magnifier.png b/awesome/themes/vt/layouts/magnifier.png similarity index 100% rename from awesome/themes/themes/default/layouts/magnifier.png rename to awesome/themes/vt/layouts/magnifier.png diff --git a/awesome/themes/themes/default/layouts/magnifierw.png b/awesome/themes/vt/layouts/magnifierw.png similarity index 100% rename from awesome/themes/themes/default/layouts/magnifierw.png rename to awesome/themes/vt/layouts/magnifierw.png diff --git a/awesome/themes/themes/default/layouts/max.png b/awesome/themes/vt/layouts/max.png similarity index 100% rename from awesome/themes/themes/default/layouts/max.png rename to awesome/themes/vt/layouts/max.png diff --git a/awesome/themes/themes/default/layouts/maxw.png b/awesome/themes/vt/layouts/maxw.png similarity index 100% rename from awesome/themes/themes/default/layouts/maxw.png rename to awesome/themes/vt/layouts/maxw.png diff --git a/awesome/themes/themes/default/layouts/tile.png b/awesome/themes/vt/layouts/tile.png similarity index 100% rename from awesome/themes/themes/default/layouts/tile.png rename to awesome/themes/vt/layouts/tile.png diff --git a/awesome/themes/themes/default/layouts/tilebottom.png b/awesome/themes/vt/layouts/tilebottom.png similarity index 100% rename from awesome/themes/themes/default/layouts/tilebottom.png rename to awesome/themes/vt/layouts/tilebottom.png diff --git a/awesome/themes/themes/default/layouts/tilebottomw.png b/awesome/themes/vt/layouts/tilebottomw.png similarity index 100% rename from awesome/themes/themes/default/layouts/tilebottomw.png rename to awesome/themes/vt/layouts/tilebottomw.png diff --git a/awesome/themes/themes/default/layouts/tileleft.png b/awesome/themes/vt/layouts/tileleft.png similarity index 100% rename from awesome/themes/themes/default/layouts/tileleft.png rename to awesome/themes/vt/layouts/tileleft.png diff --git a/awesome/themes/themes/default/layouts/tileleftw.png b/awesome/themes/vt/layouts/tileleftw.png similarity index 100% rename from awesome/themes/themes/default/layouts/tileleftw.png rename to awesome/themes/vt/layouts/tileleftw.png diff --git a/awesome/themes/themes/default/layouts/tiletop.png b/awesome/themes/vt/layouts/tiletop.png similarity index 100% rename from awesome/themes/themes/default/layouts/tiletop.png rename to awesome/themes/vt/layouts/tiletop.png diff --git a/awesome/themes/themes/default/layouts/tiletopw.png b/awesome/themes/vt/layouts/tiletopw.png similarity index 100% rename from awesome/themes/themes/default/layouts/tiletopw.png rename to awesome/themes/vt/layouts/tiletopw.png diff --git a/awesome/themes/themes/default/layouts/tilew.png b/awesome/themes/vt/layouts/tilew.png similarity index 100% rename from awesome/themes/themes/default/layouts/tilew.png rename to awesome/themes/vt/layouts/tilew.png diff --git a/awesome/themes/themes/default/submenu.png b/awesome/themes/vt/submenu.png similarity index 100% rename from awesome/themes/themes/default/submenu.png rename to awesome/themes/vt/submenu.png diff --git a/awesome/themes/themes/default/taglist/squarefw.png b/awesome/themes/vt/taglist/squarefw.png similarity index 100% rename from awesome/themes/themes/default/taglist/squarefw.png rename to awesome/themes/vt/taglist/squarefw.png diff --git a/awesome/themes/themes/default/taglist/squarew.png b/awesome/themes/vt/taglist/squarew.png similarity index 100% rename from awesome/themes/themes/default/taglist/squarew.png rename to awesome/themes/vt/taglist/squarew.png diff --git a/awesome/themes/themes/default/tasklist/floating.png b/awesome/themes/vt/tasklist/floating.png similarity index 100% rename from awesome/themes/themes/default/tasklist/floating.png rename to awesome/themes/vt/tasklist/floating.png diff --git a/awesome/themes/themes/default/tasklist/floatingw.png b/awesome/themes/vt/tasklist/floatingw.png similarity index 100% rename from awesome/themes/themes/default/tasklist/floatingw.png rename to awesome/themes/vt/tasklist/floatingw.png diff --git a/awesome/themes/themes/vt/theme.lua b/awesome/themes/vt/theme.lua similarity index 100% rename from awesome/themes/themes/vt/theme.lua rename to awesome/themes/vt/theme.lua diff --git a/awesome/themes/themes/default/titlebar/close_focus.png b/awesome/themes/vt/titlebar/close_focus.png similarity index 100% rename from awesome/themes/themes/default/titlebar/close_focus.png rename to awesome/themes/vt/titlebar/close_focus.png diff --git a/awesome/themes/themes/default/titlebar/close_normal.png b/awesome/themes/vt/titlebar/close_normal.png similarity index 100% rename from awesome/themes/themes/default/titlebar/close_normal.png rename to awesome/themes/vt/titlebar/close_normal.png diff --git a/awesome/themes/themes/default/titlebar/floating_focus_active.png b/awesome/themes/vt/titlebar/floating_focus_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/floating_focus_active.png rename to awesome/themes/vt/titlebar/floating_focus_active.png diff --git a/awesome/themes/themes/default/titlebar/floating_focus_inactive.png b/awesome/themes/vt/titlebar/floating_focus_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/floating_focus_inactive.png rename to awesome/themes/vt/titlebar/floating_focus_inactive.png diff --git a/awesome/themes/themes/default/titlebar/floating_normal_active.png b/awesome/themes/vt/titlebar/floating_normal_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/floating_normal_active.png rename to awesome/themes/vt/titlebar/floating_normal_active.png diff --git a/awesome/themes/themes/default/titlebar/floating_normal_inactive.png b/awesome/themes/vt/titlebar/floating_normal_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/floating_normal_inactive.png rename to awesome/themes/vt/titlebar/floating_normal_inactive.png diff --git a/awesome/themes/themes/default/titlebar/maximized_focus_active.png b/awesome/themes/vt/titlebar/maximized_focus_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/maximized_focus_active.png rename to awesome/themes/vt/titlebar/maximized_focus_active.png diff --git a/awesome/themes/themes/default/titlebar/maximized_focus_inactive.png b/awesome/themes/vt/titlebar/maximized_focus_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/maximized_focus_inactive.png rename to awesome/themes/vt/titlebar/maximized_focus_inactive.png diff --git a/awesome/themes/themes/default/titlebar/maximized_normal_active.png b/awesome/themes/vt/titlebar/maximized_normal_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/maximized_normal_active.png rename to awesome/themes/vt/titlebar/maximized_normal_active.png diff --git a/awesome/themes/themes/default/titlebar/maximized_normal_inactive.png b/awesome/themes/vt/titlebar/maximized_normal_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/maximized_normal_inactive.png rename to awesome/themes/vt/titlebar/maximized_normal_inactive.png diff --git a/awesome/themes/themes/default/titlebar/ontop_focus_active.png b/awesome/themes/vt/titlebar/ontop_focus_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/ontop_focus_active.png rename to awesome/themes/vt/titlebar/ontop_focus_active.png diff --git a/awesome/themes/themes/default/titlebar/ontop_focus_inactive.png b/awesome/themes/vt/titlebar/ontop_focus_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/ontop_focus_inactive.png rename to awesome/themes/vt/titlebar/ontop_focus_inactive.png diff --git a/awesome/themes/themes/default/titlebar/ontop_normal_active.png b/awesome/themes/vt/titlebar/ontop_normal_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/ontop_normal_active.png rename to awesome/themes/vt/titlebar/ontop_normal_active.png diff --git a/awesome/themes/themes/default/titlebar/ontop_normal_inactive.png b/awesome/themes/vt/titlebar/ontop_normal_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/ontop_normal_inactive.png rename to awesome/themes/vt/titlebar/ontop_normal_inactive.png diff --git a/awesome/themes/themes/default/titlebar/sticky_focus_active.png b/awesome/themes/vt/titlebar/sticky_focus_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/sticky_focus_active.png rename to awesome/themes/vt/titlebar/sticky_focus_active.png diff --git a/awesome/themes/themes/default/titlebar/sticky_focus_inactive.png b/awesome/themes/vt/titlebar/sticky_focus_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/sticky_focus_inactive.png rename to awesome/themes/vt/titlebar/sticky_focus_inactive.png diff --git a/awesome/themes/themes/default/titlebar/sticky_normal_active.png b/awesome/themes/vt/titlebar/sticky_normal_active.png similarity index 100% rename from awesome/themes/themes/default/titlebar/sticky_normal_active.png rename to awesome/themes/vt/titlebar/sticky_normal_active.png diff --git a/awesome/themes/themes/default/titlebar/sticky_normal_inactive.png b/awesome/themes/vt/titlebar/sticky_normal_inactive.png similarity index 100% rename from awesome/themes/themes/default/titlebar/sticky_normal_inactive.png rename to awesome/themes/vt/titlebar/sticky_normal_inactive.png diff --git a/awesome/themes/themes/vt/xmms2/next.png b/awesome/themes/vt/xmms2/next.png similarity index 100% rename from awesome/themes/themes/vt/xmms2/next.png rename to awesome/themes/vt/xmms2/next.png diff --git a/awesome/themes/themes/vt/xmms2/pause.png b/awesome/themes/vt/xmms2/pause.png similarity index 100% rename from awesome/themes/themes/vt/xmms2/pause.png rename to awesome/themes/vt/xmms2/pause.png diff --git a/awesome/themes/themes/vt/xmms2/play.png b/awesome/themes/vt/xmms2/play.png similarity index 100% rename from awesome/themes/themes/vt/xmms2/play.png rename to awesome/themes/vt/xmms2/play.png diff --git a/awesome/themes/themes/vt/xmms2/previous.png b/awesome/themes/vt/xmms2/previous.png similarity index 100% rename from awesome/themes/themes/vt/xmms2/previous.png rename to awesome/themes/vt/xmms2/previous.png diff --git a/awesome/themes/themes/vt/xmms2/stop.png b/awesome/themes/vt/xmms2/stop.png similarity index 100% rename from awesome/themes/themes/vt/xmms2/stop.png rename to awesome/themes/vt/xmms2/stop.png