diff --git a/test/manual-theme-check.sh b/test/manual-theme-check.sh new file mode 100755 index 0000000..5c1e0a2 --- /dev/null +++ b/test/manual-theme-check.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +echo -e '\033kTerminal\033\\' + +echo "" > ../../tint2.wiki/screenshots.md + +for f in ../themes/*tint2rc +do + reset + echo $f + name=$(basename -s .tint2rc $f) + ( ( sleep 1 ; import -window tint2 ../../tint2.wiki/screenshots/${name}.png ; echo "Screenshot taken for ${name}!" ) &) + ../build/tint2 -c $f + sleep 1 + echo "![${name}](screenshots/${name})\n" >> ../../tint2.wiki/screenshots.md +done diff --git a/themes/horizontal-dark-opaque.tint2rc b/themes/horizontal-dark-opaque.tint2rc index 56e33fa..22309f8 100644 --- a/themes/horizontal-dark-opaque.tint2rc +++ b/themes/horizontal-dark-opaque.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf 2e3c ---- +#---- Generated by tint2conf 08d3 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 5 border_width = 1 +border_sides = TBLR background_color = #111111 100 border_color = #333333 100 background_color_hover = #111111 100 @@ -16,6 +19,7 @@ border_color_pressed = #333333 100 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #111111 100 border_color = #222222 100 background_color_hover = #111111 100 @@ -26,6 +30,7 @@ border_color_pressed = #555555 100 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #222222 100 border_color = #777777 100 background_color_hover = #222222 100 @@ -36,6 +41,7 @@ border_color_pressed = #777777 100 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #111111 100 border_color = #222222 100 background_color_hover = #111111 100 @@ -66,6 +74,7 @@ border_color_pressed = #555555 100 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #222222 100 border_color = #777777 30 background_color_hover = #222222 100 @@ -85,7 +94,7 @@ panel_dock = 0 panel_position = bottom center horizontal panel_layer = normal panel_monitor = all -primary_monitor_first = 0 +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -101,12 +110,14 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = single_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 @@ -148,6 +159,7 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -159,12 +171,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/tint2conf.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/chromium-browser.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -190,9 +202,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #eeeeee 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/horizontal-dark-transparent.tint2rc b/themes/horizontal-dark-transparent.tint2rc index 4085d0a..4767308 100644 --- a/themes/horizontal-dark-transparent.tint2rc +++ b/themes/horizontal-dark-transparent.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf ab72 ---- +#---- Generated by tint2conf 3947 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 5 border_width = 1 +border_sides = TBLR background_color = #000000 80 border_color = #555555 80 background_color_hover = #000000 80 @@ -16,6 +19,7 @@ border_color_pressed = #555555 80 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #777777 0 border_color = #777777 0 background_color_hover = #777777 4 @@ -26,6 +30,7 @@ border_color_pressed = #777777 30 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #555555 10 border_color = #ffffff 60 background_color_hover = #cccccc 10 @@ -36,6 +41,7 @@ border_color_pressed = #ffffff 60 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #777777 0 border_color = #777777 30 background_color_hover = #777777 4 @@ -66,6 +74,7 @@ border_color_pressed = #777777 30 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #555555 10 border_color = #ffffff 60 background_color_hover = #555555 10 @@ -85,6 +94,7 @@ panel_dock = 0 panel_position = bottom center horizontal panel_layer = normal panel_monitor = all +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -100,12 +110,15 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = single_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 +taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 taskbar_name_active_background_id = 7 @@ -146,6 +159,7 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -157,10 +171,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -186,9 +202,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #eeeeee 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/horizontal-icon-only.tint2rc b/themes/horizontal-icon-only.tint2rc index 65e481d..ed92647 100644 --- a/themes/horizontal-icon-only.tint2rc +++ b/themes/horizontal-icon-only.tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf f935 ---- +#---- Generated by tint2conf 70c4 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -171,10 +171,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -220,8 +222,8 @@ ac_disconnected_cmd = #------------------------------------- # Separator 1 separator = new -separator_background_id = -1 -separator_color = #777777 89 +separator_background_id = 0 +separator_color = #777777 85 separator_style = dots separator_size = 3 separator_padding = 1 0 @@ -229,8 +231,8 @@ separator_padding = 1 0 #------------------------------------- # Separator 2 separator = new -separator_background_id = -1 -separator_color = #777777 89 +separator_background_id = 0 +separator_color = #777777 85 separator_style = dots separator_size = 3 separator_padding = 1 0 diff --git a/themes/horizontal-light-opaque.tint2rc b/themes/horizontal-light-opaque.tint2rc index 8bd2964..22be24b 100644 --- a/themes/horizontal-light-opaque.tint2rc +++ b/themes/horizontal-light-opaque.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf 079a ---- +#---- Generated by tint2conf f101 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 0 border_width = 1 +border_sides = TBLR background_color = #eeeeee 100 border_color = #bbbbbb 100 background_color_hover = #eeeeee 100 @@ -16,6 +19,7 @@ border_color_pressed = #bbbbbb 100 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #eeeeee 100 border_color = #eeeeee 100 background_color_hover = #eeeeee 100 @@ -26,6 +30,7 @@ border_color_pressed = #cccccc 100 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #dddddd 100 border_color = #999999 100 background_color_hover = #eeeeee 100 @@ -36,6 +41,7 @@ border_color_pressed = #999999 100 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #eeeeee 100 border_color = #cccccc 100 background_color_hover = #eeeeee 100 @@ -66,6 +74,7 @@ border_color_pressed = #cccccc 100 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #dddddd 100 border_color = #999999 100 background_color_hover = #dddddd 100 @@ -76,6 +85,7 @@ border_color_pressed = #999999 100 # Background 8: Systray rounded = 3 border_width = 0 +border_sides = TBLR background_color = #dddddd 100 border_color = #cccccc 100 background_color_hover = #dddddd 100 @@ -95,6 +105,7 @@ panel_dock = 0 panel_position = bottom center horizontal panel_layer = normal panel_monitor = all +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -110,12 +121,15 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = single_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 +taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 taskbar_name_active_background_id = 7 @@ -156,6 +170,7 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -167,8 +182,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -194,9 +213,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #222222 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/horizontal-light-transparent.tint2rc b/themes/horizontal-light-transparent.tint2rc index 429be06..62e6be3 100644 --- a/themes/horizontal-light-transparent.tint2rc +++ b/themes/horizontal-light-transparent.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf 2c73 ---- +#---- Generated by tint2conf 6ae3 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 0 border_width = 1 +border_sides = TBLR background_color = #eeeeee 0 border_color = #bbbbbb 10 background_color_hover = #eeeeee 0 @@ -16,6 +19,7 @@ border_color_pressed = #bbbbbb 10 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #eeeeee 4 border_color = #cccccc 44 background_color_hover = #eeeeee 22 @@ -26,6 +30,7 @@ border_color_pressed = #eaeaea 44 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #dddddd 4 border_color = #999999 100 background_color_hover = #eeeeee 22 @@ -36,6 +41,7 @@ border_color_pressed = #999999 100 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #eeeeee 4 border_color = #cccccc 30 background_color_hover = #eeeeee 22 @@ -66,6 +74,7 @@ border_color_pressed = #999999 30 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #dddddd 3 border_color = #999999 100 background_color_hover = #dddddd 3 @@ -85,7 +94,7 @@ panel_dock = 0 panel_position = bottom center horizontal panel_layer = normal panel_monitor = all -primary_monitor_first = 0 +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -101,12 +110,14 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = single_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 @@ -148,6 +159,7 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -159,12 +171,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/tint2conf.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/chromium-browser.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -190,9 +202,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #ffffff 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/horizontal-text-only.tint2rc b/themes/horizontal-text-only.tint2rc index 0e03352..f2f8def 100644 --- a/themes/horizontal-text-only.tint2rc +++ b/themes/horizontal-text-only.tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 1b26 ---- +#---- Generated by tint2conf 20b6 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -179,10 +179,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock diff --git a/themes/tint2rc b/themes/tint2rc index b9dc345..eda90e6 100644 --- a/themes/tint2rc +++ b/themes/tint2rc @@ -136,12 +136,11 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/tint2conf.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/chromium-browser.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop #------------------------------------- # Clock diff --git a/themes/vertical-dark-opaque.tint2rc b/themes/vertical-dark-opaque.tint2rc index 5f36d2a..82bdbac 100644 --- a/themes/vertical-dark-opaque.tint2rc +++ b/themes/vertical-dark-opaque.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf 14e9 ---- +#---- Generated by tint2conf 4216 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 5 border_width = 1 +border_sides = TBLR background_color = #111111 100 border_color = #333333 100 background_color_hover = #111111 100 @@ -16,6 +19,7 @@ border_color_pressed = #333333 100 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #111111 100 border_color = #222222 100 background_color_hover = #111111 100 @@ -26,6 +30,7 @@ border_color_pressed = #555555 100 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #222222 100 border_color = #777777 100 background_color_hover = #333333 100 @@ -36,6 +41,7 @@ border_color_pressed = #777777 100 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #111111 100 border_color = #222222 100 background_color_hover = #111111 100 @@ -66,6 +74,7 @@ border_color_pressed = #333333 100 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #222222 100 border_color = #777777 100 background_color_hover = #222222 100 @@ -85,6 +94,7 @@ panel_dock = 0 panel_position = bottom left vertical panel_layer = normal panel_monitor = all +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -100,12 +110,15 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = multi_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 +taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 taskbar_name_active_background_id = 7 @@ -146,21 +159,24 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher launcher_padding = 0 0 2 launcher_background_id = 0 -launcher_icon_background_id = -1 +launcher_icon_background_id = 0 launcher_icon_size = 22 launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -186,9 +202,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #eeeeee 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/vertical-dark-transparent.tint2rc b/themes/vertical-dark-transparent.tint2rc index 4c309bf..2020d53 100644 --- a/themes/vertical-dark-transparent.tint2rc +++ b/themes/vertical-dark-transparent.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf fc8e ---- +#---- Generated by tint2conf 688d ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 5 border_width = 1 +border_sides = TBLR background_color = #000000 80 border_color = #555555 80 background_color_hover = #000000 80 @@ -16,6 +19,7 @@ border_color_pressed = #555555 80 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #777777 0 border_color = #777777 10 background_color_hover = #777777 4 @@ -26,6 +30,7 @@ border_color_pressed = #777777 30 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #555555 10 border_color = #ffffff 60 background_color_hover = #cccccc 10 @@ -36,6 +41,7 @@ border_color_pressed = #ffffff 60 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #777777 0 border_color = #777777 30 background_color_hover = #777777 4 @@ -66,6 +74,7 @@ border_color_pressed = #777777 30 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #555555 10 border_color = #ffffff 60 background_color_hover = #555555 10 @@ -85,6 +94,7 @@ panel_dock = 0 panel_position = bottom left vertical panel_layer = normal panel_monitor = all +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -100,12 +110,15 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = multi_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 +taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 taskbar_name_active_background_id = 7 @@ -146,21 +159,24 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher launcher_padding = 0 0 2 launcher_background_id = 0 -launcher_icon_background_id = -1 +launcher_icon_background_id = 0 launcher_icon_size = 22 launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -186,9 +202,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #eeeeee 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/vertical-light-opaque.tint2rc b/themes/vertical-light-opaque.tint2rc index 9980b98..ce53c4d 100644 --- a/themes/vertical-light-opaque.tint2rc +++ b/themes/vertical-light-opaque.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf 1f37 ---- +#---- Generated by tint2conf e02a ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 0 border_width = 1 +border_sides = TBLR background_color = #eeeeee 100 border_color = #bbbbbb 100 background_color_hover = #eeeeee 100 @@ -16,6 +19,7 @@ border_color_pressed = #bbbbbb 100 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #eeeeee 100 border_color = #cccccc 100 background_color_hover = #fafafa 100 @@ -26,6 +30,7 @@ border_color_pressed = #cccccc 100 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #dddddd 100 border_color = #999999 100 background_color_hover = #fafafa 100 @@ -36,6 +41,7 @@ border_color_pressed = #999999 100 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #eeeeee 100 border_color = #cccccc 100 background_color_hover = #fafafa 100 @@ -66,6 +74,7 @@ border_color_pressed = #cccccc 100 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #dddddd 100 border_color = #999999 100 background_color_hover = #dddddd 100 @@ -76,6 +85,7 @@ border_color_pressed = #999999 100 # Background 8: Systray rounded = 3 border_width = 0 +border_sides = TBLR background_color = #dddddd 100 border_color = #cccccc 100 background_color_hover = #cccccc 100 @@ -95,6 +105,7 @@ panel_dock = 0 panel_position = bottom left vertical panel_layer = normal panel_monitor = all +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -110,12 +121,15 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = multi_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 +taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 taskbar_name_active_background_id = 7 @@ -156,6 +170,7 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -167,10 +182,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -196,9 +213,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #222222 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/vertical-light-transparent.tint2rc b/themes/vertical-light-transparent.tint2rc index 0fbe6a9..70cdbd6 100644 --- a/themes/vertical-light-transparent.tint2rc +++ b/themes/vertical-light-transparent.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf ac71 ---- +#---- Generated by tint2conf 7cb8 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Panel rounded = 0 border_width = 1 +border_sides = TBLR background_color = #eeeeee 0 border_color = #bbbbbb 10 background_color_hover = #eeeeee 0 @@ -16,6 +19,7 @@ border_color_pressed = #bbbbbb 10 # Background 2: Default task, Iconified task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #eeeeee 4 border_color = #eeeeee 0 background_color_hover = #eeeeee 22 @@ -26,6 +30,7 @@ border_color_pressed = #eaeaea 44 # Background 3: Active task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #dddddd 4 border_color = #999999 100 background_color_hover = #eeeeee 22 @@ -36,6 +41,7 @@ border_color_pressed = #999999 100 # Background 4: Urgent task rounded = 5 border_width = 1 +border_sides = TBLR background_color = #aa4400 100 border_color = #aa7733 100 background_color_hover = #aa4400 100 @@ -46,6 +52,7 @@ border_color_pressed = #aa7733 100 # Background 5: Tooltip rounded = 2 border_width = 1 +border_sides = TBLR background_color = #ffffaa 100 border_color = #999999 100 background_color_hover = #ffffaa 100 @@ -56,6 +63,7 @@ border_color_pressed = #999999 100 # Background 6: Inactive desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #eeeeee 4 border_color = #999999 30 background_color_hover = #eeeeee 22 @@ -66,6 +74,7 @@ border_color_pressed = #999999 30 # Background 7: Active desktop name rounded = 2 border_width = 1 +border_sides = TBLR background_color = #dddddd 3 border_color = #999999 100 background_color_hover = #dddddd 3 @@ -85,7 +94,7 @@ panel_dock = 0 panel_position = bottom left vertical panel_layer = normal panel_monitor = all -primary_monitor_first = 0 +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0 autohide_hide_timeout = 0.5 @@ -101,12 +110,14 @@ mouse_pressed_icon_asb = 100 0 0 #------------------------------------- # Taskbar taskbar_mode = multi_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 2 taskbar_background_id = 0 taskbar_active_background_id = 0 taskbar_name = 1 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 6 3 taskbar_name_background_id = 6 @@ -148,6 +159,7 @@ systray_sort = ascending systray_icon_size = 22 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -159,12 +171,12 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 -launcher_item_app = /usr/share/applications/tint2conf.desktop -launcher_item_app = /usr/local/share/applications/tint2conf.desktop -launcher_item_app = /usr/share/applications/firefox.desktop -launcher_item_app = /usr/share/applications/iceweasel.desktop -launcher_item_app = /usr/share/applications/chromium-browser.desktop -launcher_item_app = /usr/share/applications/google-chrome.desktop +launcher_item_app = tint2conf.desktop +launcher_item_app = firefox.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop +launcher_item_app = x-terminal-emulator.desktop #------------------------------------- # Clock @@ -190,9 +202,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send "battery low" +battery_full_cmd = bat1_font = sans 8 bat2_font = sans 6 battery_font_color = #ffffff 100 +bat1_format = +bat2_format = battery_padding = 1 0 battery_background_id = 0 battery_hide = 101 diff --git a/themes/vertical-neutral-icons.tint2rc b/themes/vertical-neutral-icons.tint2rc index 3f34e0f..2aea468 100644 --- a/themes/vertical-neutral-icons.tint2rc +++ b/themes/vertical-neutral-icons.tint2rc @@ -1,11 +1,14 @@ -#---- Generated by tint2conf d2bc ---- +#---- Generated by tint2conf 0ed5 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- +# Gradients +#------------------------------------- # Backgrounds # Background 1: Battery, Clock, Inactive taskbar, Launcher, Systray rounded = 0 border_width = 1 +border_sides = TBLR background_color = #181818 85 border_color = #303030 85 background_color_hover = #181818 85 @@ -16,6 +19,7 @@ border_color_pressed = #606060 85 # Background 2: Active taskbar rounded = 0 border_width = 1 +border_sides = TBLR background_color = #404040 85 border_color = #808080 85 background_color_hover = #404040 85 @@ -26,6 +30,7 @@ border_color_pressed = #808080 85 # Background 3: Active task rounded = 0 border_width = 1 +border_sides = TBLR background_color = #cfcfcf 50 border_color = #e7e7e7 50 background_color_hover = #cfcfcf 50 @@ -36,6 +41,7 @@ border_color_pressed = #e7e7e7 50 # Background 4: Urgent task rounded = 0 border_width = 1 +border_sides = TBLR background_color = #cfcfcf 80 border_color = #e7e7e7 80 background_color_hover = #cfcfcf 90 @@ -46,6 +52,7 @@ border_color_pressed = #e7e7e7 50 # Background 5: Default task, Iconified task, Launcher icon, Normal task rounded = 0 border_width = 1 +border_sides = TBLR background_color = #cfcfcf 0 border_color = #e7e7e7 0 background_color_hover = #cfcfcf 30 @@ -56,6 +63,7 @@ border_color_pressed = #e7e7e7 70 # Background 6: Tooltip rounded = 0 border_width = 1 +border_sides = TBLR background_color = #181818 85 border_color = #303030 85 background_color_hover = #181818 85 @@ -75,7 +83,7 @@ panel_dock = 0 panel_position = center left vertical panel_layer = top panel_monitor = 1 -primary_monitor_first = 1 +panel_shrink = 0 autohide = 0 autohide_show_timeout = 0.3 autohide_hide_timeout = 2 @@ -91,12 +99,14 @@ mouse_pressed_icon_asb = 100 0 25 #------------------------------------- # Taskbar taskbar_mode = multi_desktop +taskbar_hide_if_empty = 0 taskbar_padding = 0 0 1 taskbar_background_id = 1 taskbar_active_background_id = 2 taskbar_name = 0 taskbar_hide_inactive_tasks = 0 taskbar_hide_different_monitor = 0 +taskbar_hide_different_desktop = 0 taskbar_always_show_all_desktop_tasks = 0 taskbar_name_padding = 0 0 taskbar_name_background_id = 0 @@ -120,9 +130,9 @@ task_font = Liberation Sans 10 task_tooltip = 1 task_font_color = #e7e7e7 80 task_normal_font_color = #e7e7e7 80 -task_active_font_color = #e7e7e7 86 +task_active_font_color = #e7e7e7 85 task_urgent_font_color = #e7e7e7 100 -task_iconified_font_color = #e7e7e7 66 +task_iconified_font_color = #e7e7e7 65 task_icon_asb = 90 0 0 task_normal_icon_asb = 90 0 0 task_active_icon_asb = 100 0 0 @@ -147,6 +157,7 @@ systray_sort = ascending systray_icon_size = 24 systray_icon_asb = 100 0 0 systray_monitor = 1 +systray_name_filter = #------------------------------------- # Launcher @@ -158,9 +169,11 @@ launcher_icon_asb = 100 0 0 launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 +launcher_item_app = tint2conf.desktop launcher_item_app = firefox.desktop -launcher_item_app = thunderbird.desktop -launcher_item_app = pidgin.desktop +launcher_item_app = iceweasel.desktop +launcher_item_app = chromium-browser.desktop +launcher_item_app = google-chrome.desktop launcher_item_app = x-terminal-emulator.desktop #------------------------------------- @@ -171,7 +184,7 @@ time1_font = Liberation Sans 8 time1_timezone = time2_timezone = time2_font = Liberation Sans Bold 10 -clock_font_color = #e7e7e7 82 +clock_font_color = #e7e7e7 81 clock_padding = 1 1 clock_background_id = 1 clock_tooltip = %Y-%m-%d %H:%M:%S @@ -187,9 +200,12 @@ clock_dwheel_command = battery_tooltip = 1 battery_low_status = 10 battery_low_cmd = notify-send -u critical "Battery low" +battery_full_cmd = bat1_font = Liberation Sans 10 bat2_font = Liberation Sans 10 -battery_font_color = #e7e7e7 82 +battery_font_color = #e7e7e7 81 +bat1_format = +bat2_format = battery_padding = 1 1 battery_background_id = 1 battery_hide = 101 @@ -207,6 +223,6 @@ tooltip_show_timeout = 0 tooltip_hide_timeout = 0 tooltip_padding = 3 3 tooltip_background_id = 6 -tooltip_font_color = #e7e7e7 82 +tooltip_font_color = #e7e7e7 81 tooltip_font = Liberation Sans 10