Advertisement
datstartup

tint2rc

Nov 16th, 2015
1,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. wm_menu = 1
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. #inactive task bg black
  9. rounded = 0
  10. border_width = 2
  11. background_color = #242d1c 100
  12. border_color = #1874CD 80
  13.  
  14. #active task bg white
  15. rounded = 0
  16. border_width = 2
  17. background_color = #778899 100
  18. border_color = #E47833 100
  19.  
  20. #---------------------------------------------
  21. # PANEL
  22. #---------------------------------------------
  23. panel_monitor = all
  24. panel_items = LTSBC
  25. #panel_mode = single_monitor
  26. panel_position = bottom center
  27. panel_size = 100% 30
  28. panel_margin = 0 0
  29. panel_padding = 3 3 3 3
  30. font_shadow = 0
  31. panel_background_id = 3
  32. autohide = 0
  33. autohide_show_timeout = 0.3
  34. autohide_hide_timeout = 2
  35. autohide_height = 30
  36.  
  37. #---------------------------------------------
  38. # TASKS
  39. #---------------------------------------------
  40. #urgent_nb_of_blink = 50
  41. task_maximum_size = 0
  42. task_icon_asb = 80 0 0
  43. task_icon = 1
  44. task_text = 1
  45. task_width = 150
  46. task_centered = 1
  47. #task_margin = 3
  48. task_padding = 5
  49. #task_icon_size = 2
  50. task_font = AvantGardeLTMedium 9
  51. task_font_color = #ffffff 100
  52. task_active_font_color = #242d1c 100
  53. task_iconified_icon_asb = 40 0 0
  54. task_iconified_font_color = #8B8989
  55. task_urgent_font_color = #7EB6FF
  56. task_background_id = 1
  57. task_active_background_id = 2
  58.  
  59. #---------------------------------------------
  60. # TASKBAR
  61. #---------------------------------------------
  62. taskbar_mode = multi_monitor
  63. taskbar_padding = 0 0 5
  64. taskbar_background_id = 0
  65.  
  66. #---------------------------------------------
  67. # SYSTRAYBAR
  68. #---------------------------------------------
  69. systray = 1
  70. systray_sort = left2right
  71. systray_icon_size = 0
  72. systray_icon_asb = 99 0 0
  73. systray_padding = 0 0 0
  74. systray_background_id = 0
  75. #---------------------------------------------
  76. # BATTERY
  77. #---------------------------------------------
  78. battery = 1
  79. battery_hide = 100
  80. battery_low_status = 20
  81. battery_low_cmd = notify-send "battery low"
  82. bat1_font = sans 8
  83. bat2_font = sans 6
  84. battery_font_color = #ffffff 76
  85. battery_padding = 1 0
  86. battery_background_id = 0
  87. #---------------------------------------------
  88. # CLOCK
  89. #---------------------------------------------
  90. #full day
  91. #time1_format = %H:%M || %A %d %b
  92. time1_format = %H:%M || %a %d %b
  93. time1_font = Sans 11
  94. #time1_timezone = :Europe/Brussels
  95. #clock_lclick_command = command here
  96. #clock_rclick_command = command here
  97. clock_font_color = #ffffff 76
  98. clock_padding = 4 4
  99. clock_background_id = 0
  100. clock_rclick_command = 'xdotool key super + d'
  101.  
  102. #---------------------------------------------
  103. # MOUSE ACTION ON TASK
  104. #---------------------------------------------
  105. mouse_middle = none
  106. mouse_right = close
  107. mouse_scroll_up = maximize_restore
  108. mouse_scroll_down = toggle_iconify
  109. clock_lclick_command = /usr/bin/gsimplecal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement