]> Dogcows Code - chaz/tint2/blob - sample/white_single_desktop.tint2rc
79cb39de57541d72aca1f44afe8602bc2857e667
[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_maximum_size = 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 = 1
70 systray_padding = 4 2 3
71 systray_background_id = 0
72 systray_sort = left2right
73
74 #---------------------------------------------
75 # CLOCK
76 #---------------------------------------------
77 time1_format = %H:%M
78 #time1_font = Museo 8
79 time1_font = AvantGardeLTMedium 9 bold
80 #time2_format = %A %d %B
81 #time2_font = Monospace 6
82 clock_font_color = #151515 60
83 clock_padding = 4 0
84 clock_tooltip = %A %d %B
85
86 #---------------------------------------------
87 # BATTERY
88 #---------------------------------------------
89 battery = 0
90 battery_low_status = 7
91 battery_low_cmd = notify-send "battery low"
92 bat1_font = sans 8
93 bat2_font = sans 6
94 battery_font_color = #151515 60
95 battery_padding = 1 0
96 battery_background_id = 0
97
98 #---------------------------------------------
99 # TOOLTIP
100 #---------------------------------------------
101 tooltip = 1
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.037087 seconds and 3 git commands to generate.