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