xtaskbar and austerity Thread last updated on 2006-01-16 01:37:18

Posted by member 54388 on 2006-01-14 17:30:29

I have noticed that Austerity uses taskbar3. Is there a way to use xtaskbar's features as well as taskbar 3 or do i need to recode the taskbar.rc for austerity to accomodate for the differences? If I need to recode it it would be nice if there was a xtaskbar copy of austerity's taskbar.rc.

It is possible that I am talking about something icnredibly stupid and I do not know what Im talking about. Help is appreciated.

Sepcifically I need to implement the Dropdelay fucntion in xtaskbar.. If i am talking nonsense it would be nice if someone can help me get that into the austerity theme ^_^;

Posted by member 212670 on 2006-01-14 18:09:11 link

You should remove taskbar3 completely if you are going to setup xtaskbar.

Austerity is a great default theme, but you may want to check out some other themes that already use xtaskbar.

Posted by member 54388 on 2006-01-14 21:30:44 link

Never mind. I sat on my computer for about an hour and coverted all the variables from taskbar 3 to xtaskbar. if anyone wants to use the austerity theme with xtaskbar here it is...

;------------------------------------------------------------------------------
; taskbar config
;------------------------------------------------------------------------------
*xTaskbar Taskbar
TaskbarDropDelay 0

TaskBarX $StatsX+StatsWidth$
TaskBarY $BarY$

TaskBarWidth $ResolutionX-TaskBarX-SystrayWidth-TimeWidth-91$
TaskBarHeight 48

IF NOT MaximizeOverBar AND BarOnTop
TaskbarAlwaysOnTop true
ENDIF

;TaskBarDisableFlashing true
;TaskbarUseRealFlashing true
TaskBarRefresh 100
TaskbarButtonDirection .right
;TaskbarUseToolTips false
;;;TaskBarNoSkinshift true
;;;TaskBarNoFontShift true

IF TaskButtonsMode = 2 OR TaskButtonsMode = 3
TaskBarLines 1

ELSE
TaskBarLines 2
ENDIF

IF TaskButtonsMode = 3
TaskBarButtonMaxWidth 46
TaskbarButtonMaxCount $TaskBarWidth/TaskBarButtonMaxWidth$
ELSE

TaskBarButtonMaxWidth $TaskBarWidth/2$
ENDIF

IF StatsOn AND NOT WinNT4 AND NOT Win95
IF TaskButtonsMode = 2 OR TaskButtonsMode = 3
TaskBarBorders 6 4 0 0
ELSE
TaskBarBorders 6 4 2 2
ENDIF

ELSE
IF TaskButtonsMode = 2 OR TaskButtonsMode = 3
TaskBarBorders 0 4 0 0
ELSE
TaskBarBorders 0 4 2 2
ENDIF
ENDIF

TaskBarButtonBorders 0 0 0 0

IF TaskButtonsMode = 2
TaskBarFontLeftBorder 24
TaskBarFontRightBorder 6

ELSE
TaskBarFontLeftBorder 22
TaskBarFontRightBorder 6
ENDIF

TaskbarButtonXSpacing 0
;;;TaskbarIconShow true

IF TaskButtonsMode = 2
TaskBarIconX 4
TaskBarIconY 14

ELSEIF TaskButtonsMode = 3
TaskBarIconX 6
TaskBarIconY 6

ELSE
TaskBarIconX 2
TaskBarIconY 3
ENDIF

IF TaskButtonsMode = 3
TaskBarIconSize 16
ELSE

TaskBarIconSize 16
ENDIF

TaskbarImage taskbar.png

IF TaskButtonsMode = 2 OR TaskButtonsMode = 3
TaskbarButtonImageLeftEdge 5
TaskbarButtonImageRightEdge 5
TaskbarNormalButtonImage taskbarlarge_normal_full.PNG
TaskbarActiveButtonImage taskbarlarge_active_full.PNG
TaskbarMinimizedButtonImage taskbarlarge_normal_full.PNG
TaskbarFlashingButtonImage taskbarlarge_flash_full.PNG

ELSE
TaskbarButtonImageLeftEdge 5
TaskbarButtonImageRightEdge 5
TaskbarNormalButtonImage taskbar_normal_full.PNG
TaskbarActiveButtonImage taskbar_active_full.PNG
TaskbarMinimizedButtonImage taskbar_normal_full.PNG
TaskbarFlashingButtonImage taskbar_flash_full.PNG
ENDIF

IF TaskButtonsMode = 3
TaskbarShowText false
ELSE

TaskbarShowText true
ENDIF

TaskbarNormalFont "$TaskBarFont$"
TaskbarNormalFontHeight 13
TaskbarNormalFontColor "$TaskNormalColour$"
TaskbarActiveFontColor "$TaskActiveColour$"
TaskbarMinimizedFontColor "$TaskMinColour$"
TaskbarFlashingFontColor "$TaskbarFlashColour$"
TaskbarHorizontalFontAlign .left
TaskbarVerticalFontAlign .center
TaskbarFontCleartype true

;TaskbarLButtonDown .select
;TaskbarRButtonDown .menu
;TaskbarMButtonDown .ontop


The thing you need to change is the image files. You just use a image editing software to combine all the left, middle and right images together for all 6 of them. If anyone sees somehting wrong leave a message. ^_^;

Oh and another thing... i dont know why but the
TaskBarWidth $ResolutionX-TaskBarX-SystrayWidth-TimeWidth$

code did not work so i just added the -91 pixels to accomodate for my resolution. dunno how that happened but im not changing my resolution so....

Posted by member 248213 on 2006-01-16 01:37:18 link

good one ;)