tint2rc_manjaropek 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Tint2 config file
  2. #
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4. # To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc
  5. # Writem by pekman
  6. # Background definitions
  7. # ID 1
  8. rounded = 0
  9. border_width = 1
  10. background_color = #21A16C 0
  11. border_color = #111111 100
  12. # ID 2
  13. rounded = 0
  14. border_width = 0
  15. background_color = #212121 100
  16. border_color = #21A16C 100
  17. # ID 3
  18. rounded = 0
  19. border_width = 0
  20. background_color = #21A16C 100
  21. border_color = #21A16C 60
  22. # Panel
  23. panel_monitor = all
  24. panel_position = top center horizontal
  25. panel_size = 100% 40
  26. panel_margin = -12 -6
  27. panel_padding = 5 5 0
  28. panel_dock = 0
  29. wm_menu = 3
  30. panel_layer = bottom
  31. panel_background_id = 1
  32. # Panel Autohide
  33. autohide = 0
  34. autohide_show_timeout = 2.2
  35. autohide_hide_timeout = 2.2
  36. autohide_height = 1
  37. strut_policy = follow_size
  38. # Taskbar
  39. taskbar_mode = single_desktop
  40. taskbar_padding = 0 0 0
  41. taskbar_background_id = 2
  42. #taskbar_active_background_id = 3
  43. # Tasks
  44. urgent_nb_of_blink = 7
  45. task_icon = 1
  46. task_text = 1
  47. task_centered = 1
  48. task_maximum_size = 150 30
  49. task_padding = 4 4
  50. task_background_id = 2
  51. task_active_background_id = 3
  52. task_urgent_background_id = 2
  53. task_iconified_background_id = 2
  54. # Task Icons
  55. task_icon_asb = 100 0 0
  56. task_active_icon_asb = 100 0 0
  57. task_urgent_icon_asb = 100 0 0
  58. task_iconified_icon_asb = 100 0 0
  59. # Fonts
  60. task_font = Titillium Web SemiBold 10
  61. task_font_color = #BABABA 100
  62. task_active_font_color = #FFFFFF 100
  63. task_urgent_font_color = #CC000F 100
  64. task_iconified_font_color = #8A8A8A 100
  65. font_shadow = 0
  66. # System Tray
  67. systray = 1
  68. systray_padding = 10 0 0
  69. systray_sort = ascending
  70. systray_background_id = 2
  71. systray_icon_size = 20
  72. systray_icon_asb = 100 0 0
  73. # Clock
  74. time1_format = %H:%M
  75. time1_font = sans 8
  76. time2_format = %A %d %B
  77. time2_font = Sans 6
  78. clock_font_color = #C5C5C5 90
  79. clock_padding = 6 3
  80. clock_background_id = 2
  81. clock_lclick_command = exec urxvt -e calcurse
  82. clock_rclick_command = exec urxvt -e alsamixer
  83. # Tooltips
  84. tooltip = 1
  85. tooltip_padding = 2 2
  86. tooltip_show_timeout = 0
  87. tooltip_hide_timeout = 0
  88. tooltip_background_id = 2
  89. tooltip_font = Titillium Web Regular 10
  90. tooltip_font_color = #E1E1E1 100
  91. # Mouse
  92. mouse_middle = next_task
  93. mouse_right = close
  94. mouse_scroll_up = toggle
  95. mouse_scroll_down = iconify
  96. # Battery
  97. battery = 1
  98. battery_low_status = 20
  99. battery_low_cmd = notify-send -u critical 'Battery Low' "Conecte o dispositivo em uma tomada"
  100. battery_hide = 75
  101. bat1_font = Sans 8
  102. bat2_font = Sans 6
  103. battery_font_color = #FFFFFF 100
  104. battery_padding = 2 2
  105. battery_background_id = 2
  106. # End of config