diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tint2/tint2rc | 39 |
1 files changed, 32 insertions, 7 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 0e9d66c..1869b54 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 98f8 ---- +#---- Generated by tint2conf 512e ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -72,7 +72,7 @@ border_color_pressed = #ffffff 0 #------------------------------------- # Panel -panel_items = L:T:SE:C +panel_items = L:T:SEE:C panel_size = 100% 50 panel_margin = 0 0 panel_padding = 8 4 4 @@ -165,7 +165,7 @@ launcher_item_app = /usr/share/applications/jgmenu.desktop # Clock time1_format = %H:%M - %d.%m.%Y time2_format = -time1_font = Sans 10 +time1_font = Sans 11 time1_timezone = time2_timezone = clock_font_color = #eeeeee 100 @@ -183,14 +183,14 @@ clock_dwheel_command = # Battery battery_tooltip = 1 battery_low_status = 10 -battery_low_cmd = notify-send "battery low" +battery_low_cmd = notify-send -u critical -i battery-low 'Battery low!' battery_full_cmd = -bat1_font = sans 8 +bat1_font = sans 10 bat2_font = sans 6 battery_font_color = #eeeeee 100 -bat1_format = +bat1_format = $(/home/kamen/battery-status.sh) bat2_format = -battery_padding = 1 0 +battery_padding = 0 3 battery_background_id = 0 battery_hide = 101 battery_lclick_command = @@ -237,11 +237,13 @@ execp_has_icon = 0 execp_cache_icon = 1 execp_continuous = 1 execp_markup = 0 +execp_monitor = all execp_lclick_command = execp_rclick_command = execp_mclick_command = execp_uwheel_command = execp_dwheel_command = +execp_font = Sans 11 execp_font_color = #ffffff 100 execp_padding = 0 3 execp_background_id = 0 @@ -250,6 +252,29 @@ execp_icon_w = 0 execp_icon_h = 0 #------------------------------------- +# Executor 2 +execp = new +execp_command = /home/kamen/battery-status.sh +execp_interval = 1 +execp_has_icon = 0 +execp_cache_icon = 1 +execp_continuous = 1 +execp_markup = 0 +execp_monitor = all +execp_lclick_command = +execp_rclick_command = +execp_mclick_command = +execp_uwheel_command = +execp_dwheel_command = +execp_font = Sans 11 +execp_font_color = #ffbe6f 100 +execp_padding = 0 3 +execp_background_id = 0 +execp_centered = 1 +execp_icon_w = 0 +execp_icon_h = 0 + +#------------------------------------- # Tooltip tooltip_show_timeout = 0.5 tooltip_hide_timeout = 0.1 |
