]> Dogcows Code - chaz/tint2/blob - tintrc06
merge battery applet from Sebastian Reichel
[chaz/tint2] / tintrc06
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 10
9 border_width = 1
10 background_color = #000000 45
11 border_color = #ffffff 0
12
13 rounded = 7
14 border_width = 0
15 background_color = #ffffff 20
16 border_color = #ffffff 15
17
18 rounded = 0
19 border_width = 0
20 background_color = #000000 35
21 border_color = #ffffff 0
22
23
24 #---------------------------------------------
25 # PANEL
26 #---------------------------------------------
27 panel_monitor = all
28 panel_position = bottom center
29 panel_size = 95% 30
30 panel_margin = 0 0
31 panel_padding = 9 2 7
32 font_shadow = 0
33 panel_background_id = 0
34
35 #---------------------------------------------
36 # TASKBAR
37 #---------------------------------------------
38 taskbar_mode = multi_desktop
39 taskbar_padding = 3 3 0
40 taskbar_background_id = 1
41
42 #---------------------------------------------
43 # TASKS
44 #---------------------------------------------
45 task_icon = 1
46 task_text = 1
47 task_width = 160
48 task_centered = 1
49 task_padding = 4 2
50 task_font = sans bold 8
51 task_font_color = #ffffff 60
52 task_active_font_color = #ffffff 85
53 task_background_id = 0
54 task_active_background_id = 2
55
56 #---------------------------------------------
57 # SYSTRAYBAR
58 #---------------------------------------------
59 systray_padding = 9 3 5
60 systray_background_id = 1
61
62 #---------------------------------------------
63 # CLOCK
64 #---------------------------------------------
65 #time1_format = %H:%M
66 time1_font = sans bold 8
67 #time2_format = %A %d %B
68 time2_font = sans 7
69 clock_font_color = #ffffff 65
70 clock_padding = 6 0
71 clock_background_id = 1
72
73 #---------------------------------------------
74 # BATTERY
75 #---------------------------------------------
76 battery = 0
77 battery_low_status = 7
78 battery_low_cmd = notify-send "battery low"
79 bat1_font = sans 8
80 bat2_font = sans 6
81 battery_font_color = #ffffff 100
82 battery_padding = 1 0
83 battery_background_id = 0
84
85 #---------------------------------------------
86 # MOUSE ACTION ON TASK
87 #---------------------------------------------
88 mouse_middle = none
89 mouse_right = close
90 mouse_scroll_up = toggle
91 mouse_scroll_down = iconify
92
This page took 0.034995 seconds and 4 git commands to generate.