Adding luakit configs. Updating Awesome theme colors and font to use terminus
This commit is contained in:
@@ -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" })
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user