You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2011-11-05 12:01:04

hibii
New member
Registered: 2011-11-05
Posts: 2

Tint2 config in archbang 2011.11

Where will I find default config from compilation 2011.11 for Tint2.
Sorry my english

Offline

#2 2011-11-05 12:32:47

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,893

Re: Tint2 config in archbang 2011.11

try in /home/<username>/.config/tint2

Offline

#3 2011-11-05 15:13:09

hibii
New member
Registered: 2011-11-05
Posts: 2

Re: Tint2 config in archbang 2011.11

I have got 2011.09 and looking config from 2011.11 because looks greate.

Offline

#4 2011-11-05 17:36:29

oliver
Administrator
Registered: 2010-11-04
Posts: 1,544

Re: Tint2 config in archbang 2011.11

You can download the source files from http://sourceforge.net/projects/archban … p/download

(this is also linked on the downloads section of the main page under 'Source Files')


The entire file is ~4mb in total

Unzipping it will give you all the custom files, but if you just want tint2rc, then the following command will do it

$ unzip archbang2011.11.zip archiso/root-image/etc/skel/.config/tint2/tint2rc

The file will, unsurprisingly, be at archiso/root-image/etc/skel/.config/tint2/tint2rc... copy it into your ~/.config/tint2 dir


Hasta manana, monsieur
Were the only words that I knew for sure

Offline

#5 2011-11-05 19:00:55

ArchVortex
Retired AB Overlord
From: Jakarta, Indonesia
Registered: 2011-04-01
Posts: 1,449

Re: Tint2 config in archbang 2011.11

Copies of our configurations are located in the Wiki

http://wiki.archbang.org/index.php?titl … ng_Configs


GUI's?? We don't need no stinkin' GUI's!!!

Offline

#6 2011-11-06 17:10:17

hymie
Member
Registered: 2011-02-25
Posts: 66

Re: Tint2 config in archbang 2011.11

I have a customized version that you can use. It's with bigger and glowing active task icons and tooltips enabled. In case you have no "droid" font installed, just replace "droidsans" with "sans".

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
# 1) global
rounded = 0
border_width = 1
background_color = #000000 30
border_color =  #000000 80

# 2) inner cells
rounded = 5
border_width = 2
background_color = #ffffff 5
border_color = #000000 80

# 3) icons
rounded = 3
border_width = 1
background_color = #ffffff 10
border_color = #ffffff 15

# 4) active icon
rounded = 3
border_width = 1
background_color = #ffffff 20
border_color = #ffffff 30

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom middle horizontal
panel_size = 98% 36
panel_items = TSC
panel_margin = 0 0
panel_padding = 2 1 4
font_shadow = 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_layer = top
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 1.5
autohide_height = 6
strut_policy = follow_size

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 2 0 3
taskbar_background_id = 2
taskbar_name = 0

#---------------------------------------------
# TASK
#---------------------------------------------
urgent_nb_of_blink = 20
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 32 32
task_padding = 2 2

task_background_id = 3
task_active_background_id = 4
task_iconified_background_id = 3
task_urgent_background_id = 4

task_icon_asb = 100 -20 -20
task_active_icon_asb = 100 0 30
task_iconified_icon_asb = 100 -20 -20
task_urgent_icon_asb = 100 40 40

task_font = droidsans 06_55 6
task_font_color = #d8d8d8 60
task_active_font_color = #d8d8d8 100
task_urgent_font_color = #ffffff 100
task_iconified_font_color = #d8d8d8 60

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 2 1 2
systray_background_id = 2
#systray_icon_asb = 100 -100 -25

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %R
time1_font = droidsans bold 10
time1_timezone = :Europe/London
time2_format = %a %b %d
time2_font = droidsans bold 8
time2_timezone = :Europe/London
clock_font_color = #ffffff 76
clock_padding = 4 2
clock_background_id = 2
clock_lclick_command = gsimplecal
#---------------------------------------------
# TOOLTIPS
#---------------------------------------------
tooltip = 1
tooltip_padding = 3 3
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
tooltip_background_id = 1
tooltip_font_color = #efe5de 100
tooltip_font = droidsans 10
#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = maximize_restore
mouse_scroll_down = toggle_iconify

Edit by Mr Green added code tags

Offline

Board footer

Powered by FluxBB