diff --git a/rc.lua b/rc.lua index 884428a..def6f51 100644 --- a/rc.lua +++ b/rc.lua @@ -253,7 +253,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 }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = 20 }) s.textclock = awful.widget.textclock(" %a %d %b %H:%M ") calendar({}):attach(s.textclock) @@ -788,6 +788,8 @@ end) client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) +awful.screen.set_auto_dpi_enabled(true) + -- load the widget code -- attach it as popup to your text clock widget: