-
Notifications
You must be signed in to change notification settings - Fork 4
Module: Panel
AbouZakaria edited this page Dec 26, 2019
·
2 revisions
;Monitor <int> default 0
Monitor=0
;Top <bool> panel top or bottom default=true
Top=false
;BorderColor <string> color Hex or xrdb.color<num>
;border color for this panel if border > O
BorderColor=#1A1E21
; BarLeft <list> display any module in this left of bar
BarLeft=statu1,statu2,stu3
; BarCenter <list> display any module in this center of bar
BarCenter= Time,Date
; BarRight <list> display any module in right left of bar
BarRight=Pager
;To repeat the same statu, add ":" and then a number
;Example:
[Panel]
BarLeft=Sep:1,Cpu,Sep:2,Mem,Sep:3,Wifi
[Sep]
Label="|"
Color=#fff
;BarLeftSpacing <int> default=0
;space between modules on left bar
BarLeftSpacing=0
;BarRightSpacing <int> default=0
;space between modules on right bar
BarRightSpacing=0
;BarCenterSpacing <int> default=0
;space between modules on center bar
BarCenterSpacing=0
;MarginLeft <int> default=0
;Margin between modules and left bar border
MarginLeft=0
;MarginTop <int> default=0
;Margin between modules and top bar border
MarginTop=0
;MarginRight <int> default=0
;Margin between modules and right bar border
MarginRight=0
;MarginBottom <int> default=0
;Margin between modules and bottom bar border
MarginBottom=0
;PaddingLeft <int> default=0
;space between screen left and bar left
PaddingLeft=0
;PaddingRight <int> default=0
;space between screen right and bar right
PaddingRight=0
;PaddingTop <int> default=0
;space between screen top and bar top
PaddingTop=0
;PaddingBottom <int> default=0
;space between screen bottom and bar bottom
PaddingBottom=0
;Systray <bool> default=false
;show systemtray
Systray=true
;Background <string> color
Background=xrdb.background
;Foreground <string> color
Foreground=xrdb.foreground
;Underline <string> color
;Underline color if Border > 0
Underline=#B44B4B
;Overline <string> color
;Underline color if Border > 0
Overline=xrdb.color4
; Border <int> default=0
Border=2
;BorderRadius <int> default 0
;radius corners
BorderRadius=4
;Alpha <int> 0-to-255 default=255
;O full transparent 255 opac
Alpha=255
;FontName <string> default parent fontfamily
FontName=Monospace
;FontSize <int> default parent font size
FontSize=9
;FontBold <bool> default window fontbold
FontBold=false