From c506bd42ffc83a309535509f5692afac92083a67 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 15:55:03 +0100 Subject: openbox --- .config/tint2/tint2rc | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100755 .config/tint2/tint2rc (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc new file mode 100755 index 0000000..316e330 --- /dev/null +++ b/.config/tint2/tint2rc @@ -0,0 +1,167 @@ +#---- Generated by tint2conf a049 ---- +# See https://gitlab.com/o9000/tint2/wikis/Configure for +# full documentation of the configuration options. +#------------------------------------- +# Backgrounds +# Background 1: Active taskbar, Inactive taskbar, Panel +rounded = 0 +border_width = 1 +background_color = #cecece 100 +border_color = #4a4a4a 100 +background_color_hover = #cecece 100 +border_color_hover = #4a4a4a 100 +background_color_pressed = #cecece 100 +border_color_pressed = #4a4a4a 100 + +# Background 2: Active task +rounded = 0 +border_width = 0 +background_color = #83a7e0 100 +border_color = #000000 100 +background_color_hover = #8fb6f3 100 +border_color_hover = #000000 100 +background_color_pressed = #bdd1f1 100 +border_color_pressed = #000000 100 + +# Background 3: Urgent task +rounded = 0 +border_width = 0 +background_color = #ffd462 100 +border_color = #000000 100 +background_color_hover = #ffd462 100 +border_color_hover = #000000 100 +background_color_pressed = #f1e3bd 100 +border_color_pressed = #000000 100 + +#------------------------------------- +# Panel +panel_items = LTSC +panel_size = 100% 25 +panel_margin = 0 0 +panel_padding = 0 0 0 +panel_background_id = 1 +wm_menu = 1 +panel_dock = 0 +panel_position = bottom center horizontal +panel_layer = bottom +panel_monitor = all +primary_monitor_first = 0 +autohide = 0 +autohide_show_timeout = 0 +autohide_hide_timeout = 0 +autohide_height = 1 +strut_policy = follow_size +panel_window_name = tint2 +disable_transparency = 1 +mouse_effects = 1 +font_shadow = 0 +mouse_hover_icon_asb = 100 -2 10 +mouse_pressed_icon_asb = 100 0 0 + +#------------------------------------- +# Taskbar +taskbar_mode = single_desktop +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_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_color = #000000 100 +taskbar_name_active_font_color = #000000 100 +taskbar_distribute_size = 0 +taskbar_sort_order = none +task_align = left + +#------------------------------------- +# Task +task_text = 0 +task_icon = 0 +task_centered = 0 +urgent_nb_of_blink = 0 +task_maximum_size = 0 0 +task_padding = 0 0 0 +task_tooltip = 0 +task_font_color = #000000 100 +task_active_background_id = 2 +task_urgent_background_id = 3 +mouse_left = toggle_iconify +mouse_middle = none +mouse_right = toggle_iconify +mouse_scroll_up = none +mouse_scroll_down = none + +#------------------------------------- +# System tray (notification area) +systray_padding = 0 0 0 +systray_background_id = 0 +systray_sort = ascending +systray_icon_size = 0 +systray_icon_asb = 100 0 0 +systray_monitor = 1 + +#------------------------------------- +# Launcher +launcher_padding = 0 0 5 +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 +launcher_item_app = /usr/share/applications/pcmanfm.desktop +launcher_item_app = /usr/share/applications/Alacritty.desktop +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 + +#------------------------------------- +# Clock +time1_format = %H:%M +time2_format = +time1_font = Cantarell 11 +time1_timezone = +time2_timezone = +clock_font_color = #000000 100 +clock_padding = 0 0 +clock_background_id = 0 +clock_tooltip = +clock_tooltip_timezone = +clock_lclick_command = +clock_rclick_command = +clock_mclick_command = +clock_uwheel_command = +clock_dwheel_command = + +#------------------------------------- +# Battery +battery_tooltip = 1 +battery_low_status = 0 +battery_low_cmd = +battery_font_color = #000000 100 +battery_padding = 0 0 +battery_background_id = 0 +battery_hide = 100 +battery_lclick_command = +battery_rclick_command = +battery_mclick_command = +battery_uwheel_command = +battery_dwheel_command = +ac_connected_cmd = +ac_disconnected_cmd = + +#------------------------------------- +# Tooltip +tooltip_show_timeout = 0 +tooltip_hide_timeout = 0 +tooltip_padding = 0 0 +tooltip_background_id = 0 +tooltip_font_color = #000000 100 + -- cgit v1.2.3 From 0609fa041064c3f0fac3f812d055e01c348ef584 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 16:52:45 +0100 Subject: update --- .config/tint2/tint2rc | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to '.config/tint2/tint2rc') 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 -- cgit v1.2.3 From 206bad9856e15f4691165461ac2e77f9b4c87634 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 18:00:51 +0100 Subject: update --- .config/tint2/tint2rc | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to '.config/tint2/tint2rc') 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 -- cgit v1.2.3 From a1c193ce79fe1d12c71c544a0d61fd27d2616c2f Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 18:07:27 +0100 Subject: up --- .config/tint2/tint2rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index bead895..fc2caa2 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 2ff1 ---- +#---- Generated by tint2conf d7cd ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -50,11 +50,11 @@ border_width = 0 border_sides = TBLR border_content_tint_weight = 0 background_content_tint_weight = 0 -background_color = #bc0400 100 +background_color = #9a0300 100 border_color = #000000 100 -background_color_hover = #bc0400 100 +background_color_hover = #9a0300 100 border_color_hover = #000000 100 -background_color_pressed = #da3a36 100 +background_color_pressed = #be403e 100 border_color_pressed = #000000 100 #------------------------------------- -- cgit v1.2.3 From 54ffd59caaef8bac1451f9527e590057ba73abc7 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 18:18:22 +0100 Subject: update --- .config/tint2/tint2rc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index fc2caa2..b2a1fe9 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf d7cd ---- +#---- Generated by tint2conf a5a1 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -15,7 +15,7 @@ background_color = #cecece 100 border_color = #4a4a4a 100 background_color_hover = #ffa5a5 100 border_color_hover = #4a4a4a 100 -background_color_pressed = #cecece 100 +background_color_pressed = #c75555 100 border_color_pressed = #4a4a4a 100 # Background 2: @@ -52,7 +52,8 @@ border_content_tint_weight = 0 background_content_tint_weight = 0 background_color = #9a0300 100 border_color = #000000 100 -background_color_hover = #9a0300 100 +gradient_id = 0 +background_color_hover = #be0300 100 border_color_hover = #000000 100 background_color_pressed = #be403e 100 border_color_pressed = #000000 100 -- cgit v1.2.3 From 64e40f1e04b5180f7f472ef7a0713a9371f0dc32 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 10 Jan 2023 11:54:11 +0100 Subject: update --- .config/tint2/tint2rc | 62 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 50 insertions(+), 12 deletions(-) (limited to '.config/tint2/tint2rc') 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 -- cgit v1.2.3 From fdaf08d31cd5bf5851fb4c1770afa226afb3bb2c Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 10 Jan 2023 14:57:14 +0100 Subject: update --- .config/tint2/tint2rc | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index afeac38..242f656 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,11 +1,11 @@ -#---- Generated by tint2conf b2cd ---- +#---- Generated by tint2conf 5ac8 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- # Gradients #------------------------------------- # Backgrounds -# Background 1: Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel +# Background 1: Active taskbar, Battery, Default task, Iconified task, Inactive taskbar, Normal task, Panel rounded = 0 border_width = 1 border_sides = TBLR @@ -31,7 +31,7 @@ border_color_hover = #000000 100 background_color_pressed = #bdd1f1 100 border_color_pressed = #000000 100 -# Background 3: Executor, Urgent task +# Background 3: Urgent task rounded = 0 border_width = 0 border_sides = TBLR @@ -182,16 +182,16 @@ clock_dwheel_command = #------------------------------------- # Battery -battery_tooltip = 1 +battery_tooltip = 0 battery_low_status = 0 battery_low_cmd = battery_full_cmd = -bat1_font = Cantarell Medium 11 +bat1_font = Cantarell Medium 9 battery_font_color = #000000 100 -bat1_format = -bat2_format = +bat1_format = %p +bat2_format = %s battery_padding = 0 0 -battery_background_id = 0 +battery_background_id = 1 battery_hide = 100 battery_lclick_command = battery_rclick_command = @@ -204,8 +204,8 @@ ac_disconnected_cmd = notify-send -u low batter 'AC unplugged' #------------------------------------- # Separator 1 separator = new -separator_background_id = -1 -separator_color = #777777 89 +separator_background_id = 0 +separator_color = #777777 88 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -213,8 +213,8 @@ separator_padding = 1 0 #------------------------------------- # Separator 2 separator = new -separator_background_id = -1 -separator_color = #777777 89 +separator_background_id = 0 +separator_color = #777777 88 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -222,8 +222,8 @@ separator_padding = 1 0 #------------------------------------- # Separator 3 separator = new -separator_background_id = -1 -separator_color = #777777 89 +separator_background_id = 0 +separator_color = #777777 88 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -232,7 +232,7 @@ separator_padding = 1 0 # Separator 4 separator = new separator_background_id = 0 -separator_color = #777777 54 +separator_color = #777777 53 separator_style = empty separator_size = 6 separator_padding = 1 0 -- cgit v1.2.3 From 029448197669f91b21c15d6d79e8acc88311e19d Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 15:18:24 +0100 Subject: update --- .config/tint2/tint2rc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 242f656..c5d5de2 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,11 +1,11 @@ -#---- Generated by tint2conf 5ac8 ---- +#---- Generated by tint2conf 2eb2 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- # Gradients #------------------------------------- # Backgrounds -# Background 1: Active taskbar, Battery, Default task, Iconified task, Inactive taskbar, Normal task, Panel +# Background 1: Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel rounded = 0 border_width = 1 border_sides = TBLR @@ -191,7 +191,7 @@ battery_font_color = #000000 100 bat1_format = %p bat2_format = %s battery_padding = 0 0 -battery_background_id = 1 +battery_background_id = 0 battery_hide = 100 battery_lclick_command = battery_rclick_command = @@ -205,7 +205,7 @@ ac_disconnected_cmd = notify-send -u low batter 'AC unplugged' # Separator 1 separator = new separator_background_id = 0 -separator_color = #777777 88 +separator_color = #777777 87 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -214,7 +214,7 @@ separator_padding = 1 0 # Separator 2 separator = new separator_background_id = 0 -separator_color = #777777 88 +separator_color = #777777 87 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -223,7 +223,7 @@ separator_padding = 1 0 # Separator 3 separator = new separator_background_id = 0 -separator_color = #777777 88 +separator_color = #777777 87 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -232,7 +232,7 @@ separator_padding = 1 0 # Separator 4 separator = new separator_background_id = 0 -separator_color = #777777 53 +separator_color = #777777 52 separator_style = empty separator_size = 6 separator_padding = 1 0 -- cgit v1.2.3 From 39391a873858b4e67ce79f02aa93679de78427be Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 12 Jan 2023 19:00:43 +0100 Subject: up --- .config/tint2/tint2rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index c5d5de2..10747a8 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 2eb2 ---- +#---- Generated by tint2conf 5578 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -68,7 +68,7 @@ panel_background_id = 1 wm_menu = 1 panel_dock = 0 panel_pivot_struts = 0 -panel_position = bottom center horizontal +panel_position = top center horizontal panel_layer = bottom panel_monitor = all panel_shrink = 0 @@ -205,7 +205,7 @@ ac_disconnected_cmd = notify-send -u low batter 'AC unplugged' # Separator 1 separator = new separator_background_id = 0 -separator_color = #777777 87 +separator_color = #777777 86 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -214,7 +214,7 @@ separator_padding = 1 0 # Separator 2 separator = new separator_background_id = 0 -separator_color = #777777 87 +separator_color = #777777 86 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -223,7 +223,7 @@ separator_padding = 1 0 # Separator 3 separator = new separator_background_id = 0 -separator_color = #777777 87 +separator_color = #777777 86 separator_style = empty separator_size = 6 separator_padding = 1 0 @@ -232,7 +232,7 @@ separator_padding = 1 0 # Separator 4 separator = new separator_background_id = 0 -separator_color = #777777 52 +separator_color = #777777 51 separator_style = empty separator_size = 6 separator_padding = 1 0 -- cgit v1.2.3 From 7eabc900314cd93042f78123fe12ad2771050333 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 11:46:19 +0100 Subject: Pop update --- .config/tint2/tint2rc | 338 +++++++++++++++++++++++++++++--------------------- 1 file changed, 199 insertions(+), 139 deletions(-) (limited to '.config/tint2/tint2rc') diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 10747a8..4d0d666 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,87 +1,161 @@ -#---- Generated by tint2conf 5578 ---- +#---- Generated by tint2conf 2613 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- # Gradients +# Gradient 1 +gradient = vertical +start_color = #99c1f1 100 +end_color = #1a5fb4 100 + #------------------------------------- # Backgrounds -# Background 1: Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel +# Background 1: 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 = #ffa5a5 100 -border_color_hover = #4a4a4a 100 -background_color_pressed = #c75555 100 -border_color_pressed = #4a4a4a 100 - -# Background 2: -rounded = 0 +background_color = #eeeeee 0 +border_color = #bbbbbb 10 +background_color_hover = #eeeeee 0 +border_color_hover = #bbbbbb 10 +background_color_pressed = #eeeeee 0 +border_color_pressed = #bbbbbb 10 + +# Background 2: Barre des tâches active +rounded = 5 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 -border_color_hover = #000000 100 -background_color_pressed = #bdd1f1 100 -border_color_pressed = #000000 100 - -# Background 3: Urgent task -rounded = 0 -border_width = 0 +background_color = #eeeeee 4 +border_color = #cccccc 44 +gradient_id = 0 +background_color_hover = #eeeeee 22 +border_color_hover = #eaeaea 44 +background_color_pressed = #dddddd 4 +border_color_pressed = #eaeaea 44 + +# Background 3: Tâche active +rounded = 5 +border_width = 1 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #dddddd 4 +border_color = #dbdbdb 100 +background_color_hover = #eeeeee 22 +border_color_hover = #999999 100 +background_color_pressed = #dddddd 4 +border_color_pressed = #999999 100 + +# Background 4: Tâche urgente +rounded = 5 +border_width = 1 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #ffa348 100 +border_color = #aa7733 100 +background_color_hover = #ffa348 100 +border_color_hover = #aa7733 100 +background_color_pressed = #ffa348 100 +border_color_pressed = #aa7733 100 + +# Background 5: Infobulle +rounded = 2 +border_width = 1 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #ffffaa 100 +border_color = #999999 100 +background_color_hover = #ffffaa 100 +border_color_hover = #999999 100 +background_color_pressed = #ffffaa 100 +border_color_pressed = #999999 100 + +# Background 6: Nom du bureau inactif +rounded = 2 +border_width = 1 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 -border_color_hover = #000000 100 -background_color_pressed = #f1e3bd 100 -border_color_pressed = #000000 100 - -# Background 4: Active task +background_color = #eeeeee 4 +border_color = #cccccc 30 +background_color_hover = #eeeeee 22 +border_color_hover = #999999 30 +background_color_pressed = #dddddd 4 +border_color_pressed = #999999 30 + +# Background 7: +rounded = 2 +border_width = 1 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #dddddd 3 +border_color = #999999 100 +background_color_hover = #dddddd 3 +border_color_hover = #999999 100 +background_color_pressed = #dddddd 3 +border_color_pressed = #999999 100 + +# Background 8: Panel rounded = 0 -border_width = 0 +border_width = 1 border_sides = TBLR border_content_tint_weight = 0 background_content_tint_weight = 0 -background_color = #9a0300 100 -border_color = #000000 100 +background_color = #eeeeee 4 +border_color = #cccccc 44 +gradient_id = 1 +background_color_hover = #eeeeee 22 +border_color_hover = #eaeaea 44 +gradient_id_hover = 0 +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 +rounded = 5 +border_width = 1 +border_sides = TBLR +border_content_tint_weight = 0 +background_content_tint_weight = 0 +background_color = #eeeeee 4 +border_color = #cccccc 44 gradient_id = 0 -background_color_hover = #be0300 100 -border_color_hover = #000000 100 -background_color_pressed = #be403e 100 -border_color_pressed = #000000 100 +background_color_hover = #eeeeee 22 +border_color_hover = #eaeaea 44 +background_color_pressed = #dddddd 4 +border_color_pressed = #eaeaea 44 #------------------------------------- # Panel -panel_items = L:T:S:B:C -panel_size = 100% 25 +panel_items = PTSBC +panel_size = 100% 32 panel_margin = 0 0 -panel_padding = 0 0 0 -panel_background_id = 1 +panel_padding = 4 2 4 +panel_background_id = 8 wm_menu = 1 panel_dock = 0 panel_pivot_struts = 0 panel_position = top center horizontal -panel_layer = bottom +panel_layer = normal panel_monitor = all panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 -autohide_hide_timeout = 0 -autohide_height = 1 +autohide_hide_timeout = 0.5 +autohide_height = 2 strut_policy = follow_size panel_window_name = tint2 -disable_transparency = 1 +disable_transparency = 0 mouse_effects = 1 font_shadow = 0 -mouse_hover_icon_asb = 100 -2 10 +mouse_hover_icon_asb = 100 0 10 mouse_pressed_icon_asb = 100 0 0 scale_relative_to_dpi = 0 scale_relative_to_screen_height = 0 @@ -90,158 +164,144 @@ 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_padding = 1 0 2 +taskbar_background_id = 0 +taskbar_active_background_id = 2 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 1 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 -taskbar_sort_order = none +taskbar_name_padding = 6 3 +taskbar_name_background_id = 6 +taskbar_name_active_background_id = 9 +taskbar_name_font = sans Bold 9 +taskbar_name_font_color = #ffffff 100 +taskbar_name_active_font_color = #ffffff 100 +taskbar_distribute_size = 1 +taskbar_sort_order = application task_align = left #------------------------------------- # Task 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_centered = 1 +urgent_nb_of_blink = 100000 +task_maximum_size = 180 40 +task_padding = 4 4 4 +task_font = Sans 9 task_tooltip = 1 task_thumbnail = 1 -task_thumbnail_size = 300 -task_font_color = #000000 100 +task_thumbnail_size = 210 +task_font_color = #eeeeee 100 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 +task_iconified_font_color = #ffffff 66 +task_icon_asb = 100 0 -15 +task_active_icon_asb = 100 0 0 +task_iconified_icon_asb = 70 -50 -50 +task_background_id = 9 +task_active_background_id = 3 +task_urgent_background_id = 4 +task_iconified_background_id = 9 mouse_left = toggle_iconify mouse_middle = none -mouse_right = toggle_iconify +mouse_right = none mouse_scroll_up = none mouse_scroll_down = none #------------------------------------- # System tray (notification area) -systray_padding = 0 0 0 +systray_padding = 4 0 2 systray_background_id = 0 systray_sort = ascending -systray_icon_size = 0 +systray_icon_size = 22 systray_icon_asb = 100 0 0 -systray_monitor = 1 +systray_monitor = primary systray_name_filter = #------------------------------------- # Launcher -launcher_padding = 0 0 5 +launcher_padding = 0 0 2 launcher_background_id = 0 launcher_icon_background_id = 0 -launcher_icon_size = 0 +launcher_icon_size = 22 launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 -startup_notifications = 0 -launcher_tooltip = 0 +startup_notifications = 1 +launcher_tooltip = 1 launcher_item_app = /usr/share/applications/pcmanfm.desktop -launcher_item_app = /usr/share/applications/Alacritty.desktop -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 +launcher_item_app = /usr/share/applications/com.alacritty.Alacritty.desktop +launcher_item_app = /usr/share/applications/emacs.desktop +launcher_item_app = /usr/share/applications/ario.desktop +launcher_item_app = firefox.desktop +launcher_item_app = /usr/share/applications/thunderbird.desktop #------------------------------------- # Clock time1_format = %H:%M -time2_format = -time1_font = Cantarell 11 +time2_format = %A %d %B +time1_font = sans Bold 10 time1_timezone = time2_timezone = -clock_font_color = #000000 100 -clock_padding = 0 0 +time2_font = sans 7 +clock_font_color = #ffffff 100 +clock_padding = 1 0 clock_background_id = 0 clock_tooltip = clock_tooltip_timezone = -clock_lclick_command = ndate -clock_rclick_command = +clock_lclick_command = zenity --calendar --text "" +clock_rclick_command = thunderbird -calendar clock_mclick_command = clock_uwheel_command = clock_dwheel_command = #------------------------------------- # Battery -battery_tooltip = 0 -battery_low_status = 0 -battery_low_cmd = -battery_full_cmd = -bat1_font = Cantarell Medium 9 -battery_font_color = #000000 100 +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' +bat1_font = Sans Bold 10 +bat2_font = sans 6 +battery_font_color = #ffffff 100 bat1_format = %p -bat2_format = %s -battery_padding = 0 0 +bat2_format = %s - %h:%m +battery_padding = 1 0 battery_background_id = 0 -battery_hide = 100 +battery_hide = 101 battery_lclick_command = battery_rclick_command = battery_mclick_command = battery_uwheel_command = battery_dwheel_command = -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 = 0 -separator_color = #777777 86 -separator_style = empty -separator_size = 6 -separator_padding = 1 0 - -#------------------------------------- -# Separator 2 -separator = new -separator_background_id = 0 -separator_color = #777777 86 -separator_style = empty -separator_size = 6 -separator_padding = 1 0 - -#------------------------------------- -# Separator 3 -separator = new -separator_background_id = 0 -separator_color = #777777 86 -separator_style = empty -separator_size = 6 -separator_padding = 1 0 +ac_connected_cmd = +ac_disconnected_cmd = #------------------------------------- -# Separator 4 -separator = new -separator_background_id = 0 -separator_color = #777777 51 -separator_style = empty -separator_size = 6 -separator_padding = 1 0 +# 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 -tooltip_hide_timeout = 0 -tooltip_padding = 0 0 -tooltip_background_id = 0 -tooltip_font_color = #000000 100 +tooltip_show_timeout = 0.5 +tooltip_hide_timeout = 0.1 +tooltip_padding = 2 2 +tooltip_background_id = 5 +tooltip_font_color = #222222 100 +tooltip_font = sans 9 -- cgit v1.2.3