Advertisement
irenicus09

tint2rc (Hacker-ish Theme)

Oct 7th, 2012
1,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.82 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 10
  9. border_width = 1
  10. background_color = #000000 65
  11. border_color = #29D0D2 30
  12.  
  13. rounded = 3
  14. border_width = 0
  15. background_color = #175455 60
  16. border_color = #ffffff 70
  17.  
  18. rounded = 3
  19. border_width = 0
  20. background_color = #175455 18
  21. border_color = #ffffff 70
  22.  
  23. #---------------------------------------------
  24. # PANEL
  25. #---------------------------------------------
  26. panel_monitor = all
  27. panel_position = bottom center
  28. panel_size = 95% 26
  29. panel_margin = 0 0
  30. panel_padding = 7 0
  31. font_shadow = 0
  32. panel_background_id = 1
  33. panel_items = LTCBS
  34.  
  35. #---------------------------------------------
  36. # TASKBAR
  37. #---------------------------------------------
  38. taskbar_mode = multi_desktop
  39. taskbar_padding = 2 3 2
  40. taskbar_background_id = 0
  41.  
  42. #---------------------------------------------
  43. # TASKS
  44. #---------------------------------------------
  45. task_icon = 0
  46. task_text = 1
  47. task_width = 140
  48. task_centered = 1
  49. task_padding = 6 3
  50. task_font = sans 8
  51. task_font_color = #BBFFFF 70
  52. task_active_font_color = #FFFFFF 90
  53. task_background_id = 3
  54. task_active_background_id = 2
  55.  
  56. #---------------------------------------------
  57. # LAUNCHER
  58. #---------------------------------------------
  59. launcher_icon_theme = areao43  
  60. launcher_padding = 2 2  
  61. launcher_background_id = 1  
  62. launcher_icon_size = 20
  63. launcher_item_app = /usr/share/applications/menu.desktop
  64. launcher_item_app = /usr/share/applications/firefox.desktop
  65.  
  66. #---------------------------------------------
  67. # SYSTRAYBAR
  68. #---------------------------------------------
  69. systray = 1
  70. systray_padding = 0 4 5
  71. systray_background_id = 0
  72.  
  73. #---------------------------------------------
  74. # CLOCK
  75. #---------------------------------------------
  76. time1_format = %I:%M
  77. time1_font = sans 8
  78. time2_format = %A %d %B
  79. time2_font = sans 7
  80. clock_font_color = #BBFFFF 90
  81. clock_padding = 1 0
  82. clock_background_id = 0
  83.  
  84. #---------------------------------------------
  85. # BATTERY
  86. #---------------------------------------------
  87. battery = 1
  88. battery_low_status = 15
  89. battery_low_cmd = notify-send "battery low"
  90. bat1_font = sans 8
  91. bat2_font = sans 6
  92. battery_font_color = #ffffff 76
  93. battery_padding = 1 0
  94. battery_background_id = 0
  95.  
  96.  
  97. #---------------------------------------------
  98. # MOUSE ACTION ON TASK
  99. #---------------------------------------------
  100. mouse_middle = none
  101. mouse_right = close
  102. mouse_scroll_up = toggle
  103. mouse_scroll_down = iconify
  104.  
  105. #---------------------------------------------
  106. ## AUTOHIDE OPTIONS
  107. ##---------------------------------------------
  108. autohide = 0
  109. autohide_show_timeout = 0.3
  110. autohide_hide_timeout = 2
  111. autohide_height = 4
  112. strut_policy = minimum
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement