finished application laucnher and bluetooth widget
This commit is contained in:
@@ -62,10 +62,7 @@ return function(s, widgets)
|
||||
bg = Theme_config.center_bar.bg,
|
||||
visible = true,
|
||||
maximum_width = dpi(500),
|
||||
placement = function(c) awful.placement.top(c, { margins = dpi(10) }) end,
|
||||
shape = function(cr, width, height)
|
||||
gears.shape.rounded_rect(cr, width, height, dpi(6))
|
||||
end
|
||||
placement = function(c) awful.placement.top(c, { margins = dpi(10) }) end
|
||||
}
|
||||
|
||||
top_center:struts {
|
||||
|
||||
@@ -257,10 +257,7 @@ return function(screen)
|
||||
screen = screen,
|
||||
type = "dock",
|
||||
height = dpi(User_config.dock_icon_size + 10),
|
||||
placement = function(c) awful.placement.bottom(c, { margins = dpi(10) }) end,
|
||||
shape = function(cr, width, height)
|
||||
gears.shape.rounded_rect(cr, width, height, dpi(16))
|
||||
end
|
||||
placement = function(c) awful.placement.bottom(c, { margins = dpi(10) }) end
|
||||
}
|
||||
|
||||
--- A fakedock to send a signal when the mouse is over it
|
||||
|
||||
@@ -57,10 +57,7 @@ return function(s, w)
|
||||
bg = Theme_config.left_bar.bg,
|
||||
visible = true,
|
||||
maximum_width = dpi(650),
|
||||
placement = function(c) awful.placement.top_left(c, { margins = dpi(10) }) end,
|
||||
shape = function(cr, width, height)
|
||||
gears.shape.rounded_rect(cr, width, height, dpi(6))
|
||||
end
|
||||
placement = function(c) awful.placement.top_left(c, { margins = dpi(10) }) end
|
||||
}
|
||||
|
||||
top_left:struts {
|
||||
|
||||
@@ -56,10 +56,7 @@ return function(s, w)
|
||||
bg = Theme_config.right_bar.bg,
|
||||
visible = true,
|
||||
screen = s,
|
||||
placement = function(c) awful.placement.top_right(c, { margins = dpi(10) }) end,
|
||||
shape = function(cr, width, height)
|
||||
gears.shape.rounded_rect(cr, width, height, dpi(6))
|
||||
end
|
||||
placement = function(c) awful.placement.top_right(c, { margins = dpi(10) }) end
|
||||
}
|
||||
|
||||
top_right:struts {
|
||||
|
||||
Reference in New Issue
Block a user