diff --git a/rc.lua b/rc.lua index c5fc460..73e7ed1 100644 --- a/rc.lua +++ b/rc.lua @@ -44,7 +44,7 @@ naughty.config.defaults.position = "top_right" naughty.config.defaults.margin = 8 naughty.config.defaults.gap = 1 naughty.config.defaults.ontop = true -naughty.config.defaults.font = "terminus 9" +naughty.config.defaults.font = "terminus 10" naughty.config.defaults.icon = nil naughty.config.defaults.icon_size = 256 naughty.config.defaults.fg = beautiful.fg_tooltip @@ -281,7 +281,7 @@ cpuicon:set_image(beautiful.widget_cpu) cpuicon:buttons(awful.util.table.join(awful.button({ }, 1, show_htop))) cpu = wibox.widget.textbox() cpu.fit = function (box,w,h) - return 30,0 + return 45,0 end vicious.register(cpu, vicious.widgets.cpu, ' $1%', 2) cpu:buttons(cpuicon:buttons()) @@ -408,7 +408,7 @@ awful.screen.connect_for_each_screen(function(s) s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, tasklist_buttons) -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 15.5 }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = 14.5 }) -- Add widgets to the wibox s.mywibox:setup { diff --git a/themes/zenburn/theme.lua b/themes/zenburn/theme.lua index dc36fea..be8a264 100644 --- a/themes/zenburn/theme.lua +++ b/themes/zenburn/theme.lua @@ -14,7 +14,7 @@ theme.wallpaper = cfgpath .. "/wallpaper.slink" -- }}} -- {{{ Styles -theme.font = "sans 8" +theme.font = "Terminus 10" -- {{{ Colors theme.fg_normal = "#DCDCCC" @@ -69,8 +69,8 @@ theme.mouse_finder_color = "#CC9393" -- Variables set for theming the menu: -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] -theme.menu_height = 15 -theme.menu_width = 100 +theme.menu_height = 32 +theme.menu_width = 256 -- }}} -- {{{ Icons diff --git a/wi.lua b/wi.lua index 34a337e..8e43737 100644 --- a/wi.lua +++ b/wi.lua @@ -15,6 +15,7 @@ baticon:set_image(beautiful.widget_batfull) -- Charge % batpct = wibox.widget.textbox() +batpct.font = "Terminus 10" vicious.register(batpct, vicious.widgets.bat, function(widget, args) bat_state = args[1] bat_charge = args[2]