diff options
Diffstat (limited to '.config/tint2/tint2rc')
-rwxr-xr-x | .config/tint2/tint2rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index eb9caf0..f117048 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 48f9 ---- +#---- Generated by tint2conf 67c4 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -118,7 +118,7 @@ background_color_pressed = #dddddd 4 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 +# Background 9: Nom du bureau actif, Tâche icônifiée, Tâche par défaut rounded = 2 border_width = 1 border_sides = TBLR @@ -196,7 +196,7 @@ task_thumbnail = 1 task_thumbnail_size = 210 task_font_color = #eeeeee 100 task_active_font_color = #ffffff 100 -task_iconified_font_color = #ffffff 63 +task_iconified_font_color = #ffffff 61 task_icon_asb = 100 0 -15 task_active_icon_asb = 100 0 0 task_iconified_icon_asb = 70 -50 -50 @@ -260,8 +260,8 @@ clock_dwheel_command = # Battery battery_tooltip = 1 battery_low_status = 10 -battery_low_cmd = notify-send -u critical 'Battery low!' -battery_full_cmd = notify-send -u normal 'Battery full' +battery_low_cmd = notify-send -u critical 'battery' "You're low, partner!" +battery_full_cmd = notify-send -u normal 'battery' "You're full, partner!" bat1_font = Sans Bold 10 bat2_font = sans 6 battery_font_color = #ffffff 100 |