diff --git a/README.rst b/README.rst index 6c67cd3..532f88b 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ Notable features - Powerful volume bar - Freedesktop menu - Vi-like client focus -- Nice client border (colors change along with process status) +- Nice client border (colors change along with processes status) - Non-empty tag browsing - Dynamic useless gaps - Dynamic tagging @@ -49,7 +49,7 @@ Gallery .. image:: http://dotshare.it/public/images/uploads/650.png -**Powerarrow Darker** copycatted from romockee_ [port from v3.4] +**Powerarrow Darker** copycatted from romockee_ .. image:: http://dotshare.it/public/images/uploads/649.png diff --git a/rc.lua.copland b/rc.lua.copland index b4e5325..6084e0f 100755 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -674,11 +674,6 @@ client.connect_signal("manage", function (c, startup) end) ) - -- Widgets that are aligned to the left - local left_layout = wibox.layout.fixed.horizontal() - --left_layout:add(awful.titlebar.widget.iconwidget(c)) - left_layout:buttons(buttons) - -- Widgets that are aligned to the right local right_layout = wibox.layout.fixed.horizontal() right_layout:add(awful.titlebar.widget.floatingbutton(c)) @@ -696,7 +691,6 @@ client.connect_signal("manage", function (c, startup) -- Now bring it all together local layout = wibox.layout.align.horizontal() - layout:set_left(left_layout) layout:set_right(right_layout) layout:set_middle(middle_layout) diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 4e59246..da43c1c 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -11,7 +11,7 @@ theme.dir = os.getenv("HOME") .. "/.config/awesome/the theme.wallpaper = theme.dir .. "/wall.png" theme.topbar_path = "png:" .. theme.dir .. "/icons/topbar/" -theme.font = "Tamsyn 10" +theme.font = "Tamsyn 10.5" theme.taglist_font = "Icons 10" theme.fg_normal = "#D7D7D7" theme.fg_focus = "#F6784F" diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index f0253cc..74c006b 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -10,7 +10,7 @@ theme = {} theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/copland" theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Tamsyn 10" +theme.font = "Tamsyn 10.5" theme.fg_normal = "#BBBBBB" theme.fg_focus = "#78A4FF" theme.bg_normal = "#111111" diff --git a/themes/dremora/theme.lua b/themes/dremora/theme.lua index 8eb3fcc..d79d291 100644 --- a/themes/dremora/theme.lua +++ b/themes/dremora/theme.lua @@ -10,7 +10,7 @@ theme = {} theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/dremora" theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Tamsyn 10" +theme.font = "Tamsyn 10.5" theme.taglist_font = "Icons 10" theme.fg_normal = "#747474" theme.fg_focus = "#DDDCFF" diff --git a/themes/holo/theme.lua b/themes/holo/theme.lua index a80147e..ad8bb8f 100644 --- a/themes/holo/theme.lua +++ b/themes/holo/theme.lua @@ -13,7 +13,7 @@ theme.wallpaper = os.getenv("HOME") .. "/.config/awesome/the theme.topbar_path = "png:" .. theme.icon_dir .. "/topbar/" -theme.font = "Tamsyn 10" +theme.font = "Tamsyn 10.5" theme.taglist_font = "Tamsyn 8" theme.fg_normal = "#FFFFFF" theme.fg_focus = "#0099CC" diff --git a/themes/rainbow/theme.lua b/themes/rainbow/theme.lua index d2365f8..fa2955d 100644 --- a/themes/rainbow/theme.lua +++ b/themes/rainbow/theme.lua @@ -10,7 +10,7 @@ theme = {} theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/rainbow" theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Tamsyn 10" +theme.font = "Tamsyn 10.5" theme.fg_normal = "#9E9E9E" theme.fg_focus = "#EBEBFF" theme.bg_normal = "#242424" diff --git a/themes/steamburn/theme.lua b/themes/steamburn/theme.lua index be82fe3..4f4db01 100644 --- a/themes/steamburn/theme.lua +++ b/themes/steamburn/theme.lua @@ -10,7 +10,7 @@ theme = {} themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn" theme.wallpaper = themes_dir .. "/wall.png" -theme.font = "Tamsyn 10" +theme.font = "Tamsyn 10.5" theme.fg_normal = "#cdcdcd" theme.fg_focus = "#d79d38" theme.fg_urgent = "#CC9393"