small fixs
This commit is contained in:
parent
f1f6af30c7
commit
aa89dba99c
5 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,6 @@ local helpers = require("libs.helpers")
|
|||
local taglist = require("ui.bar.taglist")
|
||||
local tasklist = require("ui.bar.tasklist")
|
||||
local layoutbox = require("ui.bar.layoutbox")
|
||||
mylayoutbox = wibox.container.margin(layoutbox(s), dpi(0), dpi(0), dpi(6), dpi(6))
|
||||
mylauncher = wibox.container.margin(mylauncher, dpi(0), dpi(0), dpi(6), dpi(6))
|
||||
|
||||
-- # Widgets :
|
||||
|
@ -109,7 +108,7 @@ local function get_bar(s)
|
|||
status_widgets,
|
||||
systray,
|
||||
sidebar_button,
|
||||
mylayoutbox,
|
||||
layoutbox(s),
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
spacing = dpi(10)
|
||||
},
|
||||
|
|
|
@ -21,6 +21,6 @@ return function(s)
|
|||
awful.button({ }, 5, function () awful.layout.inc( 1) end),
|
||||
}
|
||||
}
|
||||
layoutbox = wibox.container.margin(layoutbox, dpi(4), dpi(4), dpi(4), dpi(4))
|
||||
layoutbox = wibox.container.margin(layoutbox, dpi(4), dpi(4), dpi(10), dpi(10))
|
||||
return layoutbox
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- ## Clock ##
|
||||
-- ## Systray ##
|
||||
-- ~~~~~~~~~~~~~
|
||||
|
||||
-- Requirements :
|
||||
|
|
|
@ -68,6 +68,7 @@ inactive_tab_font_style normal
|
|||
# Shell
|
||||
shell .
|
||||
close_on_child_death no
|
||||
confirm_os_window_close 0
|
||||
allow_remote_control yes
|
||||
term xterm-256color
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue