tint2: Fix icon theme, iconify logout button
This commit is contained in:
parent
0089618d31
commit
3cf6ea26e3
@ -1,4 +1,4 @@
|
||||
#---- Generated by tint2conf ee95 ----
|
||||
#---- Generated by tint2conf 5e03 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
@ -31,7 +31,7 @@ border_color_hover = #000000 0
|
||||
background_color_pressed = #282828 100
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
# Background 3: Active taskbar, Button, Tooltip
|
||||
# Background 3: Active taskbar, Tooltip
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
@ -44,6 +44,19 @@ border_color_hover = #000000 0
|
||||
background_color_pressed = #282828 100
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
# Background 4: Button, Launcher, Launcher icon
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3c3836 100
|
||||
border_color = #000000 0
|
||||
background_color_hover = #83a598 100
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #458588 100
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PTSBCP
|
||||
@ -128,10 +141,11 @@ systray_name_filter =
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_background_id = 4
|
||||
launcher_icon_background_id = 4
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Papirus-Dark
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
@ -187,15 +201,17 @@ button_dwheel_command =
|
||||
button_font = Inconsolata Medium 10
|
||||
button_font_color = #ebdbb2 100
|
||||
button_padding = 16 0
|
||||
button_background_id = 3
|
||||
button_background_id = 4
|
||||
button_centered = 1
|
||||
button_max_icon_size = 0
|
||||
button_max_icon_size = 32
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_text = Leave
|
||||
button_lclick_command = kill "$DSK_PID"
|
||||
button_icon = system-log-out
|
||||
button_text =
|
||||
button_tooltip = Logout
|
||||
button_lclick_command = kill "$DSK_PID" && notify-send -u normal -t 15000 -i "dialog-information" -a "tint2" "Logging Out" "DSK is wrapping things up and will close shortly."
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
@ -203,13 +219,13 @@ button_dwheel_command =
|
||||
button_font = Inconsolata Medium 10
|
||||
button_font_color = #ebdbb2 100
|
||||
button_padding = 16 0
|
||||
button_background_id = 3
|
||||
button_background_id = 4
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
button_max_icon_size = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_show_timeout = 0.2
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 4 4
|
||||
tooltip_background_id = 3
|
||||
|
Loading…
Reference in New Issue
Block a user