It is currently September 9th, 2024, 12:42 pm

Rounded

A package of skins with a "theme" or by a single author
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: Rounded

Post by Judian81 »

sl23 wrote: September 5th, 2021, 11:43 pm
hey thanks for the skin. maby i can help you finding problems. first of all i like the bar very cool. best shortcuts you can have. :)

------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-another thing is. on the cpu ram meter. i have a very long name for my processor. and so this sticks a little bit out on the left and the right.

you can put this in RoundCPU+RAM.ini

Code: Select all


[CPUNameSpeed]
Meter=String
MeasureName=mCPUName
MeasureName2=mCPUSpeed
MeterStyle=sAllText
FontSize=8
InlineSetting=Size | 6
InlinePattern=^.* (.*)$
Text=%1 / %2 MHz
Group=Info
Hidden=1
ClipString=1
X=117
Y=6
W=110
H=20
;strange. this gives 3K in stead of 3100
;ToolTipText=%1 / %2 MHz
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-when use the searchbar and search test for google. it realy does not a thing. i have chrome, opera and firefox installed.
-with the network part. i see L for browser and R for email. they both do not a thing. hmm i noticed now you wanted to be selected by user.
sorry for that. but you can make use of the default.

this is a part of a fix. RoundNet.ini

Code: Select all

[Bg2]
Meter=Shape
Shape=Rectangle 0,0,60,60,50 | Fill Color 0,0,0,50 | StrokeWidth 2 | Extend StrokeAlpha
Shape2=Rectangle 9,9,42,42,50 | Fill Color 0,0,0,1 | StrokeWidth 2 | Extend StrokeAlpha2
Shape3=Rectangle 5,5,50,50,50 | Fill Color 0,0,0,1 | StrokeWidth 10 | Stroke Color 255,255,255,20
StrokeAlpha=Stroke Color #Color5#
StrokeAlpha2=Stroke Color #Color5#

LeftMouseUpAction=#APP3# "http://www.google.com"
RightMouseUpAction=#APP4#
this will open automaticaly the default browser with google search. RoundNet.ini

Code: Select all

; --------------- WEB SEARCH ------------------
; Change the "Web" Variable to the path of your chosen Browser.
;Web=#PROGRAMPATH#..\..\MyApps\PA.c\PortableApps\FirefoxPortable\FirefoxPortable.exe
;Web="rundll32 url.dll,FileProtocolHandler http://www.google.com"
;Web="rundll32 url.dll,FileProtocolHandler "
Web="Explorer"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-with the music player you can open and close. i think that is used for dvd. but if i open and close again. the music never getting started again.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-with the network thing the ip adres is not shown. and says it is NA of 0.
little help for ip adres. replace this function. RoundNet.ini

Code: Select all

[mIP]
Measure=Plugin
Plugin=WebParser
URL=https://checkip.amazonaws.com/
UpdateRate=14400
RegExp=(?siU)^(.*)$
StringIndex=1
Substitute="":"N/A"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

you music volume is from high to low. i have made something that you can use if you want to. it have steps from +10 to -10.
here is the code. but i need help with this because it is a little buggie. but it is also a little bit late for me now. RoundVolume.ini

Code: Select all

[Bg1]
Meter=Shape
Shape=Rectangle 0,0,60,60,50 | Fill Color 0,0,0,50 | StrokeWidth 2 | Extend StrokeAlpha
Shape2=Rectangle 9,9,42,42,50 | Fill Color 0,0,0,1 | StrokeWidth 2 | Extend StrokeAlpha2
Shape3=Rectangle 5,5,50,50,50 | Fill Color 0,0,0,1 | StrokeWidth 10 | Stroke Color 255,255,255,20
StrokeAlpha=Stroke Color #Color5#
StrokeAlpha2=Stroke Color #Color5#

LeftMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolTotal#"][PLAY "#@#Windows Notify System Generic.wav"][!SetVariable VolTotal "(Clamp((#VolTotal#-10),0,(100)))"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
;LeftMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolLow#"][PLAY "#@#Windows Notify System Generic.wav"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
MiddleMouseUpAction=[!CommandMeasure "mOutput" "ToggleMute"]
RightMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolTotal#"][PLAY "#@#Windows Notify System Generic.wav"][!SetVariable VolTotal "(Clamp((#VolTotal#+10),0,(100)))"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
;RightMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolMax#"][PLAY "#@#Windows Notify System Generic.wav"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: Rounded

Post by Judian81 »

Judian81 wrote: September 6th, 2021, 3:20 am ------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-with the music player you can open and close. i think that is used for dvd. but if i open and close again. the music never getting started again.

------------------------------------------------------------------------------------------------------------------------------------------------------------------------
:D i now understand that this is used to close the app or start the app. in my opinion you could use play and pause or stop in stead of close or open program. but that is just my opinion. :thumbup:
User avatar
sl23
Posts: 1624
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: Rounded

Post by sl23 »

:welcome:
Last edited by sl23 on September 6th, 2024, 7:59 pm, edited 1 time in total.
57686174 77696C6C 6265 77696C6C 6265
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: Rounded

Post by Judian81 »

sl23 wrote: September 6th, 2021, 7:01 amThanks again, glad you like it. I wasn't sure about the launcher tbh, so good to know someone likes it :lol:
your welcome.

i have another solution about the mail option.

Code: Select all

; --------------- SHORTCUTS ------------------
APP1=ms-settings:network-status
APP2=
APP3=#Web#
APP4=#CURRENTPATH#\Mail.lnk
you can ship the default email from windows in your folder.
i tryed the best solution there was. and this is the most simple one.
User avatar
sl23
Posts: 1624
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: Rounded

Post by sl23 »

:welcome:
Last edited by sl23 on September 6th, 2024, 8:00 pm, edited 2 times in total.
57686174 77696C6C 6265 77696C6C 6265
User avatar
sl23
Posts: 1624
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: Rounded

Post by sl23 »

:welcome:
Last edited by sl23 on September 6th, 2024, 8:00 pm, edited 1 time in total.
57686174 77696C6C 6265 77696C6C 6265
User avatar
sl23
Posts: 1624
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: Rounded

Post by sl23 »

:welcome:
Last edited by sl23 on September 6th, 2024, 8:00 pm, edited 3 times in total.
57686174 77696C6C 6265 77696C6C 6265
User avatar
death.crafter
Rainmeter Sage
Posts: 1398
Joined: April 24th, 2021, 8:13 pm

Re: Rounded

Post by death.crafter »

Screenshot 2021-09-20 013955.png
You do not have the required permissions to view the files attached to this post.
from the Realm of Death
User avatar
sl23
Posts: 1624
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: Rounded

Post by sl23 »

:welcome:
Last edited by sl23 on September 6th, 2024, 8:00 pm, edited 1 time in total.
57686174 77696C6C 6265 77696C6C 6265
User avatar
jsmorley
Developer
Posts: 22724
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rounded

Post by jsmorley »

sl23 wrote: September 19th, 2021, 9:09 pm Is that wrong? :oops:
No, it's fine...