]> Dogcows Code - chaz/tint2/blob - sample/vertical_icon_only.tint2rc
ca9547e4891d45e93b3d7d457702cb4f2e984ea8
[chaz/tint2] / sample / vertical_icon_only.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 3
9 border_width = 1
10 background_color = #000000 60
11 border_color = #ffffff 30
12
13 rounded = 3
14 border_width = 1
15 background_color = #ffffff 0
16 border_color = #ffffff 20
17
18 rounded = 3
19 border_width = 1
20 background_color = #000000 18
21 border_color = #ffffff 35
22
23 #---------------------------------------------
24 # PANEL
25 #---------------------------------------------
26 panel_monitor = all
27 panel_position = center left vertical
28 panel_size = 100% 45
29 panel_margin = 0 0
30 panel_padding = 2 0
31 font_shadow = 0
32 panel_background_id = 0
33 wm_menu = 0
34
35 #---------------------------------------------
36 # TASKBAR
37 #---------------------------------------------
38 #taskbar_mode = multi_desktop
39 taskbar_mode = single_desktop
40 taskbar_padding = 0 0 2
41 taskbar_background_id = 3
42 #taskbar_active_background_id = 0
43
44 #---------------------------------------------
45 # TASKS
46 #---------------------------------------------
47 task_icon = 1
48 task_text = 0
49 task_maximum_size = 50 35
50 task_centered = 1
51 task_padding = 0 2
52 task_font = Aller 9
53 task_font_color = #ffffff 70
54 task_active_font_color = #ffffff 85
55 task_background_id = 2
56 task_active_background_id = 1
57
58 #---------------------------------------------
59 # SYSTRAYBAR
60 #---------------------------------------------
61 systray = 1
62 systray_padding = 2 8 0
63 systray_background_id = 1
64 systray_sort = left2right
65
66 #---------------------------------------------
67 # CLOCK
68 #---------------------------------------------
69 time1_format = %a %d
70 time1_font = Aller 7
71 time2_format = %I:%M
72 time2_font = Aller 10
73 clock_font_color = #ffffff 100
74 clock_padding = 6 4
75 clock_background_id = 1
76 #clock_lclick_command = xclock
77 #clock_rclick_command = orage
78 #clock_tooltip = %A %d %B
79
80 #---------------------------------------------
81 # BATTERY
82 #---------------------------------------------
83 battery = 0
84 battery_low_status = 10
85 battery_low_cmd = notify-send "battery low"
86 bat1_font = sans 8
87 bat2_font = sans 6
88 battery_font_color = #ffffff 76
89 battery_padding = 1 0
90 battery_background_id = 0
91
92 #---------------------------------------------
93 # TOOLTIP
94 #---------------------------------------------
95 tooltip = 0
96 tooltip_padding = 2 2
97 tooltip_show_timeout = 0.7
98 tooltip_hide_timeout = 0.3
99 tooltip_background_id = 1
100 tooltip_font_color = #OOOOOO 80
101 tooltip_font = sans 10
102
103 #---------------------------------------------
104 # MOUSE ACTION ON TASK
105 #---------------------------------------------
106 mouse_middle = none
107 mouse_right = close
108 mouse_scroll_up = toggle
109 mouse_scroll_down = iconify
This page took 0.040241 seconds and 3 git commands to generate.