├── Buttons ├── Amazon Music │ ├── Style 1.ini │ └── amazonmusic.png ├── ArcheAge │ ├── Style 1.ini │ ├── Style 2.ini │ ├── archeage.png │ └── archeage_2.png ├── Arduboy │ ├── Style 1.ini │ └── arduboy.png ├── Arduino │ ├── Style 1.ini │ └── arduino.png ├── Aseprite │ ├── Style 1.ini │ └── aseprite.png ├── Atlassian SourceTree │ ├── Style 1.ini │ └── sourcetree.png ├── Atom │ ├── Style 1.ini │ └── atom.png ├── Balabolka │ ├── Style 1.ini │ ├── Style 2.ini │ ├── balabolka.png │ └── balabolka_2.png ├── Computer │ ├── Style 1.ini │ └── computer.png ├── Curse │ ├── Style 1.ini │ └── curse.png ├── Diablo 3 │ ├── Style 1.ini │ └── d3.png ├── Dolphin │ ├── Dolphin.png │ └── Style 1.ini ├── Doom │ ├── Style 1.ini │ └── doom.png ├── Drawing Tablet │ ├── Style 1.ini │ ├── Style 2.ini │ ├── drawingtablet.png │ └── drawingtablet_2.png ├── Field Nation │ ├── Style 1.ini │ └── fieldnation.png ├── Fusion 360 │ ├── Style 1.ini │ └── fusion360.png ├── Game Maker Studio │ ├── Style 1.ini │ └── gamemaker.png ├── Garrys Mod │ ├── Style 1.ini │ └── gmod.png ├── Github │ ├── Style 1.ini │ └── github.png ├── Godot Engine │ ├── Style 1.ini │ └── godot.png ├── Krita │ ├── Style 1.ini │ └── krita.png ├── Microsoft Visual Studio Code │ ├── Style 1.ini │ └── vscode.png ├── Mozilla Thunderbird │ ├── Style 1.ini │ └── thunderbird.png ├── Mumble │ ├── Style 1.ini │ └── mumble.png ├── MusicBee │ ├── Style 1.ini │ └── musicbee.png ├── Netflix │ ├── Style 1.ini │ └── netflix.png ├── OBS Studio │ ├── Style 1.ini │ └── obs.png ├── Overwatch │ ├── Style 1.ini │ └── overwatch.png ├── Overwolf │ ├── Style 1.ini │ └── overwolf.png ├── Photoshop │ ├── Style 1.ini │ ├── Style 2.ini │ ├── ps-graphic.png │ └── ps.png ├── Popcorn Time │ ├── Style 1.ini │ └── popcorntime.png ├── Putty │ ├── Style 1.ini │ ├── Style 2.ini │ ├── putty.png │ └── putty_2.png ├── RPG Maker │ ├── Style 1.ini │ └── rpgmaker.png ├── Rytmik Ultimate │ ├── Style 1.ini │ └── rytmik.png ├── SCAR Divi │ ├── Style 1.ini │ └── scardivi.png ├── Shadron │ ├── Style1.ini │ └── shadron.png ├── Squad │ ├── Style 1.ini │ └── squad.png ├── Stardew Valley │ ├── Style 1.ini │ └── stardewvalley.png ├── SteamVR │ ├── Style 1.ini │ └── steamvr.png ├── Technic Launcher │ ├── Style 1.ini │ └── technic.png ├── The Forest │ ├── Style 1.ini │ └── forest.png ├── Transmission │ ├── transmission.ini │ └── transmission.png ├── Twitch App │ ├── Style 1.ini │ └── twitch.png ├── Undertale │ ├── Style 1.ini │ └── undertale.png ├── Winamp │ ├── Style 1.ini │ └── winamp.png ├── Winscp │ ├── Style 1.ini │ └── winscp.png ├── World of Tanks │ ├── Style 1.ini │ └── worldoftanks.png ├── World of Warcraft │ ├── Style 1.ini │ ├── Style 2.ini │ ├── alliance.png │ └── horde.png └── osu! │ ├── Style 1.ini │ └── osu!.png ├── LICENSE.md ├── PSD ├── Amazon Music.psd ├── Anime Folder.psd ├── ArcheAge.psd ├── Arduboy.psd ├── Arduino.psd ├── Aseprite.psd ├── Atlassian SourceTree.psd ├── Atom.psd ├── Balabolka.psd ├── Computer.psd ├── Curse.psd ├── Diablo 3.psd ├── Doom.psd ├── Drawing Tablet.psd ├── Field Nation.psd ├── Font │ └── ArcheAge (Black Black Chancery) (dafont).TTF ├── Fusion 360.psd ├── Game Maker Studio.psd ├── Garry's Mod.psd ├── Github.psd ├── Godot Engine.psd ├── Krita.psd ├── Mozilla Thunderbird.psd ├── Mumble.psd ├── MusicBee.psd ├── Netflix.psd ├── OBS Studio.psd ├── Overwatch.psd ├── Overwolf.psd ├── Photoshop.psd ├── Popcorn Time.psd ├── Putty.psd ├── RPG Maker.psd ├── Rytmik Ultimate.psd ├── Scar divi.psd ├── Shadron.psd ├── Squad.psd ├── Stardew Valley.psd ├── SteamVR.psd ├── Technic Launcher.psd ├── Template.psd ├── The Forest.psd ├── Transmission.psd ├── TwitchApp.psd ├── Undertale.psd ├── VSCode.psd ├── Winamp.psd ├── Winscp.psd ├── WoW-Alliance.psd ├── WoW-Horde.psd ├── World of Tanks.psd └── osu!.psd ├── README.md ├── Template ├── Style 1.ini └── Template.psd └── Variables.md /Buttons/Amazon Music/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Amazon Music 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=amazonmusic 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#AmazonMusic# -------------------------------------------------------------------------------- /Buttons/Amazon Music/amazonmusic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Amazon Music/amazonmusic.png -------------------------------------------------------------------------------- /Buttons/ArcheAge/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=ArcheAge 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=archeage 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#ArcheAge# -------------------------------------------------------------------------------- /Buttons/ArcheAge/Style 2.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=ArcheAge 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=archeage_2 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#ArcheAge# -------------------------------------------------------------------------------- /Buttons/ArcheAge/archeage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/ArcheAge/archeage.png -------------------------------------------------------------------------------- /Buttons/ArcheAge/archeage_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/ArcheAge/archeage_2.png -------------------------------------------------------------------------------- /Buttons/Arduboy/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Arduboy 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=arduboy 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Arduboy# -------------------------------------------------------------------------------- /Buttons/Arduboy/arduboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Arduboy/arduboy.png -------------------------------------------------------------------------------- /Buttons/Arduino/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Arduino 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=arduino 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Arduino# -------------------------------------------------------------------------------- /Buttons/Arduino/arduino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Arduino/arduino.png -------------------------------------------------------------------------------- /Buttons/Aseprite/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Aseprite 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=aseprite 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Aseprite# -------------------------------------------------------------------------------- /Buttons/Aseprite/aseprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Aseprite/aseprite.png -------------------------------------------------------------------------------- /Buttons/Atlassian SourceTree/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Atlassian SourceTree 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=sourcetree 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#AtlassianSourceTree# -------------------------------------------------------------------------------- /Buttons/Atlassian SourceTree/sourcetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Atlassian SourceTree/sourcetree.png -------------------------------------------------------------------------------- /Buttons/Atom/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Atom 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=atom 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#Atom# -------------------------------------------------------------------------------- /Buttons/Atom/atom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Atom/atom.png -------------------------------------------------------------------------------- /Buttons/Balabolka/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Balabolka 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=balabolka 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#Balabolka# -------------------------------------------------------------------------------- /Buttons/Balabolka/Style 2.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Balabolka 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=balabolka_2 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#Balabolka# -------------------------------------------------------------------------------- /Buttons/Balabolka/balabolka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Balabolka/balabolka.png -------------------------------------------------------------------------------- /Buttons/Balabolka/balabolka_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Balabolka/balabolka_2.png -------------------------------------------------------------------------------- /Buttons/Computer/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | Author=http://Lybrica.deviantart.com/ 4 | infomation=Button made by Kavex https://github.com/Kavex/CircleLauncherButtons 5 | @include=#@#Variables.inc 6 | 7 | 8 | [Image] 9 | Meter=Button 10 | ButtonImage=computer 11 | X=0 12 | Y=0 13 | LeftMouseUpAction=#Computer# -------------------------------------------------------------------------------- /Buttons/Computer/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Computer/computer.png -------------------------------------------------------------------------------- /Buttons/Curse/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Curse 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=curse 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Curse# -------------------------------------------------------------------------------- /Buttons/Curse/curse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Curse/curse.png -------------------------------------------------------------------------------- /Buttons/Diablo 3/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Diablo 3 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=d3 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Diablo3# -------------------------------------------------------------------------------- /Buttons/Diablo 3/d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Diablo 3/d3.png -------------------------------------------------------------------------------- /Buttons/Dolphin/Dolphin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Dolphin/Dolphin.png -------------------------------------------------------------------------------- /Buttons/Dolphin/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Dolphin 7 | Author=https://github.com/aaether32323 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=Dolphin 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Dolphin# 18 | -------------------------------------------------------------------------------- /Buttons/Doom/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Doom 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=doom 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Doom# -------------------------------------------------------------------------------- /Buttons/Doom/doom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Doom/doom.png -------------------------------------------------------------------------------- /Buttons/Drawing Tablet/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Drawing Tablet Program 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=drawingtablet 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#DrawingTablet# -------------------------------------------------------------------------------- /Buttons/Drawing Tablet/Style 2.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Drawing Tablet Program 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=drawingtablet_2 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#DrawingTablet# -------------------------------------------------------------------------------- /Buttons/Drawing Tablet/drawingtablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Drawing Tablet/drawingtablet.png -------------------------------------------------------------------------------- /Buttons/Drawing Tablet/drawingtablet_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Drawing Tablet/drawingtablet_2.png -------------------------------------------------------------------------------- /Buttons/Field Nation/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Field Nation 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=fieldnation 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#FieldNation# -------------------------------------------------------------------------------- /Buttons/Field Nation/fieldnation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Field Nation/fieldnation.png -------------------------------------------------------------------------------- /Buttons/Fusion 360/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Fusion 360 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=fusion360 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Fusion360# -------------------------------------------------------------------------------- /Buttons/Fusion 360/fusion360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Fusion 360/fusion360.png -------------------------------------------------------------------------------- /Buttons/Game Maker Studio/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Game Maker Studio 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=gamemaker 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#GameMakerStudio# -------------------------------------------------------------------------------- /Buttons/Game Maker Studio/gamemaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Game Maker Studio/gamemaker.png -------------------------------------------------------------------------------- /Buttons/Garrys Mod/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Garry's Mod 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=gmod 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#GarrysMod# -------------------------------------------------------------------------------- /Buttons/Garrys Mod/gmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Garrys Mod/gmod.png -------------------------------------------------------------------------------- /Buttons/Github/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Github 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=github 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Github# -------------------------------------------------------------------------------- /Buttons/Github/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Github/github.png -------------------------------------------------------------------------------- /Buttons/Godot Engine/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Godot Engine 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=godot 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Godot# -------------------------------------------------------------------------------- /Buttons/Godot Engine/godot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Godot Engine/godot.png -------------------------------------------------------------------------------- /Buttons/Krita/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Krita 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=krita 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Krita# -------------------------------------------------------------------------------- /Buttons/Krita/krita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Krita/krita.png -------------------------------------------------------------------------------- /Buttons/Microsoft Visual Studio Code/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=VS Code 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=vscode 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#MicrosoftVisualStudioCode# -------------------------------------------------------------------------------- /Buttons/Microsoft Visual Studio Code/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Microsoft Visual Studio Code/vscode.png -------------------------------------------------------------------------------- /Buttons/Mozilla Thunderbird/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Mozilla Thunderbird 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=thunderbird 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#MozillaThunderbird# -------------------------------------------------------------------------------- /Buttons/Mozilla Thunderbird/thunderbird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Mozilla Thunderbird/thunderbird.png -------------------------------------------------------------------------------- /Buttons/Mumble/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Mumble 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | 13 | [Image] 14 | Meter=Button 15 | ButtonImage=mumble 16 | X=0 17 | Y=0 18 | LeftMouseUpAction=#Mumble# -------------------------------------------------------------------------------- /Buttons/Mumble/mumble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Mumble/mumble.png -------------------------------------------------------------------------------- /Buttons/MusicBee/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=MusicBee 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=musicbee 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#MusicBee# -------------------------------------------------------------------------------- /Buttons/MusicBee/musicbee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/MusicBee/musicbee.png -------------------------------------------------------------------------------- /Buttons/Netflix/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Netflix 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=netflix 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#Netflix# -------------------------------------------------------------------------------- /Buttons/Netflix/netflix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Netflix/netflix.png -------------------------------------------------------------------------------- /Buttons/OBS Studio/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=OBS Studio 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=obs 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#OBSStudio# -------------------------------------------------------------------------------- /Buttons/OBS Studio/obs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/OBS Studio/obs.png -------------------------------------------------------------------------------- /Buttons/Overwatch/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Overwatch 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=overwatch 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Overwatch# -------------------------------------------------------------------------------- /Buttons/Overwatch/overwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Overwatch/overwatch.png -------------------------------------------------------------------------------- /Buttons/Overwolf/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Overwolf 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=overwolf 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Overwolf# -------------------------------------------------------------------------------- /Buttons/Overwolf/overwolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Overwolf/overwolf.png -------------------------------------------------------------------------------- /Buttons/Photoshop/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Photoshop 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=ps 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Photoshop# -------------------------------------------------------------------------------- /Buttons/Photoshop/Style 2.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Photoshop 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=ps-graphic 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#AdobePhotoshop# -------------------------------------------------------------------------------- /Buttons/Photoshop/ps-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Photoshop/ps-graphic.png -------------------------------------------------------------------------------- /Buttons/Photoshop/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Photoshop/ps.png -------------------------------------------------------------------------------- /Buttons/Popcorn Time/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=PopcornTime 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=popcorntime 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#PopcornTime# -------------------------------------------------------------------------------- /Buttons/Popcorn Time/popcorntime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Popcorn Time/popcorntime.png -------------------------------------------------------------------------------- /Buttons/Putty/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Putty 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=putty 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Putty# -------------------------------------------------------------------------------- /Buttons/Putty/Style 2.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Putty 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=putty_2 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Putty# -------------------------------------------------------------------------------- /Buttons/Putty/putty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Putty/putty.png -------------------------------------------------------------------------------- /Buttons/Putty/putty_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Putty/putty_2.png -------------------------------------------------------------------------------- /Buttons/RPG Maker/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=RPG Maker 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=rpgmaker 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#RPGMaker# -------------------------------------------------------------------------------- /Buttons/RPG Maker/rpgmaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/RPG Maker/rpgmaker.png -------------------------------------------------------------------------------- /Buttons/Rytmik Ultimate/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Rytmik Ultimate 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=rytmik 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#RytmikUltimate# -------------------------------------------------------------------------------- /Buttons/Rytmik Ultimate/rytmik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Rytmik Ultimate/rytmik.png -------------------------------------------------------------------------------- /Buttons/SCAR Divi/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=SCAR Divi 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=scardivi 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#ScarDivi# -------------------------------------------------------------------------------- /Buttons/SCAR Divi/scardivi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/SCAR Divi/scardivi.png -------------------------------------------------------------------------------- /Buttons/Shadron/Style1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Shadron 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | 13 | [Image] 14 | Meter=Button 15 | ButtonImage=shadron 16 | X=0 17 | Y=0 18 | LeftMouseUpAction=#Shadron# -------------------------------------------------------------------------------- /Buttons/Shadron/shadron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Shadron/shadron.png -------------------------------------------------------------------------------- /Buttons/Squad/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Squad 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=squad 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#Squad# -------------------------------------------------------------------------------- /Buttons/Squad/squad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Squad/squad.png -------------------------------------------------------------------------------- /Buttons/Stardew Valley/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Stardew Valley 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=stardewvalley 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#StardewValley# -------------------------------------------------------------------------------- /Buttons/Stardew Valley/stardewvalley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Stardew Valley/stardewvalley.png -------------------------------------------------------------------------------- /Buttons/SteamVR/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=SteamVR 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=steamvr 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#SteamVR# -------------------------------------------------------------------------------- /Buttons/SteamVR/steamvr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/SteamVR/steamvr.png -------------------------------------------------------------------------------- /Buttons/Technic Launcher/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Technic Launcher 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=technic 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#TechnicLauncher# -------------------------------------------------------------------------------- /Buttons/Technic Launcher/technic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Technic Launcher/technic.png -------------------------------------------------------------------------------- /Buttons/The Forest/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=The Forest 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=forest 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#TheForest# -------------------------------------------------------------------------------- /Buttons/The Forest/forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/The Forest/forest.png -------------------------------------------------------------------------------- /Buttons/Transmission/transmission.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Transmission 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=transmission 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Transmission# -------------------------------------------------------------------------------- /Buttons/Transmission/transmission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Transmission/transmission.png -------------------------------------------------------------------------------- /Buttons/Twitch App/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Twitch App 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=twitch 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#TwitchApp# -------------------------------------------------------------------------------- /Buttons/Twitch App/twitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Twitch App/twitch.png -------------------------------------------------------------------------------- /Buttons/Undertale/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Undertale 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | ;http://ezevig.deviantart.com/art/Undertale-Icon-3-609843829; 12 | 13 | [Image] 14 | Meter=Button 15 | ButtonImage=undertale 16 | X=0 17 | Y=0 18 | LeftMouseUpAction=#Undertale# -------------------------------------------------------------------------------- /Buttons/Undertale/undertale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Undertale/undertale.png -------------------------------------------------------------------------------- /Buttons/Winamp/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Winamp 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=winamp 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Winamp# -------------------------------------------------------------------------------- /Buttons/Winamp/winamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Winamp/winamp.png -------------------------------------------------------------------------------- /Buttons/Winscp/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Winscp 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=winscp 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Winscp# -------------------------------------------------------------------------------- /Buttons/Winscp/winscp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/Winscp/winscp.png -------------------------------------------------------------------------------- /Buttons/World of Tanks/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=World of Tanks 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=worldoftanks 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#WorldofTanks# -------------------------------------------------------------------------------- /Buttons/World of Tanks/worldoftanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/World of Tanks/worldoftanks.png -------------------------------------------------------------------------------- /Buttons/World of Warcraft/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=World of Warcraft 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | [Image] 12 | Meter=Button 13 | ButtonImage=horde 14 | X=0 15 | Y=0 16 | LeftMouseUpAction=#WorldofWarcraft# -------------------------------------------------------------------------------- /Buttons/World of Warcraft/Style 2.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=World of Warcraft 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | 13 | [Image] 14 | Meter=Button 15 | ButtonImage=alliance 16 | X=0 17 | Y=0 18 | LeftMouseUpAction=#WorldofWarcraft# -------------------------------------------------------------------------------- /Buttons/World of Warcraft/alliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/World of Warcraft/alliance.png -------------------------------------------------------------------------------- /Buttons/World of Warcraft/horde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/World of Warcraft/horde.png -------------------------------------------------------------------------------- /Buttons/osu!/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=osu! 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=osu! 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#osu!# -------------------------------------------------------------------------------- /Buttons/osu!/osu!.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Buttons/osu!/osu!.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) [2016] [Kavex] 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /PSD/Amazon Music.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Amazon Music.psd -------------------------------------------------------------------------------- /PSD/Anime Folder.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Anime Folder.psd -------------------------------------------------------------------------------- /PSD/ArcheAge.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/ArcheAge.psd -------------------------------------------------------------------------------- /PSD/Arduboy.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Arduboy.psd -------------------------------------------------------------------------------- /PSD/Arduino.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Arduino.psd -------------------------------------------------------------------------------- /PSD/Aseprite.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Aseprite.psd -------------------------------------------------------------------------------- /PSD/Atlassian SourceTree.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Atlassian SourceTree.psd -------------------------------------------------------------------------------- /PSD/Atom.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Atom.psd -------------------------------------------------------------------------------- /PSD/Balabolka.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Balabolka.psd -------------------------------------------------------------------------------- /PSD/Computer.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Computer.psd -------------------------------------------------------------------------------- /PSD/Curse.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Curse.psd -------------------------------------------------------------------------------- /PSD/Diablo 3.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Diablo 3.psd -------------------------------------------------------------------------------- /PSD/Doom.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Doom.psd -------------------------------------------------------------------------------- /PSD/Drawing Tablet.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Drawing Tablet.psd -------------------------------------------------------------------------------- /PSD/Field Nation.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Field Nation.psd -------------------------------------------------------------------------------- /PSD/Font/ArcheAge (Black Black Chancery) (dafont).TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Font/ArcheAge (Black Black Chancery) (dafont).TTF -------------------------------------------------------------------------------- /PSD/Fusion 360.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Fusion 360.psd -------------------------------------------------------------------------------- /PSD/Game Maker Studio.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Game Maker Studio.psd -------------------------------------------------------------------------------- /PSD/Garry's Mod.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Garry's Mod.psd -------------------------------------------------------------------------------- /PSD/Github.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Github.psd -------------------------------------------------------------------------------- /PSD/Godot Engine.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Godot Engine.psd -------------------------------------------------------------------------------- /PSD/Krita.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Krita.psd -------------------------------------------------------------------------------- /PSD/Mozilla Thunderbird.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Mozilla Thunderbird.psd -------------------------------------------------------------------------------- /PSD/Mumble.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Mumble.psd -------------------------------------------------------------------------------- /PSD/MusicBee.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/MusicBee.psd -------------------------------------------------------------------------------- /PSD/Netflix.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Netflix.psd -------------------------------------------------------------------------------- /PSD/OBS Studio.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/OBS Studio.psd -------------------------------------------------------------------------------- /PSD/Overwatch.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Overwatch.psd -------------------------------------------------------------------------------- /PSD/Overwolf.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Overwolf.psd -------------------------------------------------------------------------------- /PSD/Photoshop.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Photoshop.psd -------------------------------------------------------------------------------- /PSD/Popcorn Time.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Popcorn Time.psd -------------------------------------------------------------------------------- /PSD/Putty.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Putty.psd -------------------------------------------------------------------------------- /PSD/RPG Maker.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/RPG Maker.psd -------------------------------------------------------------------------------- /PSD/Rytmik Ultimate.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Rytmik Ultimate.psd -------------------------------------------------------------------------------- /PSD/Scar divi.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Scar divi.psd -------------------------------------------------------------------------------- /PSD/Shadron.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Shadron.psd -------------------------------------------------------------------------------- /PSD/Squad.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Squad.psd -------------------------------------------------------------------------------- /PSD/Stardew Valley.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Stardew Valley.psd -------------------------------------------------------------------------------- /PSD/SteamVR.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/SteamVR.psd -------------------------------------------------------------------------------- /PSD/Technic Launcher.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Technic Launcher.psd -------------------------------------------------------------------------------- /PSD/Template.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Template.psd -------------------------------------------------------------------------------- /PSD/The Forest.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/The Forest.psd -------------------------------------------------------------------------------- /PSD/Transmission.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Transmission.psd -------------------------------------------------------------------------------- /PSD/TwitchApp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/TwitchApp.psd -------------------------------------------------------------------------------- /PSD/Undertale.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Undertale.psd -------------------------------------------------------------------------------- /PSD/VSCode.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/VSCode.psd -------------------------------------------------------------------------------- /PSD/Winamp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Winamp.psd -------------------------------------------------------------------------------- /PSD/Winscp.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/Winscp.psd -------------------------------------------------------------------------------- /PSD/WoW-Alliance.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/WoW-Alliance.psd -------------------------------------------------------------------------------- /PSD/WoW-Horde.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/WoW-Horde.psd -------------------------------------------------------------------------------- /PSD/World of Tanks.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/World of Tanks.psd -------------------------------------------------------------------------------- /PSD/osu!.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/PSD/osu!.psd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | These are my Circle Launcher buttons I made for Lybrica's Rainmeter Skin 2 | 3 | ------------------- Downloads ------------------- 4 | 5 | [Download Buttons](https://github.com/Kavex/CircleLauncherButtons/archive/master.zip) 6 | 7 | [Download Circle Launcher 2.11 (My Custom Verison)](https://github.com/Kavex/CircleLauncherButtons/archive/Custom-Launcher.zip) 8 | 9 | 10 | ------------------- Infomation ------------------- 11 | 12 | 13 | [Guide on how to make Circle Buttons](https://github.com/Kavex/CircleLauncherButtons/wiki) 14 | 15 | http://Lybrica.deviantart.com/ 16 | 17 | https://www.rainmeter.net/ 18 | 19 | Cheers, 20 | Kerrigan 21 | 22 | ------------------- Variables ------------------- 23 | 24 | You can find the variables in the [Variables.md](https://github.com/Kavex/CircleLauncherButtons/blob/master/Variables.md) file 25 | -------------------------------------------------------------------------------- /Template/Style 1.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | @include=#@#Variables.inc 4 | 5 | [Metadata] 6 | Name=Name 7 | Author=https://github.com/Kavex/CircleLauncherButtons 8 | Information=http://Lybrica.deviantart.com 9 | License=MIT 10 | Version=1.0 11 | 12 | [Image] 13 | Meter=Button 14 | ButtonImage=Name 15 | X=0 16 | Y=0 17 | LeftMouseUpAction=#Name# -------------------------------------------------------------------------------- /Template/Template.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kavex/CircleLauncherButtons/ec044b108058d7e8444a96abc8adeb6e42ed6b3d/Template/Template.psd -------------------------------------------------------------------------------- /Variables.md: -------------------------------------------------------------------------------- 1 | AdobePhotoshop=["C:\Path\To\App.exe"] 2 | 3 | AmazonMusic=["C:\Path\To\App.exe"] 4 | 5 | ArcheAge="steam://rungameid/304030" 6 | 7 | Arduboy=["C:\Path\To\App.exe"] 8 | 9 | Arduino=["C:\Program Files (x86)\Arduino\arduino.exe"] 10 | 11 | Aseprite="steam://rungameid/431730" 12 | 13 | AtlassianSourceTree=["C:\Program Files (x86)\Atlassian\SourceTree\SourceTree.exe"] 14 | 15 | Atom=["C:\Path\To\App.exe"] 16 | 17 | Balabolka=["C:\Program Files (x86)\Balabolka\balabolka.exe"] 18 | 19 | Computer=["%SystemRoot%\explorer.exe"] 20 | 21 | Curse=["C:\Path\To\App.exe"] 22 | 23 | Diablo3=["C:\Program Files (x86)\Diablo III\Diablo III Launcher.exe"] 24 | 25 | Doom="steam://rungameid/379720" 26 | 27 | FieldNation=["https://fieldnation.com"] 28 | 29 | Fusion360=["C:\Path\To\App.exe"] 30 | 31 | GameMakerStudio"steam://rungameid/214850" 32 | 33 | GarrysMod="steam://rungameid/4000" 34 | 35 | Github=["https://github.com/"] 36 | 37 | Godot=["C:\Path\To\App.exe"] 38 | 39 | Krita=["C:\Program Files\Krita (x64)\bin\krita.exe"] 40 | 41 | MicrosoftVisualStudioCode=["C:\Path\To\App.exe"] 42 | 43 | MozillaThunderbird=["C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe"] 44 | 45 | Mumble=["C:\Program Files (x86)\Mumble\mumble.exe"] 46 | 47 | MusicBeeCurse=["C:\Path\To\App.exe"] 48 | 49 | Netflix=["http://netflix.com"] 50 | 51 | OBSStudio=["C:\Program Files (x86)\obs-studio\bin\32bit\obs32.exe"] 52 | 53 | osu!=["C:\Path\To\App.exe"] 54 | 55 | Overwatch=["C:\Program Files (x86)\Overwatch\Overwatch Launcher.exe"] 56 | 57 | Overwolf=["C:\Path\To\App.exe"] 58 | 59 | PopcornTime=["C:\Program Files (x86)\Popcorn Time\PopcornTimeDesktop.exe"] 60 | 61 | Putty=["C:\Program Files (x86)\PuTTY\putty.exe"] 62 | 63 | RPGMaker=["C:\Path\To\App.exe"] 64 | 65 | RytmikUltimate="steam://rungameid/375840" 66 | 67 | ScarDivi=["C:\Program Files (x86)\SCAR Divi\bin\scar.exe"] 68 | 69 | Shadron=["C:\Path\To\App.exe"] 70 | 71 | Squad=["C:\Path\To\App.exe"] 72 | 73 | StardewValley"steam://rungameid/413150" 74 | 75 | TechnicLauncher=["C:\Path\To\App.exe"] 76 | 77 | Transmission=["C:\Path\To\App.exe"] 78 | 79 | TheForest="steam://rungameid/242760" 80 | 81 | TwitchApp=["C:\Path\To\App.exe"] 82 | 83 | Undertale="steam://rungameid/391540" 84 | 85 | Winamp=["C:\Path\To\App.exe"] 86 | 87 | Winscp=["C:\Program Files (x86)\WinSCP\WinSCP.exe"] 88 | 89 | WorldofTanks=["C:\Path\To\App.exe"] 90 | 91 | WorldofWarcraft=["C:\Program Files (x86)\World of Warcraft\World of Warcraft Launcher.exe"] --------------------------------------------------------------------------------