mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
awesome config
This commit is contained in:
parent
694383765d
commit
0d52efc96d
@ -192,9 +192,9 @@ awful.screen.connect_for_each_screen(function(s)
|
|||||||
|
|
||||||
-- Create the wibox
|
-- Create the wibox
|
||||||
if s.geometry.width > 320 then
|
if s.geometry.width > 320 then
|
||||||
s.mywibox = awful.wibar({ position = "top", screen = s,visible=true })
|
s.mywibox = awful.wibar({ position = "bottom", screen = s,visible=true })
|
||||||
else
|
else
|
||||||
s.mywibox = awful.wibar({ position = "top", screen = s,visible=false })
|
s.mywibox = awful.wibar({ position = "bottom", screen = s,visible=false })
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Add widgets to the wibox
|
-- Add widgets to the wibox
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user