Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnulatr committed Jul 30, 2016
1 parent 7b4f59a commit 008b77b
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 2 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions F&B Recycle Bin/Recycle Bin/RecyclerBin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
[Rainmeter]
Author=La Marghe, Satyajit00, Pwnulatr
Update=500

Blur=1
BlurRegion=1,0,25,200,75

[Metadata]
Name=Custom Flat & Blurry Recycle Bin
Information=Shows the state and size of your Recycle Bin
Version=1.0
License=Creative Commons BY-NC 4.0

[Variables]
fontName=Museo 300
textSize=20
colorText=240,240,240,240

[MeterBackground]
Meter=Image
SolidColor=108,122,137,100
X=0
Y=25
W=200
H=50
AntiAlias=1

[IconEmpty]
Meter = Image
ImageName = #@#I\Folders-OS-Recycle-Bin-Empty-alt-Metro-icon.png
X=15
Y=0
W=50
H=50
AntiAlias=1
LeftMouseUpAction=!Execute [!PluginBang "measureBinItems OpenBin"]


[IconFull]
Meter = Image
MeterStyle = IconEmpty
ImageName = #@#I\Folders-OS-Recycle-Bin-Full-alt-Metro-icon.png
Hidden = 1
RightMouseUpAction=!Execute [!PluginBang "measureBinItems OpenBin"]
LeftMouseUpAction=!Execute [!PluginBang "measureBinItems EmptyBin"]
ToolTipText="Right-click to open Recycle Bin#CRLF#Left-click to empty"


[measureBinItems]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=COUNT
UpdateDivider=1


[measureBinSize]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=SIZE
UpdateDivider=1

[BinAction]
Measure=Calc
Formula=measureBinItems
IfAboveAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconFull]
IfAboveValue=0
IfEqualAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconEmpty]
IfEqualValue=0


[styleTitle]
StringAlign=LEFT
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=15
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=LEFT
StringCase=NONE
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[meterBinItems]
Meter=STRING
MeterStyle=styleTitle
MeasureName=measureBinItems
X=100
Y=30r
Text="%1 items"


[meterBinSize]
Meter=STRING
MeterStyle=styleTitle
MeasureName=measureBinSize
X=100
Y=20r
Text="%1B"
AutoScale=1
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# F-B-Recycle-Bin-Addon
An add on recycle bin that will work well with the rest of the Flat & Blurry Skin for Rainmeter
# F&B Recycle Bin Add-on
An add on recycle bin that will work well with the rest of the [Flat & Blurry](http://satyajit00.deviantart.com/art/Flat-and-Blurry-v1-5-524848816) Skin for Rainmeter.

[<img src="https://i.imgur.com/3A06WI4.png">](http://www.iconarchive.com/show/windows-8-metro-icons-by-dakirby309/Folders-OS-Recycle-Bin-Empty-alt-Metro-icon.html)
[<img src="https://i.imgur.com/iHQxMgU.png">](http://www.iconarchive.com/show/windows-8-metro-icons-by-dakirby309/Folders-OS-Recycle-Bin-Full-alt-Metro-icon.html)

This theme was inspired by Flat & Blurry and code was used from the [Dragonborn Skin](http://customize.org/rainmeter/skins/65672712) for the recycle bin functions. As such, the authors of the other skins have been credited.

### Licenses

[Empty Bin Icon](http://www.iconarchive.com/show/windows-8-metro-icons-by-dakirby309/Folders-OS-Recycle-Bin-Empty-alt-Metro-icon.html) and [Full Bin Icon](http://www.iconarchive.com/show/windows-8-metro-icons-by-dakirby309/Folders-OS-Recycle-Bin-Full-alt-Metro-icon.html) licensed under the [CC Attribution-Noncommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/)

[Dragonborn Skin](http://customize.org/rainmeter/skins/65672712) licensed under the [CC Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/)

[Flat & Blurry Skin](http://satyajit00.deviantart.com/art/Flat-and-Blurry-v1-5-524848816) licensed under the [CC Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/)

This work you are viewing is licensed under the [CC Zero v1.0 Universal License](http://choosealicense.com/licenses/cc0-1.0/)

0 comments on commit 008b77b

Please sign in to comment.