Commit e43855cf authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Updates to tint2.

parent 330c3097
......@@ -125,7 +125,7 @@ exec --no-startup-id xfce4-power-manager
exec_always --no-startup-id "pkill conky; sleep 0.5; conky -c ~/.config/conky; conky -c ~/.config/conky_shortcuts"
set $picom_start "pkill picom; sleep 1; picom -b"
exec_always --no-startup-id $picom_start
exec_always --no-startup-id killall tint2 && sleep 0.5; tint2
exec --no-startup-id tint2
#exec --no-startup-id yes | xsm --restore
# picom (compositor)
......
#---- Generated by tint2conf ba0c ----
#---- Generated by tint2conf 2cdd ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
......@@ -33,12 +33,12 @@ border_color_pressed = #777777 30
# Background 3: Active task
rounded = 5
border_width = 1
border_width = 2
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #555555 10
border_color = #ffffff 60
border_color = #07eded 100
background_color_hover = #cccccc 10
border_color_hover = #ffffff 60
background_color_pressed = #555555 10
......@@ -108,26 +108,26 @@ taskbar_active_background_id = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 1
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 1
taskbar_name_padding = 6 3
taskbar_name_padding = 6 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 5
taskbar_name_font = sans Bold 14
taskbar_name_font = sans Bold 12
taskbar_name_font_color = #07eded 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 1
taskbar_distribute_size = 0
taskbar_sort_order = application
task_align = center
task_align = left
#-------------------------------------
# Task
task_text = 1
task_text = 0
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 100000
task_maximum_size = 140 35
task_padding = 4 3 4
task_maximum_size = 24 35
task_padding = 0 0 4
task_font = Sans 12
task_tooltip = 1
task_thumbnail = 0
......@@ -193,7 +193,7 @@ battery_full_cmd =
bat1_font = sans 12
bat2_font = sans 6
battery_font_color = #eeeeee 100
bat1_format = %t
bat1_format = %p (%t)
bat2_format =
battery_padding = 1 0
battery_background_id = 0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment