Adding luakit configs. Updating Awesome theme colors and font to use terminus

This commit is contained in:
Dustin Swan
2012-10-27 13:04:05 -05:00
parent 4fa5208e0a
commit 8969fc7879
9 changed files with 2309 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ vicious.register(uptimewidget, vicious.widgets.uptime, "uptime <span color='" ..
-- Network
netwidget = widget({ type = "textbox" })
vicious.register(netwidget, vicious.widgets.net, 'down <span color="' .. beautiful.fg_focus .. '">${eth0 down_kb}</span> up <span color="' .. beautiful.fg_focus .. '">${eth0 up_kb}</span>', 3)
vicious.register(netwidget, vicious.widgets.net, "down <span color='" .. beautiful.fg_focus .. "'>${wifi0 down_kb}</span> up <span color='" .. beautiful.fg_focus .. "'>${wifi0 up_kb}</span>", 3)
-- Date
datewidget = widget({ type = "textbox" })

View File

@@ -4,13 +4,16 @@
theme = {}
theme.font = "termsyn 8"
theme.font = "terminus 8"
theme.bg_normal = "#222222"
theme.bg_focus = "#535d6c"
--theme.bg_normal = "#222222"
theme.bg_normal = "#000000"
--theme.bg_focus = "#535d6c"
theme.bg_focus = "#005566"
theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
--theme.fg_normal = "#aaaaaa"
theme.fg_normal = "#aaaaaa"
theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
@@ -18,7 +21,8 @@ theme.fg_minimize = "#ffffff"
theme.border_width = "1"
theme.border_normal = "#000000"
theme.border_focus = "#535d6c"
--theme.border_focus = "#535d6c"
theme.border_focus = "#004466"
theme.border_marked = "#91231c"
-- There are other variable sets