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

Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Get help with creating, editing & fixing problems with skins
User avatar
death.crafter
Rainmeter Sage
Posts: 1399
Joined: April 24th, 2021, 8:13 pm

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by death.crafter »

CodeCode wrote: May 31st, 2021, 9:39 pm Sorry, but for me that changed nothing.

I am also trying this: IfNotMatchAction=[!SetOptionGroup Popup Text "%1"][!!SetOption InfoStyle Y "14r"]
But ofc it does not work.

Hmmm....
If only you could pack that thing up with all the fonts used.
from the Realm of Death
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

Hey guys, I found a working solution.

I created a variable HY, then used it in InfoStyle and implemented SetVariable like this:

IfNotMatchAction=[!SetOptionGroup Popup Text "%1"][!SetVariable HY "11r"]
File Folder Gif.gif
EDIT: It had to be fixed again like this:

Code: Select all

IfMatchAction=[!SetOptionGroup Popup Text "%1 %2"][!SetVariable HY "6r"]
IfNotMatchAction=[!SetOptionGroup Popup Text "%1"][!SetVariable HY "11r"]
You do not have the required permissions to view the files attached to this post.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

Actually now the folders are off.

So I'll look at that now :oops:
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

Ok I made a rmskin for this. My Icons are there, until it gets changed by yours if you have a first hand look at my cludgey fixes :lol:
FileFolder_3.3.rmskin
File Folder Gif.gif
You do not have the required permissions to view the files attached to this post.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

death.crafter wrote: May 31st, 2021, 9:44 pm If only you could pack that thing up with all the fonts used.
The font is derived from several unicode fonts that simply have odd characters.

I found it here: https://lingojam.com/DiscordFonts

I then copy/pasted my names into the ThisPC drive names. It persists with the drivename option which I discovered accidentally doing other drive skins.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

Im sorry for my OCD. But there was yet another tweak:

Code: Select all

IfMatchAction=[!SetOptionGroup Popup Text "%1 %2"][!SetVariable HY "6r"][!SetVariable HYA "23R"]
IfNotMatchAction=[!SetOptionGroup Popup Text "%1"][!SetVariable HY "11r"][!SetVariable HYA "24R"]

Code: Select all

[HighlightStyle]
Hidden=1
Group=Popup
SolidColor=0,0,0,1
X=13
Y=#HYA#
W=373
H=50
DynamicVariables=1
MouseOverAction=[!SetOption #CURRENTSECTION# SolidColor "#GlobalFontAltColor#"][!SetOption #CURRENTSECTION# SolidColor2 "000000"][!UpdateMeter #CURRENTSECTION#][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# SolidColor ""][!UpdateMeter #CURRENTSECTION#][!Redraw]
LeftMouseDoubleClickAction=[!CommandMeasure m#CURRENTSECTION#Name "FollowPath"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]
Container=TextMask

[InfoStyle]
X=58r
Y=#HY#
Text=%1 %2
AutoScale=1
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

death.crafter wrote: May 31st, 2021, 4:01 pm What is OCD?
OCD = Obsessive Compulsive Disorder.
Some people have it so bad they are classified as unwell - like germophobes etc. Mine is just a little out of normal range for [not] being satisfied with silly details etc.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

So.... FINALLY:
File Folder Gif.gif
You do not have the required permissions to view the files attached to this post.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
death.crafter
Rainmeter Sage
Posts: 1399
Joined: April 24th, 2021, 8:13 pm

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by death.crafter »

CodeCode wrote: May 31st, 2021, 11:01 pm OCD = Obsessive Compulsive Disorder.
Some people have it so bad they are classified as unwell - like germophobes etc. Mine is just a little out of normal range for [not] being satisfied with silly details etc.
Five bucks on you being a virgo. But the skin is really nice. Feels... royal. :thumbup:
from the Realm of Death
User avatar
CodeCode
Posts: 1365
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Combining Functionality FreeDisk and FileView - Limit Output To Root Dir Only?

Post by CodeCode »

death.crafter wrote: May 31st, 2021, 11:24 pm Five bucks on you being a virgo. But the skin is really nice. Feels... royal. :thumbup:
I'll lose that bet.
5 bucks says you're Leo? (prolly lose that bet too - #notpsychic)
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.