Advertisement
xdemonessx

BlackboxBar.rc

Dec 24th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # ------------------------------------------------------
  2. # BlackboxBar+ 1.17 - configuration
  3.  
  4. # Lines starting with # or ! are ignored
  5.  
  6. # ---------------------
  7. # The items on the bar:
  8. # This builds a toolbar with tasks and tray. You can
  9. # change the order of items or uncomment some of the
  10. # currently disabled (!) items)
  11.  
  12. !BlackboxBar.item: WindowLabel
  13. !BlackboxBar.item: WorkspaceButtonL
  14. !BlackboxBar.item: WorkspaceButtonR
  15. !BlackboxBar.item: WorkspaceLabel
  16. BlackboxBar.item: Tasks
  17. BlackboxBar.item: CurrentOnlyButton
  18. !BlackboxBar.item: Tray
  19. !BlackboxBar.item: WindowButtonL
  20. !BlackboxBar.item: WindowButtonR
  21. BlackboxBar.item: Clock
  22.  
  23. !BlackboxBar.item: TaskStyleButton
  24. !BlackboxBar.item: NewLine
  25. !BlackboxBar.item: Space
  26.  
  27. # ----------------
  28. # General Settings
  29. BlackboxBar.placement: User
  30. BlackboxBar.position.x: -934
  31. BlackboxBar.position.y: 5
  32. BlackboxBar.widthPercent: 68
  33. BlackboxBar.useSlit: false
  34. BlackboxBar.pluginToggle: false
  35. BlackboxBar.OnTop: true
  36. BlackboxBar.AutoHide: false
  37. BlackboxBar.autoRaise: true
  38. BlackboxBar.snapToEdge: 20
  39. BlackboxBar.arrowBullets: false
  40. BlackboxBar.alpha.enabled: false
  41. BlackboxBar.alpha.value: 255
  42. BlackboxBar.transparent: false
  43.  
  44. # ---------
  45. # Task Tabs
  46. BlackboxBar.tasks.style: 0
  47. BlackboxBar.tasks.reverse: true
  48. BlackboxBar.tasks.current: true
  49. BlackboxBar.tasks.sysmenu: true
  50. BlackboxBar.tasks.drawBorder: true
  51. BlackboxBar.tasks.maxWidth: 200
  52.  
  53. ------------
  54. # Icons
  55. BlackboxBar.icon.saturation: 0
  56. BlackboxBar.icon.hue: 255
  57. BlackboxBar.icon.size: 1
  58.  
  59. # ------------
  60. # Clock-Format
  61. BlackboxBar.strftimeFormat: %A %B %d, %Y %I:%M%p
  62. BlackboxBar.strftimeTipsFormat: %H:%M
  63.  
  64. # ---------------
  65. # Special Options
  66. BlackboxBar.balloonTips: true
  67. BlackboxBar.autoFullscreenHide: true
  68. BlackboxBar.setDesktopMargin: true
  69. BlackboxBar.sendToSwitchTo: true
  70.  
  71. # -------------------------
  72. # hidden icons (auto saved)
  73. BlackboxBar.tray.hidden.count: 25
  74. BlackboxBar.minHeight: 20
  75. BlackboxBar.clock.tips: true
  76. BlackboxBar.clock.Btn1Click:
  77. BlackboxBar.clock.Btn2Click:
  78. BlackboxBar.clock.Btn3Click:
  79. BlackboxBar.clock.Btn4Click:
  80. BlackboxBar.clock.Btn5Click:
  81. BlackboxBar.clock.Btn6Click:
  82. BlackboxBar.alwaysOnTop: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement