edwinpaixao

tint2rc

Mar 27th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. #---------------------------------------------
  2. TINT2 CONFIG FILE BY LEODELACRUZ
  3. #---------------------------------------------
  4. rounded = 1
  5. border_width = 0
  6. background_color = #171717 50
  7. border_color = #000000 50
  8.  
  9. rounded = 0
  10. border_width = 2
  11. background_color = #2D2D2D 50
  12. border_color = #171717 50
  13.  
  14. rounded = 1
  15. border_width = 1
  16. background_color = #171717 100
  17. border_color = #171717 100
  18.  
  19. #---------------------------------------------
  20. # PANEL
  21. #---------------------------------------------
  22. panel_monitor = all
  23. panel_position = bottom center
  24. panel_size = 100% 22
  25. panel_margin = 0 0
  26. panel_padding = 0 0
  27. font_shadow = 0
  28. panel_background_id = 1
  29.  
  30. #---------------------------------------------
  31. # TASKBAR
  32. #---------------------------------------------
  33. taskbar_mode = single_desktop
  34. taskbar_padding = 0 0 0
  35. taskbar_background_id = 1
  36.  
  37. #---------------------------------------------
  38. # TASKS
  39. #---------------------------------------------
  40. task_icon = 0
  41. task_text = 1
  42. task_width = 400
  43. task_centered = 1
  44. task_padding = 2 2
  45. task_font = OverlockSC 10
  46. task_font_color = #A9A9A9 80
  47. task_active_font_color = #D0D0D0 100
  48. task_background_id = 3
  49. task_active_background_id = 2
  50.  
  51. #---------------------------------------------
  52. # SYSTRAYBAR
  53. #---------------------------------------------
  54. systray_padding = 4 2 3
  55. systray_background_id = 1
  56. systray_icon_size = 22
  57.  
  58. #---------------------------------------------
  59. # CLOCK
  60. #---------------------------------------------
  61. time1_format = %H:%M:%S
  62. time1_font = DS-Digital Bold 10
  63. #time2_format = %I:%M %p
  64. #time2_font = hooge 05_53 7
  65. clock_font_color = #CBCBCB 100
  66. clock_padding = 6 2
  67. clock_background_id = 1
  68. clock_lclick_command = gsimplecal
  69. clock_rclick_command = gsimplecal
  70.  
  71. #---------------------------------------------
  72. # BATTERY
  73. #---------------------------------------------
  74. #battery = 0
  75. #battery_low_status = 7
  76. #battery_low_cmd = notify-send "battery low"
  77. #bat1_font = sans 8
  78. #bat2_font = sans 6
  79. #battery_font_color = #ffffff 76
  80. #battery_padding = 4 4
  81. #battery_background_id = 0
  82.  
  83. #---------------------------------------------
  84. # MOUSE ACTION ON TASK
  85. #---------------------------------------------
  86. mouse_middle = close
  87. mouse_right = none
  88. mouse_scroll_up = toggle
  89. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment