add: modularity for polybar
This commit is contained in:
parent
119d0a276c
commit
77c6f7b64e
5 changed files with 476 additions and 460 deletions
82
.config/polybar/bars.ini
Normal file
82
.config/polybar/bars.ini
Normal file
|
@ -0,0 +1,82 @@
|
|||
[bar/base]
|
||||
width = 100%
|
||||
height = 27
|
||||
; offset-x = 1%
|
||||
; offset-y = 1%
|
||||
radius = 0.0
|
||||
fixed-center = true
|
||||
bottom = true
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
border-size = 0
|
||||
border-color = #00000000
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 2
|
||||
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = fixed:pixelsize=10;1
|
||||
font-1 = Font Awesome 5 Pro Regular:size=12
|
||||
font-2 = Font Awesome 5 Pro Light:size=12
|
||||
font-3 = Font Awesome 5 Pro Solid:size=12
|
||||
font-4 = Font Awesome 5 Brands:size=12
|
||||
font-5 = PowerlineSymbols:size=12
|
||||
|
||||
monitor =
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
|
||||
wm-restack = bspwm
|
||||
; wm-restack = i3
|
||||
|
||||
; override-redirect = true
|
||||
|
||||
scroll-up = bspwm-desknext
|
||||
scroll-down = bspwm-deskprev
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = pointer
|
||||
|
||||
|
||||
[bar/portalo-base]
|
||||
inherit = bar/base
|
||||
|
||||
modules-left = bspwm i3
|
||||
modules-center = mpd
|
||||
modules-right = memory cpu eth temperature date powermenu
|
||||
|
||||
eth-interface = enp0s31f6
|
||||
|
||||
[bar/portalo-primary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
monitor = HDMI-1
|
||||
|
||||
[bar/portalo-secondary]
|
||||
inherit = bar/portalo-base
|
||||
|
||||
monitor = DVI-D-1
|
||||
tray-position = none
|
||||
|
||||
|
||||
[bar/laptop-primary]
|
||||
inherit = bar/base
|
||||
|
||||
monitor = eDP1
|
||||
|
||||
modules-left = bspwm i3
|
||||
modules-center =
|
||||
modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth date powermenu
|
||||
|
||||
eth-interface = enp2s0f1
|
||||
wlan-interface = wlp3s0
|
||||
|
||||
; vim: ft=dosini
|
Loading…
Add table
Add a link
Reference in a new issue