From b078705298d983396fff6b673f3b7f93c5bac471 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 6 Nov 2021 20:50:51 +0700 Subject: Update reading list --- awesome/.config/awesome/rc.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 0beffe7..65810bb 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -16,6 +16,8 @@ local freedesktop = require"freedesktop" -- System data library local vicious = require"vicious" +local boardary = require"boardary" + -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to -- another config (This code will only ever execute for the fallback config) @@ -367,9 +369,12 @@ awful.screen.connect_for_each_screen(function (s) -- Create the wibox s.mywibox = awful.wibar{position = "top", height = "28", screen = s} + -- Virtual keyboard + --s.vkb = boardary(s) + -- Add widgets to the wibox s.mywibox:setup{ - layout = wibox.layout.align.horizontal, + layout = wibox.layout.align.horizontal(middle), {-- Left widgets layout = wibox.layout.fixed.horizontal, -- mylauncher, -- cgit 1.4.1