You are not logged in.

#1 2017-04-28 09:43:51

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Tint2 configuration question

What should I do to configuration of tint2 which will show not only icon of the open applications but icon and name of the running application

Offline

#2 2017-04-28 11:18:02

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,754

Re: Tint2 configuration question

task_text = 0

should be 1.

Offline

#3 2017-04-28 11:26:13

Steve
Member
Registered: 2017-01-03
Posts: 642

Re: Tint2 configuration question

Julie8484 wrote:

What should I do to configuration of tint2 which will show not only icon of the open applications but icon and name of the running application

Someone who is more knowledgable than i please correct me if i am wrong.

In tint2rc edit the following lines "task_text" and play with its size "task_maximum_size". Also other areas you can modify to your liking.

#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 20
task_maximum_size = 90 40
task_padding = 2 2 2
task_font = Sans 06_55 6
task_tooltip = 1
task_font_color = #828282 60
task_active_font_color = #828282 100
task_urgent_font_color = #ffffff 100
task_iconified_font_color = #d8d8d8 60
task_icon_asb = 80 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 80 0 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

Offline

#4 2017-04-28 11:33:06

Steve
Member
Registered: 2017-01-03
Posts: 642

Re: Tint2 configuration question

brontosaurusrex wrote:
task_text = 0

should be 1.

Didnt see your post as i was investigating, having left page not refreshed for 10 minutes.

Offline

#5 2017-04-28 11:41:26

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,754

Re: Tint2 configuration question

@Steve: Your post clears any doubts, so we are fine wink

Offline

#6 2017-04-29 13:04:51

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: Tint2 configuration question

http://pre12.deviantart.net/0022/th/pre … 6rscbl.png

Can someone help me to achieve the same bottom tint2 ?

The link to tint2 config don't work anymore and I would like similar result :-(

Offline

#7 2017-04-29 14:27:57

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Tint2 configuration question

Julie8484 wrote:

....
Can someone help me to achieve the same bottom tint2 ?
...(

a) Open a text editor and a tint2 configration and Save As another tint2rc. Edit the settings so you get the effects you want;

or

b) Start the tint2conf gui, create a new theme and adjust the values to what you need.

Menu -> Help&Resources -> Tint2

Have you tried contacting @leodelacruz on DeviantArt for the tint config?

Last edited by damo (2017-04-29 14:34:32)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#8 2017-04-29 18:37:29

ututo
Member
Registered: 2015-09-29
Posts: 326

Re: Tint2 configuration question

Ok, @JulieRose. Here we go:

First, you need to download these fonts:

Once you have downloaded them, extract them in /home/YourUser/.fonts/

Then open a terminal and type:

 fc-cache -fv

Next, open geany (or your favourite text editor) and copy paste this code:

# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure

# Background definitions
# ID 1
rounded = 1
border_width = 0
background_color = #171717 100
border_color = #000000 0

# ID 2
rounded = 0
border_width = 2
background_color = #2d2d2d 100
border_color = #171717 100

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 22
panel_margin = 0 0
panel_padding = 3 0 3
panel_dock = 0
wm_menu = 1
panel_layer = bottom
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.0
autohide_hide_timeout = 0.0
autohide_height = 0
strut_policy = follow_size

# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 0
#taskbar_active_background_id = 0

# Tasks
urgent_nb_of_blink = 7
task_icon = 0
task_text = 1
task_centered = 1
task_maximum_size = 370 32
task_padding = 5 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 0
task_tooltip = 0

# Task Icons
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 100 0 0

# Fonts
task_font = OverlockSC 10
task_font_color = #FFFFFF 60
task_active_font_color = #ffffff 90
task_urgent_font_color = #ff0000 100
task_iconified_font_color = #FFFFFF 70
font_shadow = 0

# System Tray
systray = 1
systray_padding = 3 0 3
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 14
systray_icon_asb = 100 -90 -15

# Clock
time1_format = %H:%M
time1_font = digital display tfb bold 12
clock_font_color = #FFFFFF 85
clock_padding = 2 0
clock_background_id = 0

# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 1.2
tooltip_background_id = 1
tooltip_font = Sans 9
tooltip_font_color = #FFFFFF 100

# Mouse
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
battery = 1
battery_low_status = 7
battery_low_cmd = notify-send "battery low"
battery_hide = 90
bat1_font = sans 7
bat2_font = sans 6
battery_font_color = #FFFFFF 100
battery_padding = 2 0
battery_background_id = 0

# End of config

Then save it with whatever name you want (like leos-tint2rc) in /home/YourUser/.config/tint2/

And the last thing to do: go to (openbox menu) Preferences > Tint2 > Tint2 Chooser and select leos-tint2rc. Done

Cheers


BunsenLabs on deviantArt
Don't touch my git!

Offline

#9 2017-04-29 19:45:58

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: Tint2 configuration question

ututo I can't download Digital Display TFB
Sorry, the page you were looking for in this blog does not exist. ;-)
Ps I need launcher for web browser ;-)

Last edited by Julie8484 (2017-04-29 19:47:29)

Offline

#10 2017-04-29 19:49:03

Julie8484
Member
Registered: 2017-04-17
Posts: 26

Re: Tint2 configuration question

http://www.fonts2u.com/digital-display-tfb.font I think it is the same font ?

Offline

#11 2017-04-29 20:24:21

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Tint2 configuration question

^ helping you more would be sexist.  big_smile

Offline

#12 2017-04-29 21:26:34

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Tint2 configuration question

Julie8484 wrote:

...
Ps I need launcher for web browser ;-)

Read the file for the default tint2 (~/.config/tint2/tintrc). The launchers are described in there.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

Board footer

Powered by FluxBB