1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2025-01-10 17:58:09 +00:00
This commit is contained in:
sandnon 2013-10-07 16:37:30 +08:00
commit 2e7a918074
11 changed files with 13 additions and 10 deletions

View file

@ -49,7 +49,7 @@ Gallery
.. image:: http://dotshare.it/public/images/uploads/650.png
**Powerarrow Darker** copycatted from romockee_
**Powerarrow Darker** copycatted from romockee_ [port from v3.4]
.. image:: http://dotshare.it/public/images/uploads/649.png

2
lain

@ -1 +1 @@
Subproject commit c4879b5932e770ed9de37bee2818554460b68d76
Subproject commit a60f9dd05a593f2127e233dc531f510e9acdf570

View file

@ -163,7 +163,7 @@ fshome = lain.widgets.fs({
fs_header = ""
fs_p = ""
if used >= 90 then
if fs_now.used >= 90 then
fs_header = " Hdd "
fs_p = fs_now.used
end

View file

@ -77,6 +77,8 @@ graphics = "gimp"
-- lain
lain.layout.termfair.nmaster = 3
lain.layout.termfair.ncol = 1
lain.layout.centerfair.nmaster = 3
lain.layout.centerfair.ncol = 1
local layouts = {
awful.layout.suit.floating,
@ -86,6 +88,7 @@ local layouts = {
lain.layout.uselesstile,
lain.layout.uselessfair,
lain.layout.termfair,
lain.layout.centerfair,
lain.layout.uselesspiral.dwindle
}
-- }}}

View file

@ -209,7 +209,7 @@ batwidget = lain.widgets.bat({
else
baticon:set_image(beautiful.widget_battery)
end
widget:set_markup(" " .. bat_now.perc .. " ")
widget:set_markup(" " .. bat_now.perc .. "% ")
end
})

View file

@ -1,6 +1,5 @@
--[[
Rainbow Awesome WM config 2.0
github.com/copycat-killer

View file

@ -55,7 +55,7 @@ theme.tasklist_maximized_horizontal = ""
theme.tasklist_maximized_vertical = ""
-- lain related
theme.useless_gap_width = 8
theme.useless_gap_width = 10
theme.layout_uselesstile = theme.dir .. "/icons/uselesstile.png"
theme.layout_uselesstileleft = theme.dir .. "/icons/uselesstileleft.png"
theme.layout_uselesstiletop = theme.dir .. "/icons/uselesstiletop.png"

View file

@ -23,8 +23,8 @@ theme.border_focus = "#93B6FF"
theme.taglist_fg_focus = "#FFFFEF"
theme.taglist_bg_focus = "#111111"
theme.titlebar_bg_normal = "#191919"
theme.titlebar_bg_focus = "#222222"
theme.menu_height = "16"
theme.titlebar_bg_focus = "#262626"
theme.menu_height = "15"
theme.menu_width = "150"
theme.tasklist_sticky = ""
@ -89,6 +89,7 @@ theme.titlebar_maximized_button_normal_inactive = theme.dir .. "/icons/titlebar/
-- lain related
theme.useless_gap_width = 10
theme.layout_centerfair = theme.dir .. "/icons/centerfair.png"
theme.layout_termfair = theme.dir .. "/icons/termfair.png"
theme.layout_uselessfair = theme.dir .. "/icons/fairv.png"
theme.layout_uselessfairh = theme.dir .. "/icons/fairh.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 KiB

After

Width:  |  Height:  |  Size: 175 KiB

View file

@ -54,7 +54,7 @@ theme.tasklist_maximized_horizontal = ""
theme.tasklist_maximized_vertical = ""
-- lain related
theme.useless_gap_width = 8
theme.useless_gap_width = 10
theme.layout_uselesstile = theme.dir .. "/icons/uselesstile.png"
theme.layout_uselesstileleft = theme.dir .. "/icons/uselesstileleft.png"
theme.layout_uselesstiletop = theme.dir .. "/icons/uselesstiletop.png"

View file

@ -83,7 +83,7 @@ theme.tasklist_maximized_horizontal = ""
theme.tasklist_maximized_vertical = ""
-- lain related
theme.useless_gap_width = 4
theme.useless_gap_width = 10
theme.layout_uselesstile = theme.icon_dir .. "/uselesstile.png"
theme.layout_uselesstileleft = theme.icon_dir .. "/uselesstileleft.png"
theme.layout_uselesstiletop = theme.icon_dir .. "/uselesstiletop.png"