show shell on focused screen
This commit is contained in:
parent
7b07eeed8f
commit
a1827a1ab0
|
@ -23,7 +23,6 @@ local w = wibox {
|
||||||
border_color = '#84bd00',
|
border_color = '#84bd00',
|
||||||
max_widget_size = 500,
|
max_widget_size = 500,
|
||||||
ontop = true,
|
ontop = true,
|
||||||
screen = mouse.screen,
|
|
||||||
height = 50,
|
height = 50,
|
||||||
width = 250,
|
width = 250,
|
||||||
shape = function(cr, width, height)
|
shape = function(cr, width, height)
|
||||||
|
@ -55,7 +54,7 @@ w:setup {
|
||||||
local function launch()
|
local function launch()
|
||||||
w.visible = true
|
w.visible = true
|
||||||
|
|
||||||
awful.placement.top(w, { margins = {top = 40}})
|
awful.placement.top(w, { margins = {top = 40}, parent = awful.screen.focused()})
|
||||||
awful.prompt.run{
|
awful.prompt.run{
|
||||||
prompt = "<b>Spotify Shell</b>: ",
|
prompt = "<b>Spotify Shell</b>: ",
|
||||||
bg_cursor = '#84bd00',
|
bg_cursor = '#84bd00',
|
||||||
|
|
Loading…
Reference in New Issue