about summary refs log tree commit diff
path: root/.config/luastatus/separator.lua
blob: 1a3ef011261cd4d43514b821344adbf5bc04bc5c (plain)
1
2
3
4
5
6
widget = {
  plugin = 'fs',
  cb = function()
    return { full_text = "|", color = "#333333" }
  end,
}