diff options
Diffstat (limited to '.config/tint2/tint2rc')
-rwxr-xr-x | .config/tint2/tint2rc | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 316e330..80655ac 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,11 +1,16 @@ -#---- Generated by tint2conf a049 ---- +#---- Generated by tint2conf a203 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Active taskbar, Inactive taskbar, Panel rounded = 0 border_width = 1 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 background_color = #cecece 100 border_color = #4a4a4a 100 background_color_hover = #cecece 100 @@ -16,6 +21,9 @@ border_color_pressed = #4a4a4a 100 # Background 2: Active task rounded = 0 border_width = 0 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 background_color = #83a7e0 100 border_color = #000000 100 background_color_hover = #8fb6f3 100 @@ -26,6 +34,9 @@ border_color_pressed = #000000 100 # Background 3: Urgent task rounded = 0 border_width = 0 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 background_color = #ffd462 100 border_color = #000000 100 background_color_hover = #ffd462 100 @@ -42,10 +53,11 @@ panel_padding = 0 0 0 panel_background_id = 1 wm_menu = 1 panel_dock = 0 +panel_pivot_struts = 0 panel_position = bottom center horizontal panel_layer = bottom panel_monitor = all -primary_monitor_first = 0 +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0 @@ -57,16 +69,20 @@ mouse_effects = 1 font_shadow = 0 mouse_hover_icon_asb = 100 -2 10 mouse_pressed_icon_asb = 100 0 0 +scale_relative_to_dpi = 0 +scale_relative_to_screen_height = 0 #------------------------------------- # Taskbar taskbar_mode = single_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 0 taskbar_background_id = 1 taskbar_active_background_id = 1 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 1 +taskbar_hide_different_desktop = 0 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 0 0 taskbar_name_background_id = 0 @@ -86,6 +102,8 @@ 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_font_color = #000000 100 task_active_background_id = 2 task_urgent_background_id = 3 @@ -103,6 +121,7 @@ systray_sort = ascending systray_icon_size = 0 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -111,7 +130,6 @@ launcher_background_id = 0 launcher_icon_background_id = 0 launcher_icon_size = 0 launcher_icon_asb = 100 0 0 -launcher_icon_theme = Mist launcher_icon_theme_override = 0 startup_notifications = 0 launcher_tooltip = 0 @@ -121,6 +139,9 @@ launcher_item_app = /usr/share/applications/iridium-browser.desktop launcher_item_app = /usr/share/applications/steam.desktop launcher_item_app = /usr/share/applications/net.lutris.Lutris.desktop launcher_item_app = /usr/share/applications/discord.desktop +launcher_item_app = /usr/local/share/applications/pcmanfm.desktop +launcher_item_app = /usr/local/share/applications/Alacritty.desktop +launcher_item_app = /usr/local/share/applications/iridium-browser.desktop #------------------------------------- # Clock @@ -145,7 +166,10 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 0 battery_low_cmd = +battery_full_cmd = battery_font_color = #000000 100 +bat1_format = +bat2_format = battery_padding = 0 0 battery_background_id = 0 battery_hide = 100 |