Advertisement
BSDG33KCLUB

bar - config.h brown theme for 2bwm

Feb 12th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. /* The height of the bar (in pixels) */
  2. #define BAR_HEIGHT 18
  3. /* The width of the bar. Set to -1 to fit screen */
  4. #define BAR_WIDTH -1
  5. /* Offset from the left. Set to 0 to have no effect */
  6. #define BAR_OFFSET 0
  7. /* Choose between an underline or an overline */
  8. #define BAR_UNDERLINE 1
  9. /* The thickness of the underline (in pixels). Set to 0 to disable. */
  10. #define BAR_UNDERLINE_HEIGHT 2
  11. /* Default bar position, overwritten by '-b' switch */
  12. #define BAR_BOTTOM 0
  13. /* The fonts used for the bar, comma separated. Only the first 2 will be used. */
  14. #define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1","fixed"
  15. /* Color palette */
  16. #define COLOR0 0x151210 /* background */
  17. #define COLOR1 0xbea492 /* foreground */
  18. #define COLOR2 0x9f7155
  19. #define COLOR3 0x444d4e
  20. #define COLOR4 0x181512
  21. #define COLOR5 0xbec17e
  22. #define COLOR6 0x66D9EF
  23. #define COLOR7 0x9E6FFE
  24. #define COLOR8 0x75B5AA
  25. #define COLOR9 0xAA759F
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement