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