Fix battery widget layout

This commit is contained in:
Alice Gaudon 2021-07-18 16:33:38 +02:00
parent ecbf661115
commit 2d79eb8a5e
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ end
local batteryContainer = wibox.widget {
layout = wibox.layout.flex.horizontal
layout = wibox.layout.fixed.horizontal
}
local timers = {}
function refreshBatteries()