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