Updated config
This commit is contained in:
parent
bdf3d945c7
commit
2d5f2dd794
1 changed files with 18 additions and 18 deletions
|
@ -1,16 +1,16 @@
|
|||
# Tint2 sample config file
|
||||
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
|
||||
# For information on manually configuring tint2 see https://gitlab.com/o9000/tint2/wikis/Configure
|
||||
|
||||
# Background definitions
|
||||
# Background 1: panel
|
||||
rounded = 7
|
||||
border_width = 1
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
background_color = #000000 60
|
||||
border_color = #999999 6
|
||||
border_color = #000000 30
|
||||
|
||||
# Background 2: normal/iconified tasks
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
rounded = 4
|
||||
border_width = 1
|
||||
background_color = #777777 20
|
||||
border_color = #777777 30
|
||||
background_color_hover = #aaaaaa 22
|
||||
|
@ -19,7 +19,7 @@ background_color_pressed = #555555 4
|
|||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 3: active tasks
|
||||
rounded = 5
|
||||
rounded = 4
|
||||
border_width = 1
|
||||
background_color = #777777 20
|
||||
border_color = #ffffff 40
|
||||
|
@ -29,7 +29,7 @@ background_color_pressed = #555555 4
|
|||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 4: urgent tasks
|
||||
rounded = 5
|
||||
rounded = 4
|
||||
border_width = 1
|
||||
background_color = #aa4400 100
|
||||
border_color = #aa7733 100
|
||||
|
@ -56,6 +56,7 @@ wm_menu = 1
|
|||
panel_layer = top
|
||||
panel_background_id = 1
|
||||
font_shadow = 0
|
||||
strut_policy = follow_size
|
||||
mouse_effects = 1
|
||||
|
||||
# Panel Autohide
|
||||
|
@ -63,12 +64,11 @@ autohide = 0
|
|||
autohide_show_timeout = 0
|
||||
autohide_hide_timeout = 0.5
|
||||
autohide_height = 2
|
||||
strut_policy = follow_size
|
||||
|
||||
# Launcher
|
||||
launcher_padding = 2 4 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_size = 18
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_tooltip = 1
|
||||
startup_notifications = 1
|
||||
|
@ -81,7 +81,7 @@ launcher_item_app = /usr/share/applications/google-chrome.desktop
|
|||
|
||||
# Taskbar
|
||||
taskbar_mode = single_desktop
|
||||
taskbar_padding = 2 3 2
|
||||
taskbar_padding = 2 2 2
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 0
|
||||
|
||||
|
@ -89,8 +89,8 @@ taskbar_active_background_id = 0
|
|||
task_icon = 1
|
||||
task_text = 1
|
||||
task_centered = 1
|
||||
task_maximum_size = 140 35
|
||||
task_padding = 6 2
|
||||
task_maximum_size = 150 35
|
||||
task_padding = 6 1
|
||||
task_background_id = 2
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 4
|
||||
|
@ -105,7 +105,7 @@ task_urgent_icon_asb = 100 0 0
|
|||
task_iconified_icon_asb = 100 0 0
|
||||
|
||||
# Fonts
|
||||
task_font = sans 8
|
||||
task_font = sans 9
|
||||
task_font_color = #FFFFFF 90
|
||||
task_active_font_color = #FFFFFF 90
|
||||
task_urgent_font_color = #FFFFFF 90
|
||||
|
@ -123,13 +123,13 @@ systray_padding = 0 4 5
|
|||
systray_sort = ascending
|
||||
systray_background_id = 0
|
||||
systray_icon_size = 22
|
||||
systray_icon_asb = 70 0 0
|
||||
systray_icon_asb = 100 0 0
|
||||
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time1_font = sans 8
|
||||
time1_font = sans bold 8
|
||||
time2_format = %A %d %B
|
||||
time2_font = sans 7
|
||||
time2_font = sans 8
|
||||
clock_font_color = #FFFFFF 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
|
@ -148,7 +148,7 @@ battery_low_status = 10
|
|||
battery_low_cmd = notify-send "battery low"
|
||||
battery_hide = 101
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
bat2_font = sans 7
|
||||
battery_font_color = #FFFFFF 100
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
|
|
Loading…
Reference in a new issue