Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloalbq authored Feb 12, 2024
1 parent 324a935 commit 218fa02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ awful.screen.connect_for_each_screen(function(s)
}

-- Create the wibox
s.mywibox = awful.wibar({ screen = s, position = "'top", height = 24 }) -- opacity = 0.90
s.mywibox = awful.wibar({ screen = s, position = "top", height = 24 }) -- opacity = 0.90
-- os.setlocale(os.getenv("LANG"))

-- Add widgets to the wibox
Expand Down

0 comments on commit 218fa02

Please sign in to comment.