sts diff tint2/tint2rc @ rev 17

Add tint2 config
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 16:54:00 2014 +0200 (2014-05-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tint2/tint2rc	Thu May 15 16:54:00 2014 +0200
     1.3 @@ -0,0 +1,116 @@
     1.4 +# Tint2 config file
     1.5 +# Generated by tintwizard (http://code.google.com/p/tintwizard/)
     1.6 +# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
     1.7 +
     1.8 +# Background definitions
     1.9 +# ID 1
    1.10 +rounded = 7
    1.11 +border_width = 0
    1.12 +background_color = #000000 60
    1.13 +border_color = #FFFFFF 12
    1.14 +
    1.15 +# ID 2
    1.16 +rounded = 5
    1.17 +border_width = 0
    1.18 +background_color = #FFFFFF 40
    1.19 +border_color = #FFFFFF 44
    1.20 +
    1.21 +# ID 3
    1.22 +rounded = 5
    1.23 +border_width = 0
    1.24 +background_color = #FFFFFF 12
    1.25 +border_color = #FFFFFF 64
    1.26 +
    1.27 +# Panel
    1.28 +panel_monitor = all
    1.29 +panel_position = top center horizontal
    1.30 +panel_size = 100% 36
    1.31 +panel_margin = 0 0
    1.32 +panel_padding = 7 0 7
    1.33 +panel_dock = 0
    1.34 +wm_menu = 0
    1.35 +panel_layer = top
    1.36 +panel_background_id = 1
    1.37 +
    1.38 +# Panel Autohide
    1.39 +autohide = 0
    1.40 +autohide_show_timeout = 0.3
    1.41 +autohide_hide_timeout = 2
    1.42 +autohide_height = 2
    1.43 +strut_policy = follow_size
    1.44 +
    1.45 +# Taskbar
    1.46 +taskbar_mode = single_desktop
    1.47 +taskbar_padding = 2 3 2
    1.48 +taskbar_background_id = 0
    1.49 +taskbar_active_background_id = 0
    1.50 +
    1.51 +# Tasks
    1.52 +urgent_nb_of_blink = 8
    1.53 +task_icon = 1
    1.54 +task_text = 0
    1.55 +task_centered = 0
    1.56 +task_maximum_size = 34 32
    1.57 +task_padding = 5 1
    1.58 +task_background_id = 3
    1.59 +task_active_background_id = 2
    1.60 +task_urgent_background_id = 2
    1.61 +task_iconified_background_id = 3
    1.62 +
    1.63 +# Task Icons
    1.64 +task_icon_asb = 70 0 0
    1.65 +task_active_icon_asb = 100 0 0
    1.66 +task_urgent_icon_asb = 100 0 0
    1.67 +task_iconified_icon_asb = 70 0 0
    1.68 +
    1.69 +# Fonts
    1.70 +task_font = Sans 10
    1.71 +task_font_color = #FFFFFF 64
    1.72 +task_active_font_color = #FFFFFF 80
    1.73 +task_urgent_font_color = #FFFFFF 80
    1.74 +task_iconified_font_color = #FFFFFF 64
    1.75 +font_shadow = 0
    1.76 +
    1.77 +# System Tray
    1.78 +systray = 1
    1.79 +systray_padding = 0 4 5
    1.80 +systray_sort = ascending
    1.81 +systray_background_id = 0
    1.82 +systray_icon_size = 32
    1.83 +systray_icon_asb = 70 0 0
    1.84 +
    1.85 +# Clock
    1.86 +time1_format = %H:%M
    1.87 +time1_font = Sans Bold 10
    1.88 +clock_font_color = #FFFFFF 70
    1.89 +clock_padding = 1 0
    1.90 +clock_background_id = 0
    1.91 +clock_rclick_command = orage
    1.92 +
    1.93 +# Tooltips
    1.94 +tooltip = 1
    1.95 +tooltip_padding = 8 8
    1.96 +tooltip_show_timeout = 0.7
    1.97 +tooltip_hide_timeout = 0.3
    1.98 +tooltip_background_id = 1
    1.99 +tooltip_font = Sans 16
   1.100 +tooltip_font_color = #FFFFFF 80
   1.101 +
   1.102 +# Mouse
   1.103 +mouse_middle = none
   1.104 +mouse_right = close
   1.105 +mouse_scroll_up = toggle
   1.106 +mouse_scroll_down = iconify
   1.107 +
   1.108 +# Battery
   1.109 +battery = 0
   1.110 +battery_low_status = 10
   1.111 +battery_low_cmd = notify-send "battery low"
   1.112 +battery_hide = 98
   1.113 +bat1_font = sans 8
   1.114 +bat2_font = sans 6
   1.115 +battery_font_color = #FFFFFF 70
   1.116 +battery_padding = 1 0
   1.117 +battery_background_id = 0
   1.118 +
   1.119 +# End of config
   1.120 \ No newline at end of file