1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

new tamsyn version: correcting dimensions

This commit is contained in:
luke bonham 2013-09-27 14:35:47 +02:00
parent 5266930abd
commit 019cdc1d9e
8 changed files with 8 additions and 14 deletions

View file

@ -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

View file

@ -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)

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"