diff options
author | Joe <rrbo@proton.me> | 2023-01-09 18:00:51 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 18:00:51 +0100 |
commit | 206bad9856e15f4691165461ac2e77f9b4c87634 (patch) | |
tree | 92e9a394cfca7719b4c8ce5d1f69eedfebe6adbd /.config/tint2/tint2rc | |
parent | update (diff) | |
download | dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.gz dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.bz2 dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.xz dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.tar.zst dotfiles-bsd-206bad9856e15f4691165461ac2e77f9b4c87634.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .config/tint2/tint2rc | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 80655ac..bead895 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,11 +1,11 @@ -#---- Generated by tint2conf a203 ---- +#---- Generated by tint2conf 2ff1 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- # Gradients #------------------------------------- # Backgrounds -# Background 1: Active taskbar, Inactive taskbar, Panel +# Background 1: Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel rounded = 0 border_width = 1 border_sides = TBLR @@ -13,12 +13,12 @@ border_content_tint_weight = 0 background_content_tint_weight = 0 background_color = #cecece 100 border_color = #4a4a4a 100 -background_color_hover = #cecece 100 +background_color_hover = #ffa5a5 100 border_color_hover = #4a4a4a 100 background_color_pressed = #cecece 100 border_color_pressed = #4a4a4a 100 -# Background 2: Active task +# Background 2: rounded = 0 border_width = 0 border_sides = TBLR @@ -44,6 +44,19 @@ border_color_hover = #000000 100 background_color_pressed = #f1e3bd 100 border_color_pressed = #000000 100 +# Background 4: Active task +rounded = 0 +border_width = 0 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #bc0400 100 +border_color = #000000 100 +background_color_hover = #bc0400 100 +border_color_hover = #000000 100 +background_color_pressed = #da3a36 100 +border_color_pressed = #000000 100 + #------------------------------------- # Panel panel_items = LTSC @@ -105,8 +118,12 @@ task_tooltip = 0 task_thumbnail = 0 task_thumbnail_size = 210 task_font_color = #000000 100 -task_active_background_id = 2 +task_active_font_color = #ffffff 100 +task_background_id = 1 +task_normal_background_id = 1 +task_active_background_id = 4 task_urgent_background_id = 3 +task_iconified_background_id = 1 mouse_left = toggle_iconify mouse_middle = none mouse_right = toggle_iconify |