Advertisement
ichase

tint2red

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