|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Ikarus suggested we start a new thread with our customized themes and questions on theming, so I thought I would post my current to start it off.
Theme includes the segoe ui font. Ikarus said he would assist in this thread as time permits for him, otherwise anyone with BS experience can jump in and assist anyone with problems. If you don't know what the excellent Battery Status is, check out here Here is the online-manual for customization, which is linked in the first post of BS-Thread too.
__________________
..::||::.. HTC TyTN Schaps 4.02,1.54 Radio,2.10.Olipro WM6 UPDATE (updated Jan 8/08) CallCalendar2 app (logs incoming/outgoing/missed calls to calendar) Last edited by R0N1N; 30th December 2007 at 06:42 PM.. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Here's a clean and simple theme i made for my wizard. Not all meters can be shown, since i made icons for only the ones i use (no operator info, no AM/PM indicator for 12h clock, maybe something else is not implemented).
Includes icons for tray launcher - BT on/off, WiFi on/off, Phone on/off, rotate screen, disable screen and lock device. With Ecqlipse 2 icons used for Touch commander and ppcProfiles Pro with modified tray icons and profile selection menu to match the overall look (done with ResourceHacker since ppcProfiles has no skinning option) it makes quite a good impression ![]() Works best with HTC Touch Today screen theme, or other dark backgrounds. Enjoy. |
|
#3
|
||||
|
||||
|
Quote:
__________________
..::||::.. HTC TyTN Schaps 4.02,1.54 Radio,2.10.Olipro WM6 UPDATE (updated Jan 8/08) CallCalendar2 app (logs incoming/outgoing/missed calls to calendar) |
|
#4
|
||||
|
||||
|
great job thank you
__________________
►Skin TFL2D Iphone ►Skin TFL2D Blue and Bulle Xda ►Skin TFL2D Red Lepsyfou ►Skin TFL2D BlackCool ►Soft MusicID Best Skins - Softwares Site Actualitémobile Like my work? Buy my pills here Thank you My Phone : Touch HD French and Iphone 3G
|
|
#5
|
|||
|
|||
|
All the themes will be moved here this weekend
![]() maybe interesting for theme-makers.. Eyecandy for KDE Many sets of images in png-format.. maybe useful for making themes |
|
#6
|
|||
|
|||
|
Just started using this program and love it.
I actually got rid of Ilauncher since all I was using it for was the meters. Keep those themes coming ![]() TKS |
|
#7
|
|||
|
|||
|
Hi ikarus,
- How do you add the class="start_app" in the class "date" or the class "cpu_utilization" ? I tried <Item class="date" ontap="\Windows\Calendar.exe" > but it doesn't work. - How do change the icons for class="battery_ac_icons" ? - Sorry to ask : where can I find the manual with all the tags ? - Something strange : if the view with the CPU load is not active, the CPU load is not displayed in the taskbar. If the view is active and BS is minimized, the CPU load is still displayed in the taskbar. - I believe the skin setup should override the option setup : if the option is set, the CPU frequency is bold, even with : <Item class="cpuspeed" > <label fontfamily="Tahoma" fontsize="12" bold="0" /> </Item> - When trying to display the CPU utilization below the icon, using : <Item class="cpu_utilization" ontap="CtlPnl" index="4" subindex="2" > <image src="CPU.png" width="12" top="2" left="10" /> <label fontfamily="Tahoma" fontsize="12" width="40" top="7" left="-25" align="center" /> </Item> Only the label area below the icon is refreshed (12 pixels) instead of the whole area (40 pixels). Thanks again for this great apps. Kind regards, Herunim |
|
#8
|
|||
|
|||
|
Theme by Nostramo. Many Thanks to Nostramo for his great work!!!
Download -> see attachement ![]() ClockTheme by RedUsr: Download -> 4pda.ru ![]() Theme by banan4ik -> internal Link ![]() Minimalistic theme by utak3r --> Download Example for application launcher: Code:
<Row seperator="1" >
<View height="20" itemselect="1" >
<Item class="space" >
<image left="-25" src="rotate.bmp" transparent="020202" />
</Item>
<Item class="start_app" onhold="StartApp" path="\Windows\fexplore.exe" path1="\Windows\solitare.exe" />
<Item class="start_app" path="\Windows\BubbleBreaker.exe" />
<Item class="start_app" path="\Windows\solitare.exe" />
<Item class="start_app" path="\Windows\pword.exe" />
<Item class="start_app" path="\Windows\iexplore.exe" />
<Item class="start_app" path="\Windows\Calc.exe" />
</View>
<View height="38" itemselect="1" >
<Item class="space" >
<image left="-25" src="rotate.bmp" transparent="020202" />
</Item>
<Item class="start_app" path="\Windows\Calc.exe" />
<Item class="start_app" onhold="StartApp" path="\Windows\fexplore.exe" path1="\Windows\solitare.exe" />
<Item class="start_app" path="\Windows\iexplore.exe" >
<image smallicon="1" />
</Item>
<Item class="start_app" path="\Windows\ppt.exe" />
<Item class="start_app" path="\Windows\pword.exe" />
<Item class="start_app" path="\Windows\solitare.exe" />
</View>
<View height="62" absolute="2" itemselect="1" >
<Item class="space" absolute="0" >
<image left="-25" src="rotate.bmp" transparent="020202" />
</Item>
<Item class="start_app" title="Calc" path="\Windows\Calc.exe" >
<image top="1" left="25" />
<label width="40" top="36" valign="top" align="center" left="-2" fontsize="-3" />
</Item>
<Item class="start_app" title="File Explore" path="\Windows\fexplore.exe" >
<image top="1" left="65" />
<label width="40" top="34" valign="top" align="center" left="-4" format="wordbreak" fontsize="-3" />
</Item>
<Item class="start_app" title="Internet Explore" path="\Windows\iexplore.exe" >
<image top="1" left="105" />
<label width="40" top="36" valign="top" align="center" left="-2" format="wordbreak" fontsize="-3" />
</Item>
<Item class="start_app" title="Power Point" path="\Windows\ppt.exe" >
<image top="1" left="145" />
<label width="40" top="36" valign="top" align="center" left="-2" format="wordbreak" fontsize="-3" />
</Item>
<Item class="start_app" title="Solitare" path="\Windows\solitare.exe" >
<image top="1" left="185" />
<label width="40" top="36" valign="top" align="center" left="-2" fontsize="-3" />
</Item>
</View>
<View height="112" itemselect="1" multi="1" >
<Item class="space" >
<image left="-25" src="rotate.bmp" transparent="020202" />
</Item>
<Item class="start_app" title=" Calculator" path="\Windows\Calc.exe" >
<image top="1" />
<label width="180" bold="1" valign="top" top="10"/>
</Item>
<Item class="start_app" onhold="StartApp" title=" File Explorer" path="\Windows\fexplore.exe" path1="\Windows\solitare.exe" >
<image left="-216" top="38" />
<label width="180" bold="1" top="46" valign="top" />
</Item>
<Item class="start_app" title=" Internet Explorer" path="\Windows\iexplore.exe" >
<image left="-216" top="76"/>
<label width="180" bold="1" top="84" valign="top" />
</Item>
</View>
<View height="112" itemselect="1" multi="1" >
<Item class="space" absolute="1" >
<image src="rotate.bmp" transparent="020202" />
</Item>
<Item class="start_app" absolute="1" title=" Calculator" path="\Windows\Calc.exe" >
<image left="25" top="1" />
<label width="180" bold="1" valign="top" top="10"/>
</Item>
<Item class="start_app" onhold="StartApp" absolute="1" title=" öFile Explorer" path="\Windows\fexplore.exe" path1="\Windows\solitare.exe" >
<image left="25" top="38" />
<label width="180" bold="1" top="46" valign="top" />
</Item>
<Item class="start_app" absolute="1" title=" Internet Explorer" path="\Windows\iexplore.exe" >
<image left="25" top="76"/>
<label width="180" bold="1" top="84" valign="top" />
</Item>
</View>
</Row>
Code:
<View height="58">
<Item class="clock_digit" >
<image left="-18" resize="85" />
</Item>
<Item class="clock_digit" />
<Item class="clock_seperator" >
<image top="8" />
</Item>
<Item class="clock_digit" />
<Item class="clock_digit" />
<Item class="clock_seconds_sep" >
<image resize="50" top="25" />
</Item>
<Item class="clock_seconds" >
<image top="22" />
</Item>
<Item class="clock_seconds" >
<image top="22" />
</Item>
<Item class="clock_alarm" ontap="CtlPnl" index="16" subindex="2">
<image left="-43" top="4" />
</Item>
<Item class="clock_apm" >
<image left="4" top="2" />
</Item>
</View>
|
|
#10
|
|||
|
|||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|