Advertisement
corrosiontears

Tint2rc Dark Theme

May 22nd, 2013
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.39 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. # Screenshot: http://img709.imageshack.us/img709/618/tint2panel.png
  4. #---------------------------------------------
  5.  
  6. #---------------------------------------------
  7. # BACKGROUND AND BORDER
  8. #---------------------------------------------
  9. rounded = 0
  10. border_width = 1
  11. background_color = #000000 50
  12. border_color = #FFFFFF 40
  13.  
  14. rounded = 0
  15. border_width = 0
  16. background_color = #ffffff 40
  17. border_color = #ffffff 30
  18.  
  19. rounded = 0
  20. border_width = 1
  21. background_color = #ffffff 20
  22. border_color = #ffffff 20
  23.  
  24. rounded = 0
  25. border_width = 0
  26. background_color = #000000 20
  27. border_color = #ffffff 0
  28.  
  29. #---------------------------------------------
  30. # PANEL
  31. #---------------------------------------------
  32. panel_monitor = all
  33. panel_position = top center
  34. panel_size = 100% 34
  35. panel_margin = 0 0
  36. panel_padding = 3 3
  37. font_shadow = 0
  38. panel_background_id = 0
  39.  
  40. #---------------------------------------------
  41. # TASKBAR
  42. #---------------------------------------------
  43. taskbar_mode = multi_desktop
  44. taskbar_padding = 2 2 2
  45. taskbar_background_id = 1
  46.  
  47. #---------------------------------------------
  48. # TASKS
  49. #---------------------------------------------
  50. task_icon = 1
  51. task_text = 1
  52. task_width =
  53. task_centered = 0
  54. task_padding = 2 2 2
  55. task_font = sans 8
  56. task_font_color = #ffffff 70
  57. task_active_font_color = #ffffff 100
  58. task_background_id = 3
  59. task_active_background_id = 2
  60.  
  61. #---------------------------------------------
  62. # SYSTRAYBAR
  63. #---------------------------------------------
  64. systray_padding = 4 2 3
  65. systray_background_id = 1
  66.  
  67. #---------------------------------------------
  68. # CLOCK
  69. #---------------------------------------------
  70. time1_format = %H:%M - %A, %b %d
  71. time1_font = sans 8
  72. time2_format =
  73. time2_font = sans 7
  74. clock_font_color = #ffffff 100
  75. clock_padding = 4 4 4
  76. clock_background_id = 1
  77.  
  78. #---------------------------------------------
  79. # BATTERY
  80. #---------------------------------------------
  81. #battery = 0
  82. #battery_low_status = 7
  83. #battery_low_cmd = notify-send "battery low"
  84. #bat1_font = sans 8
  85. #bat2_font = sans 6
  86. #battery_font_color = #ffffff 76
  87. #battery_padding = 1 0
  88. #battery_background_id = 2
  89.  
  90.  
  91. #---------------------------------------------
  92. # MOUSE ACTION ON TASK
  93. #---------------------------------------------
  94. mouse_middle = none
  95. mouse_right = close
  96. mouse_scroll_up = toggle
  97. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement