]> Dogcows Code - chaz/tint2/blob - sample/tint2rc
*fix* more systray modifications for nice looking icons in real transparency mode
[chaz/tint2] / sample / tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 7
9 border_width = 2
10 background_color = #000000 60
11 border_color = #ffffff 18
12
13 rounded = 5
14 border_width = 0
15 background_color = #ffffff 40
16 border_color = #ffffff 50
17
18 rounded = 5
19 border_width = 0
20 background_color = #ffffff 18
21 border_color = #ffffff 70
22
23 #---------------------------------------------
24 # PANEL
25 #---------------------------------------------
26 panel_monitor = all
27 panel_position = bottom center
28 panel_size = 94% 30
29 panel_margin = 0 0
30 panel_padding = 7 0
31 font_shadow = 0
32 panel_background_id = 1
33 wm_menu = 0
34 panel_dock = 0
35 real_transparency = 0
36 panel_layer = bottom
37
38 #---------------------------------------------
39 # TASKBAR
40 #---------------------------------------------
41 #taskbar_mode = multi_desktop
42 taskbar_mode = single_desktop
43 taskbar_padding = 2 3 2
44 taskbar_background_id = 0
45 #taskbar_active_background_id = 0
46
47 #---------------------------------------------
48 # TASKS
49 #---------------------------------------------
50 task_icon = 1
51 task_text = 1
52 task_maximum_size = 140 35
53 task_centered = 1
54 task_padding = 6 3
55 task_font = sans 7
56 task_font_color = #ffffff 70
57 task_active_font_color = #ffffff 85
58 task_background_id = 3
59 task_active_background_id = 2
60
61 #---------------------------------------------
62 # SYSTRAYBAR
63 #---------------------------------------------
64 systray = 1
65 systray_padding = 0 4 5
66 systray_background_id = 0
67 systray_sort = left2right
68
69 #---------------------------------------------
70 # CLOCK
71 #---------------------------------------------
72 time1_format = %H:%M
73 time1_font = sans 8
74 time2_format = %A %d %B
75 time2_font = sans 6
76 clock_font_color = #ffffff 76
77 clock_padding = 1 0
78 clock_background_id = 0
79 #clock_lclick_command = xclock
80 clock_rclick_command = orage
81 #clock_tooltip = %A %d %B
82 #time1_timezone = :US/Hawaii
83 #time2_timezone = :Europe/Berlin
84 #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
85
86 #---------------------------------------------
87 # BATTERY
88 #---------------------------------------------
89 battery = 0
90 battery_low_status = 10
91 battery_low_cmd = notify-send "battery low"
92 bat1_font = sans 8
93 bat2_font = sans 6
94 battery_font_color = #ffffff 76
95 battery_padding = 1 0
96 battery_background_id = 0
97
98 #---------------------------------------------
99 # TOOLTIP
100 #---------------------------------------------
101 tooltip = 0
102 tooltip_padding = 2 2
103 tooltip_show_timeout = 0.7
104 tooltip_hide_timeout = 0.3
105 tooltip_background_id = 1
106 tooltip_font_color = #OOOOOO 80
107 tooltip_font = sans 10
108
109 #---------------------------------------------
110 # MOUSE ACTION ON TASK
111 #---------------------------------------------
112 mouse_middle = none
113 mouse_right = close
114 mouse_scroll_up = toggle
115 mouse_scroll_down = iconify
116
This page took 0.041474 seconds and 4 git commands to generate.