It is currently April 20th, 2024, 1:14 am

Fixing text layout

Get help with creating, editing & fixing problems with skins
justsomeguyhere
Posts: 20
Joined: July 12th, 2019, 7:29 pm

Fixing text layout

Post by justsomeguyhere »

Hey, it's me again. Just wondering if there was a way to move the percent sign over on this one skin one space

Code: Select all

[Rainmeter]
Update=1000
Group=circa2
MouseScrollDownAction=[!CommandMeasure "mWin7Audio" "ChangeVolume -5"][!Update]
MouseScrollUpAction=[!CommandMeasure "mWin7Audio" "ChangeVolume +5"][!Update]

[Metadata]
Name=Circuitous | Volume
Author=Flying Hyrax | flyinghyrax.deviantart.com
Information=Shows the current volume level and output device.  | Click the main text to toggle mute; click the secondary text to cycle through audio output devices. | Click anywhere in the roundline to set the volume to that level, or use the mouse wheel to raise and lower the volume.
Version=1.0
License=Creative Commons BY-NC-SA 3.0

@include1=#@#Settings.txt
@include2=#@#Appearance.txt

@include3="#@#Styles\common.inc"
@include4="#@#Styles\#orient#.inc"

[mWin7Audio]
Measure=Plugin
Plugin=Win7AudioPlugin

[mScript]
Measure=Script
ScriptFile=#@#Scripts\Smurfier-Volume.lua

@include5="#@#sharedMeters.inc"
[RoundlineContainer]
Meter=Image
ImageName=#@#images\gateoftime.png
W=(#radius#*2.1875)
H=(#radius#*2.1875)
ImageTint=255,248,54,255

[pie]
Meter=ROUNDLINE
X=(#radius#/12)
Y=(#radius#/12)
MeterStyle=roundlineCommon | pieCommon
MeasureName=mScript
LeftMouseUpAction=!CommandMeasure mScript "Angle($MouseX$-[#CURRENTSECTION#:W]/2, ($MouseY$-[#CURRENTSECTION#:H]/2))"
DynamicVariables=1
Container=RoundlineContainer
[divider]
Meter=IMAGE
MeterStyle=dividerStyle | dividerCommon
Container=RoundlineContainer
[mainText]
Meter=STRING
MeterStyle=mainTextStyle | mainTextCommon
Text=""
LeftMouseUpAction=[!CommandMeasure mWin7Audio ToggleMute][!Update]
DynamicVariables=1
ToolTipText="Click to toggle mute"

[subText]
Meter=STRING
MeterStyle=subTextStyle | subTextCommon
MeasureName=mWin7Audio
Text="%1"
LeftMouseUpAction=[!CommandMeasure mWin7Audio ToggleNext][!Update]
ToolTipText="Click to change audio devices" 
Thanks
User avatar
balala
Rainmeter Sage
Posts: 16147
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Fixing text layout

Post by balala »

justsomeguyhere wrote: July 20th, 2019, 6:31 pm Hey, it's me again. Just wondering if there was a way to move the percent sign over on this one skin one space
There is no percent sign. Just one string showing the current sound device. Where the percent sign should have to be? Te code has four included files, which we don't have, none of them? Is it in one of them? Not sure. you should have to pack the whole config and upload it. This way we would have all needed files.