mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-04 00:26:42 -07:00
Add battery.nvim plugin
This commit is contained in:
parent
c07ed6c150
commit
f55bf1e412
2 changed files with 23 additions and 0 deletions
|
@ -174,9 +174,20 @@ gls.right[3] = {
|
|||
gls.right[4] = {
|
||||
ScrollBar = {
|
||||
provider = 'ScrollBar',
|
||||
separator_highlight = { colors.purple, colors.bg },
|
||||
highlight = { colors.yellow, colors.purple },
|
||||
},
|
||||
}
|
||||
gls.right[5] = {
|
||||
BatteryNvim = {
|
||||
provider = function()
|
||||
return require 'battery'.get_status_line()
|
||||
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