mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-05 17:16:40 -07:00
Cleanup
This commit is contained in:
parent
3ffa53af7a
commit
45a9afa230
3 changed files with 17 additions and 14 deletions
|
@ -178,18 +178,6 @@ gls.right[4] = {
|
|||
highlight = { colors.yellow, colors.purple },
|
||||
},
|
||||
}
|
||||
gls.right[5] = {
|
||||
BatteryNvim = {
|
||||
provider = function()
|
||||
local status = require 'battery'.get_status_line()
|
||||
local formatted = string.format(status)
|
||||
return formatted
|
||||
end,
|
||||
separator = '',
|
||||
separator_highlight = { colors.bg, colors.purple },
|
||||
highlight = { colors.grey, colors.purple },
|
||||
},
|
||||
}
|
||||
|
||||
gls.short_line_left[1] = {
|
||||
BufferType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue