You are not logged in.

#1 2008-09-06 15:37:17

staticvoid
Member
Registered: 2008-01-22
Posts: 160

tint2 tintrc file, how to theme?

Hi I've been trying to edit the ~/.config/tint/tintrc file for ages to get my tasks to stretch out all across the bottom of the panel, but they only fill up half when there is a lot of them. for example:

shot2-1.png
shot-3.png

~/.config/tint/tintrc >V

#---------------------------------------------
# TINT CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_mode = multi_monitor
panel_monitor = 1
panel_position = bottom center
panel_size = 1260 28
panel_margin = 15 0
panel_padding = 9 3
font_shadow = 0

#---------------------------------------------
# PANEL BACKGROUND AND BORDER
#---------------------------------------------
panel_rounded = 7
panel_border_width = 1
panel_background_color = #000000 60
panel_border_color = #ffffff 18

#---------------------------------------------
# TASKS
#---------------------------------------------
task_text_centered = 1
task_width = 120
task_margin = 2
task_padding = 6
task_icon_size = 13
task_font = sans 7
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85

#---------------------------------------------
# TASK BACKGROUND AND BORDER
#---------------------------------------------
task_rounded = 5
task_background_color = #ffffff 30
task_active_background_color = #ffffff 50
task_border_width = 0
task_border_color = #ffffff 18
task_active_border_color = #ffffff 70

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = sans 8
time2_format = %A %d %B
time2_font = sans 6
clock_font_color = #ffffff 76

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

if someone could help, that would be fabulous :]

static**--*-*-*--*-----***-*--*-*-*-*------**-*--*-*-*-***


this is my sig

Offline

#2 2008-09-07 00:23:47

sm4tik
Member
From: Finland, Jyväskylä
Registered: 2006-11-05
Posts: 248
Website

Re: tint2 tintrc file, how to theme?

panel_mode = single_desktop

Offline

#3 2008-09-07 08:14:39

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: tint2 tintrc file, how to theme?

Have you read the documentation? The guy who took over Tint even provides a neat PDF documenting all the features, screenshots included.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2008-09-07 11:41:14

sm4tik
Member
From: Finland, Jyväskylä
Registered: 2006-11-05
Posts: 248
Website

Re: tint2 tintrc file, how to theme?

B wrote:

The guy who took over Tint even provides a neat PDF documenting all the features, screenshots included.

KISS..? wink

Offline

#5 2008-09-07 12:21:45

tdjy
Member
Registered: 2008-08-26
Posts: 15

Re: tint2 tintrc file, how to theme?

Tint2 splits up the bar into workspace segments.  If you have 3 workspaces, the left third of the bar will show all tasks in workspace #1, the middle third will show all tasks in #2, and the right third will show all tasks in #3.  You could have 10 tasks in workspace #1 and they would all be squeezed into the left third of the bar.

I didn't use tint2 for too long, but if you want the tasks to be spread across the whole bar, I think the only way to do that would be to reduce the number of virtual workspaces to 1.

Offline

#6 2008-09-07 14:45:31

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: tint2 tintrc file, how to theme?

sm4tik wrote:
B wrote:

The guy who took over Tint even provides a neat PDF documenting all the features, screenshots included.

KISS..? wink

I didn't say it was included in the package smile.

You can grab the PDF on the website, it's not built into the package.

[stijn@hermes ~]$ pacman -Ql tint
tint /etc/
tint /etc/xdg/
tint /etc/xdg/tint/
tint /etc/xdg/tint/tintrc
tint /usr/
tint /usr/bin/
tint /usr/bin/tint
tint /usr/share/
tint /usr/share/licenses/
tint /usr/share/licenses/tint/
tint /usr/share/licenses/tint/license.txt

Documentation is a weak point on a lot of FOSS projects, so any project that puts effort into documentation needs to be credited for that.

Last edited by B (2008-09-07 14:46:43)


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#7 2008-09-16 04:35:09

staticvoid
Member
Registered: 2008-01-22
Posts: 160

Re: tint2 tintrc file, how to theme?

wow, i just did a search for tint and came across my post. thanks for all the help!i fixed my problem

will definatly check out the PDF file.

tintrc:

#---------------------------------------------
# TINT CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_mode = single_desktop
panel_monitor = 1
panel_position = bottom center
panel_size = 0 32
panel_margin = 0 0
panel_padding = 3 3
font_shadow = 0

#---------------------------------------------
# PANEL BACKGROUND AND BORDER
#---------------------------------------------
panel_rounded = 0
panel_border_width = 0
panel_background_color = #000000 0
panel_border_color = #000000 29

#---------------------------------------------
# TASKS
#---------------------------------------------
task_text_centered = 0
task_width = 150
task_margin = 3
task_padding = 6
task_icon_size = 0
task_font = typo3 12
task_font_color = #ffffff 50
task_active_font_color = #ffffff 100

#---------------------------------------------
# TASK BACKGROUND AND BORDER
#---------------------------------------------
task_rounded = 0
task_background_color = #000000 25
task_active_background_color = #000000 80
task_border_width = 1
task_border_color = #000000 34
task_active_border_color = #000000 100

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %H:%M
time1_font = sans bold 8
#time2_format = %A %d %B
time2_font = sans 6
clock_font_color = #ffffff 75

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

this is my sig

Offline

Board footer

Powered by FluxBB