diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/tint2/tint2rc | 34 |
1 files changed, 8 insertions, 26 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 6d09454..eb9caf0 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 121d ---- +#---- Generated by tint2conf 48f9 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -24,7 +24,7 @@ background_color_pressed = #eeeeee 0 border_color_pressed = #bbbbbb 10 # Background 2: Barre des tâches active -rounded = 5 +rounded = 2 border_width = 0 border_sides = TBLR border_content_tint_weight = 0 @@ -38,7 +38,7 @@ background_color_pressed = #dddddd 4 border_color_pressed = #eaeaea 44 # Background 3: Tâche active -rounded = 5 +rounded = 2 border_width = 1 border_sides = TBLR border_content_tint_weight = 0 @@ -51,7 +51,7 @@ background_color_pressed = #dddddd 4 border_color_pressed = #999999 100 # Background 4: Tâche urgente -rounded = 5 +rounded = 2 border_width = 1 border_sides = TBLR border_content_tint_weight = 0 @@ -119,7 +119,7 @@ border_color_pressed = #eaeaea 44 gradient_id_pressed = 0 # Background 9: Bouton, Nom du bureau actif, Tâche icônifiée, Tâche par défaut -rounded = 5 +rounded = 2 border_width = 1 border_sides = TBLR border_content_tint_weight = 0 @@ -134,7 +134,7 @@ border_color_pressed = #eaeaea 44 #------------------------------------- # Panel -panel_items = PTSBC +panel_items = TSBC panel_size = 100% 32 panel_margin = 0 0 panel_padding = 4 2 4 @@ -143,7 +143,7 @@ wm_menu = 1 panel_dock = 0 panel_pivot_struts = 0 panel_position = top center horizontal -panel_layer = normal +panel_layer = bottom panel_monitor = all panel_shrink = 0 autohide = 0 @@ -163,7 +163,7 @@ scale_relative_to_screen_height = 0 #------------------------------------- # Taskbar taskbar_mode = multi_desktop -taskbar_hide_if_empty = 0 +taskbar_hide_if_empty = 1 taskbar_padding = 1 0 2 taskbar_background_id = 0 taskbar_active_background_id = 2 @@ -279,24 +279,6 @@ ac_connected_cmd = ac_disconnected_cmd = #------------------------------------- -# Button 1 -button = new -button_icon = Pop/24x24/places/pop-os.svg -button_text = Menu -button_tooltip = Start -button_lclick_command = xdotool key super+space -button_rclick_command = xdotool key super+space -button_mclick_command = xdotool key super+o -button_uwheel_command = -button_dwheel_command = -button_font = NotoSans Nerd Font Medium Semi-Condensed 11 -button_font_color = #ffffff 100 -button_padding = 0 0 -button_background_id = 9 -button_centered = 0 -button_max_icon_size = 0 - -#------------------------------------- # Tooltip tooltip_show_timeout = 0.5 tooltip_hide_timeout = 0.1 |