Mouse effects: updated sample configs
This commit is contained in:
@@ -1,53 +1,87 @@
|
||||
#---- Generated by tint2conf f7f7 ----
|
||||
#---- Generated by tint2conf 1f37 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
background_color = #eeeeee 100
|
||||
border_color = #bbbbbb 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #bbbbbb 100
|
||||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #bbbbbb 100
|
||||
|
||||
# Background 2
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_width = 1
|
||||
background_color = #eeeeee 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #fafafa 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 3
|
||||
# Background 3: Active task
|
||||
rounded = 5
|
||||
border_width = 1
|
||||
background_color = #dddddd 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #fafafa 100
|
||||
border_color_hover = #aaaaaa 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 4
|
||||
# Background 4: Urgent task
|
||||
rounded = 5
|
||||
border_width = 1
|
||||
background_color = #aa4400 100
|
||||
border_color = #aa7733 100
|
||||
background_color_hover = #aa4400 100
|
||||
border_color_hover = #aa7733 100
|
||||
background_color_pressed = #aa4400 100
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5
|
||||
# Background 5: Tooltip
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
background_color = #ffffaa 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #999999 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 6
|
||||
# Background 6: Inactive desktop name
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
background_color = #eeeeee 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #fafafa 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 7
|
||||
# Background 7: Active desktop name
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
background_color = #dddddd 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #dddddd 100
|
||||
border_color_hover = #999999 100
|
||||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 8
|
||||
# Background 8: Systray
|
||||
rounded = 3
|
||||
border_width = 0
|
||||
background_color = #aaaaaa 100
|
||||
background_color = #dddddd 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #cccccc 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
@@ -68,8 +102,10 @@ autohide_height = 2
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
font_shadow = 0
|
||||
mouse_effects = 1
|
||||
font_shadow = 0
|
||||
mouse_hover_icon_asb = 100 0 10
|
||||
mouse_pressed_icon_asb = 100 0 -10
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
@@ -88,6 +124,7 @@ taskbar_name_font_color = #222222 100
|
||||
taskbar_name_active_font_color = #222222 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
@@ -124,16 +161,16 @@ systray_monitor = 1
|
||||
# Launcher
|
||||
launcher_padding = 0 0 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = /usr/share/applications/tint2conf.desktop
|
||||
launcher_item_app = /usr/local/share/applications/tint2conf.desktop
|
||||
launcher_item_app = /usr/share/applications/firefox.desktop
|
||||
launcher_item_app = /usr/share/applications/iceweasel.desktop
|
||||
launcher_item_app = /usr/share/applications/chromium-browser.desktop
|
||||
launcher_item_app = /usr/share/applications/google-chrome.desktop
|
||||
launcher_item_app = /usr/local/share/applications/tint2conf.desktop
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
@@ -150,9 +187,13 @@ clock_tooltip =
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = zenity --calendar --text ""
|
||||
clock_rclick_command = orage
|
||||
clock_mclick_command =
|
||||
clock_uwheel_command =
|
||||
clock_dwheel_command =
|
||||
|
||||
#-------------------------------------
|
||||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send "battery low"
|
||||
bat1_font = sans 8
|
||||
@@ -161,6 +202,13 @@ battery_font_color = #222222 100
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
|
||||
Reference in New Issue
Block a user