Guest User

Untitled

a guest
Dec 14th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. > # Global section: defines appearance and behavior of this panel.
  2. > Global
  3. > {
  4. > edge=bottom # The edge this panel attaches to
  5. > allign=left # alignment: left/center/right
  6. > margin=0 # margin: margin to the edge of the whole screen
  7. > widthtype=percent # percent/pixel
  8. > width=100 # width of the panel: The unit used here is according to widthtype.
  9. > height=26 # height of the panel
  10. > transparent=0 # use (pseudo-)transparent background: on=1, off=0
  11. > tintcolor=#000000 # color blended with the backgroud when transparency is used.
  12. > alpha=0 # alpha value used to blend tintcolor with background.
  13. > setdocktype=1 # ask the window manager to treat the panel as a dock.
  14. > setpartialstrut=1 # ask the window manager to reserve the space for the panel and not to cover it with maximized windows
  15. > usefontcolor=1 # use customize colors for the text instead of that defined in system theme.
  16. > fontcolor=#ffffff # color of text on the panel (Currently this is only supported by clock applet)
  17. > background=1 # use customize image to draw the background of the panel. (cannot be used with transparent)
  18. > backgroundfile=/usr/share/lxpanel/images/background.png # The image file used.
  19. > }
Add Comment
Please, Sign In to add comment