polybar
This commit is contained in:
parent
967c00aebf
commit
e93e688c40
@ -260,18 +260,8 @@ return require('packer').startup(function(use)
|
||||
end
|
||||
}
|
||||
|
||||
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-tree/nvim-web-devicons'
|
||||
|
||||
|
||||
use {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
|
@ -22,7 +22,7 @@ screenchange-reload = true
|
||||
;compositing-background = screen
|
||||
;compositing-foreground = source
|
||||
;compositing-border = over
|
||||
;pseudo-transparency = false
|
||||
;pseudo-transparency = true
|
||||
|
||||
[global/wm]
|
||||
margin-top = 0
|
||||
@ -39,12 +39,12 @@ background = ${xrdb:background}
|
||||
foreground = ${xrdb:foreground}
|
||||
override-redirect = true
|
||||
wm-restack = bspwm
|
||||
font-0 = Olympe Mono Hacked:style=Regular:pixelsize=20;2
|
||||
font-1 = CaskaydiaCove Nerd Font:style=Regular:pixelsize=20:2
|
||||
font-2 = NotoColorEmoji:pixelsize=20
|
||||
font-3 = Font Awesome 6 Brands:style=Regular:size=20;2
|
||||
font-4 = Font Awesome 6 Free Solid:style=Regular:size=20;2
|
||||
height = 36
|
||||
font-0 = Olympe Mono Hacked:style=Regular:pixelsize=11;2
|
||||
font-1 = Cascadia Code: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
|
||||
height = 20
|
||||
line-size = 2
|
||||
modules-left = bspwm
|
||||
modules-right = music memory filesystem xkeyboard network redshift pulseaudio backlight tray battery datetime
|
||||
@ -73,40 +73,39 @@ type = internal/bspwm
|
||||
|
||||
label-focused = %icon%
|
||||
label-focused-underline= ${xrdb:foreground}
|
||||
label-focused-foreground = ${xrdb:background}
|
||||
label-focused-background = ${xrdb:foreground}
|
||||
label-focused-foreground = ${xrdb:background}
|
||||
label-focused-padding = 1
|
||||
label-focused-font = 0
|
||||
|
||||
label-occupied = %icon%
|
||||
label-occupied-foreground = ${xrdb:foreground}
|
||||
label-occupied-underline = ${xrdb:foreground}
|
||||
label-occupied-padding = 1
|
||||
label-occupied-font = 0
|
||||
label-occupied-underline= ${xrdb:foreground}
|
||||
|
||||
label-urgent = %icon%
|
||||
label-urgent-foreground = ${xrdb:color1}
|
||||
label-urgent-underline = ${xrdb:color1}
|
||||
label-urgent-padding = 1
|
||||
label-urgent-font = 0
|
||||
label-urgent-background = ${xrdb:color1}
|
||||
label-urgent-underline = ${xrdb:color1}
|
||||
|
||||
label-empty = %icon%
|
||||
label-empty-foreground = ${xrdb:foreground}
|
||||
label-empty-padding = 1
|
||||
label-empty-font = 0
|
||||
;extra icons to choose from
|
||||
;http://fontawesome.io/cheatsheet/
|
||||
; v
|
||||
|
||||
ws-icon-0 = 1;a
|
||||
ws-icon-1 = 2;b
|
||||
ws-icon-2 = 3;c
|
||||
ws-icon-3 = 4;d
|
||||
ws-icon-4 = 5;e
|
||||
ws-icon-5 = 6;f
|
||||
ws-icon-6 = 7;g
|
||||
ws-icon-7 = 8;h
|
||||
ws-icon-8 = 9;i
|
||||
# ws-icon-0 = 1;
|
||||
ws-icon-0 = 1;א
|
||||
ws-icon-1 = 2;ב
|
||||
ws-icon-2 = 3;ג
|
||||
ws-icon-3 = 4;ד
|
||||
ws-icon-4 = 5;ה
|
||||
ws-icon-5 = 6;ו
|
||||
ws-icon-6 = 7;ז
|
||||
ws-icon-7 = 8;ח
|
||||
ws-icon-8 = 9;ט
|
||||
;ws-icon-9 = 10;
|
||||
ws-icon-default = " "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user