polybar:
This commit is contained in:
parent
e93e688c40
commit
e6d9652fd4
@ -262,6 +262,18 @@ return require('packer').startup(function(use)
|
||||
|
||||
use 'nvim-tree/nvim-web-devicons'
|
||||
|
||||
use({
|
||||
"utilyre/barbecue.nvim",
|
||||
tag = "*",
|
||||
requires = {
|
||||
"SmiteshP/nvim-navic",
|
||||
"nvim-tree/nvim-web-devicons", -- optional dependency
|
||||
},
|
||||
after = "nvim-web-devicons", -- keep this if you're using NvChad
|
||||
config = function()
|
||||
require("barbecue").setup()
|
||||
end,
|
||||
})
|
||||
|
||||
use {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
|
@ -40,7 +40,7 @@ foreground = ${xrdb:foreground}
|
||||
override-redirect = true
|
||||
wm-restack = bspwm
|
||||
font-0 = Olympe Mono Hacked:style=Regular:pixelsize=11;2
|
||||
font-1 = Cascadia Code:style=Regular:pixelsize=11:2
|
||||
font-1 = CaskaydiaCove Nerd Font:style=Regular:pixelsize=11:2
|
||||
font-2 = NotoColorEmoji:pixelsize=16
|
||||
font-3 = Font Awesome 6 Brands:style=Regular:size=13;2
|
||||
font-4 = Font Awesome 6 Free Solid:style=Regular:size=9;2
|
||||
|
Loading…
Reference in New Issue
Block a user