diff options
author | Joe <rrbo@proton.me> | 2023-01-10 11:54:11 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-10 11:54:11 +0100 |
commit | 64e40f1e04b5180f7f472ef7a0713a9371f0dc32 (patch) | |
tree | 743b4bab8418e19b9ef6847faef6f11280f27ec2 /.config/tint2/tint2rc | |
parent | wip (diff) | |
download | dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.gz dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.bz2 dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.xz dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.tar.zst dotfiles-bsd-64e40f1e04b5180f7f472ef7a0713a9371f0dc32.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .config/tint2/tint2rc | 62 |
1 files changed, 50 insertions, 12 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index b2a1fe9..afeac38 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf a5a1 ---- +#---- Generated by tint2conf b2cd ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -31,7 +31,7 @@ border_color_hover = #000000 100 background_color_pressed = #bdd1f1 100 border_color_pressed = #000000 100 -# Background 3: Urgent task +# Background 3: Executor, Urgent task rounded = 0 border_width = 0 border_sides = TBLR @@ -60,7 +60,7 @@ border_color_pressed = #000000 100 #------------------------------------- # Panel -panel_items = LTSC +panel_items = L:T:S:B:C panel_size = 100% 25 panel_margin = 0 0 panel_padding = 0 0 0 @@ -96,11 +96,12 @@ taskbar_active_background_id = 1 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 1 -taskbar_hide_different_desktop = 0 +taskbar_hide_different_desktop = 1 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 0 0 taskbar_name_background_id = 0 taskbar_name_active_background_id = 0 +taskbar_name_font = Cantarell Medium 10 taskbar_name_font_color = #000000 100 taskbar_name_active_font_color = #000000 100 taskbar_distribute_size = 0 @@ -109,15 +110,15 @@ task_align = left #------------------------------------- # Task -task_text = 0 -task_icon = 0 +task_text = 1 +task_icon = 1 task_centered = 0 urgent_nb_of_blink = 0 task_maximum_size = 0 0 task_padding = 0 0 0 -task_tooltip = 0 -task_thumbnail = 0 -task_thumbnail_size = 210 +task_tooltip = 1 +task_thumbnail = 1 +task_thumbnail_size = 300 task_font_color = #000000 100 task_active_font_color = #ffffff 100 task_background_id = 1 @@ -173,7 +174,7 @@ clock_padding = 0 0 clock_background_id = 0 clock_tooltip = clock_tooltip_timezone = -clock_lclick_command = +clock_lclick_command = ndate clock_rclick_command = clock_mclick_command = clock_uwheel_command = @@ -185,6 +186,7 @@ battery_tooltip = 1 battery_low_status = 0 battery_low_cmd = battery_full_cmd = +bat1_font = Cantarell Medium 11 battery_font_color = #000000 100 bat1_format = bat2_format = @@ -196,8 +198,44 @@ battery_rclick_command = battery_mclick_command = battery_uwheel_command = battery_dwheel_command = -ac_connected_cmd = -ac_disconnected_cmd = +ac_connected_cmd = notify-send -u low batter 'AC plugged' +ac_disconnected_cmd = notify-send -u low batter 'AC unplugged' + +#------------------------------------- +# Separator 1 +separator = new +separator_background_id = -1 +separator_color = #777777 89 +separator_style = empty +separator_size = 6 +separator_padding = 1 0 + +#------------------------------------- +# Separator 2 +separator = new +separator_background_id = -1 +separator_color = #777777 89 +separator_style = empty +separator_size = 6 +separator_padding = 1 0 + +#------------------------------------- +# Separator 3 +separator = new +separator_background_id = -1 +separator_color = #777777 89 +separator_style = empty +separator_size = 6 +separator_padding = 1 0 + +#------------------------------------- +# Separator 4 +separator = new +separator_background_id = 0 +separator_color = #777777 54 +separator_style = empty +separator_size = 6 +separator_padding = 1 0 #------------------------------------- # Tooltip |