lain: fix issue #17
This commit is contained in:
parent
08e6d2c294
commit
2703233a47
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit 5de6ca283bffbc041eeb094c8b82dfd8d680f04f
|
||||
Subproject commit 528d51fbc2147d15183d1bf3c75cd19de7f2722b
|
|
@ -210,7 +210,7 @@ batwidget = lain.widgets.bat({
|
|||
else
|
||||
baticon:set_image(beautiful.widget_battery)
|
||||
end
|
||||
widget:set_markup(" " .. bat_now.perc .. " ")
|
||||
widget:set_markup(" " .. bat_now.perc .. "% ")
|
||||
end
|
||||
})
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ theme.taglist_fg_focus = "#FFFFEF"
|
|||
theme.taglist_bg_focus = "#111111"
|
||||
theme.titlebar_bg_normal = "#191919"
|
||||
theme.titlebar_bg_focus = "#262626"
|
||||
theme.menu_height = "16"
|
||||
theme.menu_height = "15"
|
||||
theme.menu_width = "150"
|
||||
|
||||
theme.tasklist_sticky = ""
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 333 KiB After Width: | Height: | Size: 175 KiB |
Loading…
Reference in New Issue