├── GPInstallerBuilder ├── Files32 │ ├── en-US │ │ ├── Sidebar.exe.mui │ │ └── sbdrop.dll.mui │ ├── pl-PL │ │ ├── Sidebar.exe.mui │ │ └── sbdrop.dll.mui │ ├── sbdrop.dll │ ├── settings.ini │ ├── sidebar.exe │ └── wlsrvc.dll ├── Files64 │ ├── Gadgets │ │ ├── All_CPU_Meter.gadget │ │ │ ├── CoreTempReader.dll │ │ │ ├── Donate.png │ │ │ ├── GetCoreTempInfoNET.dll │ │ │ ├── Share.png │ │ │ ├── SystemInfo.dll │ │ │ ├── alarm1.mp3 │ │ │ ├── alarm2.mp3 │ │ │ ├── alarm3.mp3 │ │ │ ├── alarm4.mp3 │ │ │ ├── alarm5.mp3 │ │ │ ├── amd.png │ │ │ ├── arrow.gif │ │ │ ├── barback.png │ │ │ ├── bartop.png │ │ │ ├── bg_110.png │ │ │ ├── bg_140.png │ │ │ ├── bg_170.png │ │ │ ├── bg_200.png │ │ │ ├── bg_230.png │ │ │ ├── bg_260.png │ │ │ ├── bg_290.png │ │ │ ├── bg_320.png │ │ │ ├── bg_350.png │ │ │ ├── bg_380.png │ │ │ ├── bg_410.png │ │ │ ├── bg_440.png │ │ │ ├── blackwhite.png │ │ │ ├── blank.png │ │ │ ├── cpu.png │ │ │ ├── cross.gif │ │ │ ├── drag.png │ │ │ ├── flyout.css │ │ │ ├── flyout.html │ │ │ ├── flyout.js │ │ │ ├── follow_me-a.png │ │ │ ├── gadget.css │ │ │ ├── gadget.html │ │ │ ├── gadget.js │ │ │ ├── gadget.xml │ │ │ ├── hs.png │ │ │ ├── hv.png │ │ │ ├── icon.png │ │ │ ├── intel.png │ │ │ ├── jscolor.js │ │ │ ├── libhelper.js │ │ │ ├── likebox.png │ │ │ ├── picon.png │ │ │ ├── settings.css │ │ │ ├── settings.html │ │ │ └── settings.js │ │ ├── AppLauncher.gadget │ │ │ ├── css │ │ │ │ ├── flyout_fav.css │ │ │ │ ├── flyout_rb.css │ │ │ │ ├── launcher.css │ │ │ │ └── settings.css │ │ │ ├── drag.png │ │ │ ├── flyoutFav.html │ │ │ ├── flyoutRB.html │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── Error.png │ │ │ │ ├── FavsFF.png │ │ │ │ ├── FavsIE.png │ │ │ │ ├── FavsOP.png │ │ │ │ ├── backgrounds │ │ │ │ │ ├── bg1.jpg │ │ │ │ │ ├── bg10.jpg │ │ │ │ │ ├── bg11.jpg │ │ │ │ │ ├── bg12.jpg │ │ │ │ │ ├── bg13.jpg │ │ │ │ │ ├── bg14.jpg │ │ │ │ │ ├── bg15.jpg │ │ │ │ │ ├── bg16.jpg │ │ │ │ │ ├── bg17.jpg │ │ │ │ │ ├── bg18.jpg │ │ │ │ │ ├── bg19.jpg │ │ │ │ │ ├── bg2.jpg │ │ │ │ │ ├── bg20.jpg │ │ │ │ │ ├── bg21.jpg │ │ │ │ │ ├── bg22.jpg │ │ │ │ │ ├── bg23.jpg │ │ │ │ │ ├── bg24.jpg │ │ │ │ │ ├── bg25.jpg │ │ │ │ │ ├── bg26.jpg │ │ │ │ │ ├── bg27.jpg │ │ │ │ │ ├── bg28.jpg │ │ │ │ │ ├── bg29.jpg │ │ │ │ │ ├── bg3.jpg │ │ │ │ │ ├── bg30.jpg │ │ │ │ │ ├── bg4.jpg │ │ │ │ │ ├── bg5.jpg │ │ │ │ │ ├── bg6.jpg │ │ │ │ │ ├── bg7.jpg │ │ │ │ │ ├── bg8.jpg │ │ │ │ │ └── bg9.jpg │ │ │ │ ├── blank.png │ │ │ │ ├── borderBL.png │ │ │ │ ├── borderBR.png │ │ │ │ ├── borderBtm.png │ │ │ │ ├── borderL.png │ │ │ │ ├── borderR.png │ │ │ │ ├── borderTL.png │ │ │ │ ├── borderTR.png │ │ │ │ ├── borderTop.png │ │ │ │ ├── divLong.png │ │ │ │ ├── divSmall.png │ │ │ │ ├── down.png │ │ │ │ ├── drag.png │ │ │ │ ├── fill.png │ │ │ │ ├── folder.png │ │ │ │ ├── highlight.png │ │ │ │ ├── hr.png │ │ │ │ ├── icon.png │ │ │ │ ├── left.gif │ │ │ │ ├── logo.png │ │ │ │ ├── m3u.png │ │ │ │ ├── mfill.png │ │ │ │ ├── network.ico │ │ │ │ ├── rbEmpty.ico │ │ │ │ ├── rbFull.ico │ │ │ │ ├── right.gif │ │ │ │ ├── up.png │ │ │ │ ├── urlFF.png │ │ │ │ ├── urlIE.png │ │ │ │ └── urlOP.png │ │ │ ├── js │ │ │ │ ├── dom-drag.js │ │ │ │ ├── flyout_fav.js │ │ │ │ ├── flyout_rb.js │ │ │ │ ├── launcher.js │ │ │ │ ├── settings.js │ │ │ │ └── shared.js │ │ │ ├── launcher.html │ │ │ └── settings.html │ │ ├── Battery.gadget │ │ │ ├── author.txt │ │ │ ├── background.png │ │ │ ├── battery.html │ │ │ ├── bin │ │ │ │ ├── BatteryGauge.dll │ │ │ │ └── Gadget.Interop.dll │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── iconnew.png │ │ │ ├── icons │ │ │ │ ├── battery_0.png │ │ │ │ ├── battery_1.png │ │ │ │ ├── battery_2.png │ │ │ │ ├── battery_3.png │ │ │ │ ├── battery_4.png │ │ │ │ ├── battery_5.png │ │ │ │ ├── battery_6.png │ │ │ │ ├── battery_7.png │ │ │ │ ├── battery_8.png │ │ │ │ ├── battery_na.png │ │ │ │ ├── power_ac.png │ │ │ │ ├── power_blank.png │ │ │ │ └── power_charging.png │ │ │ ├── js │ │ │ │ ├── GadgetInterop.js │ │ │ │ └── battery.js │ │ │ └── logo.png │ │ ├── CPU.Gadget │ │ │ ├── drag.png │ │ │ ├── en-US │ │ │ │ ├── cpu.html │ │ │ │ ├── css │ │ │ │ │ └── cpu.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ └── cpu.js │ │ │ │ └── logo.png │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── back.png │ │ │ │ ├── back_.png │ │ │ │ ├── back_lrg.png │ │ │ │ ├── back_lrg_.png │ │ │ │ ├── dial.png │ │ │ │ ├── dial_lrg.png │ │ │ │ ├── dial_lrg_sml.png │ │ │ │ ├── dial_sml.png │ │ │ │ ├── dialdot.png │ │ │ │ ├── dialdot_lrg.png │ │ │ │ ├── glass.png │ │ │ │ └── glass_lrg.png │ │ │ └── logo.png │ │ ├── Calendar.Gadget │ │ │ ├── calendar.html │ │ │ ├── css │ │ │ │ └── calendar.css │ │ │ ├── de │ │ │ │ ├── calendar.html │ │ │ │ ├── css │ │ │ │ │ └── calendar.css │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── calendar.js │ │ │ ├── drag.png │ │ │ ├── fr │ │ │ │ ├── calendar.html │ │ │ │ ├── css │ │ │ │ │ └── calendar.css │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── calendar.js │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── bNext-disable.png │ │ │ │ ├── bNext-down.png │ │ │ │ ├── bNext-hot.png │ │ │ │ ├── bNext.png │ │ │ │ ├── bPrev-disable.png │ │ │ │ ├── bPrev-down.png │ │ │ │ ├── bPrev-hot.png │ │ │ │ ├── bPrev.png │ │ │ │ ├── bg-desk.png │ │ │ │ ├── bg-dock.png │ │ │ │ ├── bg-today.png │ │ │ │ ├── calendar_double.png │ │ │ │ ├── calendar_double_bkg.png │ │ │ │ ├── calendar_double_orange.png │ │ │ │ ├── calendar_ring_docked.png │ │ │ │ ├── calendar_single.png │ │ │ │ ├── calendar_single_bkg.png │ │ │ │ ├── calendar_single_bkg_orange.png │ │ │ │ ├── calendar_single_orange.png │ │ │ │ ├── corner.png │ │ │ │ ├── curl-hot.png │ │ │ │ ├── curl.png │ │ │ │ ├── month.png │ │ │ │ ├── rings-desk.png │ │ │ │ └── rings-dock.png │ │ │ ├── ja │ │ │ │ ├── calendar.html │ │ │ │ ├── css │ │ │ │ │ └── calendar.css │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── calendar.js │ │ │ ├── js │ │ │ │ └── calendar.js │ │ │ ├── logo.png │ │ │ ├── ru │ │ │ │ ├── calendar.html │ │ │ │ ├── css │ │ │ │ │ └── calendar.css │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── calendar.js │ │ │ └── zh │ │ │ │ ├── calendar.html │ │ │ │ ├── css │ │ │ │ └── calendar.css │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ └── calendar.js │ │ ├── Clock.Gadget │ │ │ ├── clock.html │ │ │ ├── css │ │ │ │ ├── clock.css │ │ │ │ └── settings.css │ │ │ ├── de │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ ├── settings.js │ │ │ │ │ └── timeZones.js │ │ │ │ └── settings.html │ │ │ ├── drag.png │ │ │ ├── fr │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ ├── settings.js │ │ │ │ │ └── timeZones.js │ │ │ │ └── settings.html │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── cronometer.png │ │ │ │ ├── cronometer_.png │ │ │ │ ├── cronometer_dot.png │ │ │ │ ├── cronometer_h.png │ │ │ │ ├── cronometer_m.png │ │ │ │ ├── cronometer_s.png │ │ │ │ ├── cronometer_settings.png │ │ │ │ ├── diner.png │ │ │ │ ├── diner_.png │ │ │ │ ├── diner_dot.png │ │ │ │ ├── diner_h.png │ │ │ │ ├── diner_m.png │ │ │ │ ├── diner_s.png │ │ │ │ ├── diner_settings.png │ │ │ │ ├── flower.png │ │ │ │ ├── flower_.png │ │ │ │ ├── flower_dot.png │ │ │ │ ├── flower_h.png │ │ │ │ ├── flower_m.png │ │ │ │ ├── flower_s.png │ │ │ │ ├── flower_settings.png │ │ │ │ ├── modern.png │ │ │ │ ├── modern_.png │ │ │ │ ├── modern_dot.png │ │ │ │ ├── modern_h.png │ │ │ │ ├── modern_m.png │ │ │ │ ├── modern_s.png │ │ │ │ ├── modern_settings.png │ │ │ │ ├── monitor.pdn │ │ │ │ ├── monitor.png │ │ │ │ ├── monitor_.png │ │ │ │ ├── monitor_dot.png │ │ │ │ ├── monitor_h.png │ │ │ │ ├── monitor_m.png │ │ │ │ ├── monitor_s.png │ │ │ │ ├── monitor_settings.png │ │ │ │ ├── novelty.png │ │ │ │ ├── novelty_.png │ │ │ │ ├── novelty_dot.png │ │ │ │ ├── novelty_h.png │ │ │ │ ├── novelty_m.png │ │ │ │ ├── novelty_s.png │ │ │ │ ├── novelty_settings.png │ │ │ │ ├── settings_box_bottom.png │ │ │ │ ├── settings_box_divider_left.png │ │ │ │ ├── settings_box_divider_right.png │ │ │ │ ├── settings_box_left.png │ │ │ │ ├── settings_box_right.png │ │ │ │ ├── settings_box_top.png │ │ │ │ ├── settings_corner_bottom_left.png │ │ │ │ ├── settings_corner_bottom_right.png │ │ │ │ ├── settings_corner_top_left.png │ │ │ │ ├── settings_corner_top_right.png │ │ │ │ ├── settings_divider.png │ │ │ │ ├── settings_divider_left.png │ │ │ │ ├── settings_divider_right.png │ │ │ │ ├── settings_left_disabled.png │ │ │ │ ├── settings_left_hover.png │ │ │ │ ├── settings_left_pressed.png │ │ │ │ ├── settings_left_rest.png │ │ │ │ ├── settings_right_disabled.png │ │ │ │ ├── settings_right_hover.png │ │ │ │ ├── settings_right_pressed.png │ │ │ │ ├── settings_right_rest.png │ │ │ │ ├── spacer_highlights.png │ │ │ │ ├── square.png │ │ │ │ ├── square_.png │ │ │ │ ├── square_dot.png │ │ │ │ ├── square_h.png │ │ │ │ ├── square_m.png │ │ │ │ ├── square_s.png │ │ │ │ ├── square_settings.png │ │ │ │ ├── system.png │ │ │ │ ├── system_.png │ │ │ │ ├── system_dot.png │ │ │ │ ├── system_h.png │ │ │ │ ├── system_m.png │ │ │ │ ├── system_s.png │ │ │ │ ├── system_settings.png │ │ │ │ ├── trad.png │ │ │ │ ├── trad_.png │ │ │ │ ├── trad_dot.png │ │ │ │ ├── trad_h.png │ │ │ │ ├── trad_m.png │ │ │ │ ├── trad_s.png │ │ │ │ ├── trad_settings.png │ │ │ │ └── tradold.png │ │ │ ├── ja │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ ├── settings.js │ │ │ │ │ └── timeZones.js │ │ │ │ └── settings.html │ │ │ ├── js │ │ │ │ ├── clock.js │ │ │ │ ├── settings.js │ │ │ │ └── timeZones.js │ │ │ ├── logo.png │ │ │ ├── ru │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ ├── settings.js │ │ │ │ │ └── timeZones.js │ │ │ │ └── settings.html │ │ │ ├── settings.html │ │ │ └── zh │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ ├── clock.js │ │ │ │ ├── settings.js │ │ │ │ └── timeZones.js │ │ │ │ └── settings.html │ │ ├── ClockDigital.gadget │ │ │ ├── drag.png │ │ │ ├── gadget.html │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── layout │ │ │ │ ├── zbl1.png │ │ │ │ └── zbl4.png │ │ │ ├── logo.png │ │ │ └── settings.html │ │ ├── ColorPalette.gadget │ │ │ ├── drag.png │ │ │ ├── flyout_more.html │ │ │ ├── flyout_zoom.html │ │ │ ├── gadget.xml │ │ │ ├── lib │ │ │ │ ├── ColorX32.dll │ │ │ │ ├── ColorX64.dll │ │ │ │ ├── colorx.js │ │ │ │ ├── flyout_more.js │ │ │ │ ├── flyout_zoom.js │ │ │ │ ├── main.js │ │ │ │ └── settings.js │ │ │ ├── logo.png │ │ │ ├── palette.html │ │ │ ├── res │ │ │ │ ├── bg.png │ │ │ │ ├── dropper.cur │ │ │ │ ├── dropper16.png │ │ │ │ ├── dropper32.png │ │ │ │ ├── fg.png │ │ │ │ ├── fgold.png │ │ │ │ ├── flyout_more.css │ │ │ │ ├── flyout_zoom.css │ │ │ │ ├── old │ │ │ │ │ ├── bg.png │ │ │ │ │ └── fg.png │ │ │ │ ├── palette.css │ │ │ │ ├── palette.png │ │ │ │ └── settings.css │ │ │ └── settings.html │ │ ├── ControlPanel.gadget │ │ │ ├── acd │ │ │ │ └── Run.lnk │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── index.html │ │ │ ├── logo.png │ │ │ └── src │ │ │ │ ├── Fondo.png │ │ │ │ ├── icon.png │ │ │ │ └── logo.png │ │ ├── Control_System.gadget │ │ │ ├── 56_back.png │ │ │ ├── 70_back.png │ │ │ ├── Donate.png │ │ │ ├── Hibernate.lnk │ │ │ ├── Logoff.lnk │ │ │ ├── Restart.lnk │ │ │ ├── Share.png │ │ │ ├── Shutdown.lnk │ │ │ ├── Standby.lnk │ │ │ ├── arrow.gif │ │ │ ├── blackwhite.png │ │ │ ├── cross.gif │ │ │ ├── drag.png │ │ │ ├── follow_me-a.png │ │ │ ├── gadget.css │ │ │ ├── gadget.html │ │ │ ├── gadget.js │ │ │ ├── gadget.xml │ │ │ ├── hibernate.png │ │ │ ├── hs.png │ │ │ ├── hv.png │ │ │ ├── icon.png │ │ │ ├── jscolor.js │ │ │ ├── likebox.png │ │ │ ├── lock.png │ │ │ ├── lock2.png │ │ │ ├── logoff.png │ │ │ ├── restart.png │ │ │ ├── settings.css │ │ │ ├── settings.html │ │ │ ├── settings.js │ │ │ ├── shutdown.png │ │ │ ├── slider.png │ │ │ └── standby.png │ │ ├── Countdown2Date.gadget │ │ │ ├── Settings.htm │ │ │ ├── copyright.txt │ │ │ ├── css │ │ │ │ ├── datepicker.css │ │ │ │ ├── gadget.css │ │ │ │ └── settings.css │ │ │ ├── datefunctions.js │ │ │ ├── datepicker.js │ │ │ ├── de │ │ │ │ ├── datepicker.js │ │ │ │ ├── gadget.xml │ │ │ │ └── strings.js │ │ │ ├── drag.png │ │ │ ├── es │ │ │ │ ├── datepicker.js │ │ │ │ ├── gadget.xml │ │ │ │ └── strings.js │ │ │ ├── fr │ │ │ │ ├── datepicker.js │ │ │ │ ├── gadget.xml │ │ │ │ └── strings.js │ │ │ ├── gadget.htm │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── PayPalDonate.gif │ │ │ │ ├── calendar_black.png │ │ │ │ ├── calendar_blue.png │ │ │ │ ├── calendar_brown.png │ │ │ │ ├── calendar_green.png │ │ │ │ ├── calendar_grey.png │ │ │ │ ├── calendar_orange.png │ │ │ │ ├── calendar_red.png │ │ │ │ ├── calendar_yellow.png │ │ │ │ ├── countdown_icon.png │ │ │ │ ├── sett_box_bottom.png │ │ │ │ ├── sett_box_div_l.png │ │ │ │ ├── sett_box_div_r.png │ │ │ │ ├── sett_box_l.png │ │ │ │ ├── sett_box_r.png │ │ │ │ ├── sett_box_top.png │ │ │ │ ├── sett_cnr_bottom_l.png │ │ │ │ ├── sett_cnr_bottom_r.png │ │ │ │ ├── sett_cnr_top_l.png │ │ │ │ ├── sett_cnr_top_r.png │ │ │ │ ├── sett_div.png │ │ │ │ ├── sett_div_l.png │ │ │ │ ├── sett_div_r.png │ │ │ │ ├── sett_l.png │ │ │ │ ├── sett_r.png │ │ │ │ └── thumbs │ │ │ │ │ ├── thmb_calendar_black.png │ │ │ │ │ ├── thmb_calendar_blue.png │ │ │ │ │ ├── thmb_calendar_brown.png │ │ │ │ │ ├── thmb_calendar_green.png │ │ │ │ │ ├── thmb_calendar_grey.png │ │ │ │ │ ├── thmb_calendar_orange.png │ │ │ │ │ ├── thmb_calendar_red.png │ │ │ │ │ └── thmb_calendar_yellow.png │ │ │ ├── it │ │ │ │ ├── datepicker.js │ │ │ │ ├── gadget.xml │ │ │ │ └── strings.js │ │ │ ├── main.js │ │ │ ├── nb │ │ │ │ ├── datepicker.js │ │ │ │ ├── gadget.xml │ │ │ │ └── strings.js │ │ │ ├── pt-BR │ │ │ │ ├── datepicker.js │ │ │ │ ├── gadget.xml │ │ │ │ └── strings.js │ │ │ ├── settings.js │ │ │ ├── strings.js │ │ │ └── versionupdate.js │ │ ├── Currency.Gadget │ │ │ ├── css │ │ │ │ └── currency.css │ │ │ ├── currency.html │ │ │ ├── de │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── localizedStrings.js │ │ │ ├── drag.png │ │ │ ├── fr │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── localizedStrings.js │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── activity16v.png │ │ │ │ ├── add_down.png │ │ │ │ ├── add_over.png │ │ │ │ ├── add_up.png │ │ │ │ ├── base-docked.png │ │ │ │ ├── base-docked_.png │ │ │ │ ├── base-undocked-2.png │ │ │ │ ├── base-undocked-2_.png │ │ │ │ ├── base-undocked-3.png │ │ │ │ ├── base-undocked-3_.png │ │ │ │ ├── base-undocked-4.png │ │ │ │ ├── base-undocked-4_.png │ │ │ │ ├── combo-hover-left.png │ │ │ │ ├── combo-hover-middle.png │ │ │ │ ├── combo-hover-right.png │ │ │ │ ├── delete_down.png │ │ │ │ ├── delete_over.png │ │ │ │ ├── delete_up.png │ │ │ │ ├── graph_down.png │ │ │ │ ├── graph_over.png │ │ │ │ ├── graph_up.png │ │ │ │ ├── info.png │ │ │ │ ├── row_over.png │ │ │ │ └── triangle.png │ │ │ ├── ja │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── localizedStrings.js │ │ │ ├── js │ │ │ │ ├── currency.js │ │ │ │ ├── library.js │ │ │ │ ├── localizedStrings.js │ │ │ │ └── service.js │ │ │ ├── logo.png │ │ │ ├── ru │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ └── localizedStrings.js │ │ │ └── zh │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ └── localizedStrings.js │ │ ├── DriveActivity.gadget │ │ │ ├── de │ │ │ │ ├── gadget.xml │ │ │ │ └── settings.html │ │ │ ├── drag.png │ │ │ ├── gadget.html │ │ │ ├── gadget.js │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── background1.png │ │ │ │ ├── background10.png │ │ │ │ ├── background10_.png │ │ │ │ ├── background11.png │ │ │ │ ├── background11_.png │ │ │ │ ├── background12.png │ │ │ │ ├── background12_.png │ │ │ │ ├── background1_.png │ │ │ │ ├── background2.png │ │ │ │ ├── background2_.png │ │ │ │ ├── background3.png │ │ │ │ ├── background3_.png │ │ │ │ ├── background4.png │ │ │ │ ├── background4_.png │ │ │ │ ├── background5.png │ │ │ │ ├── background5_.png │ │ │ │ ├── background6.png │ │ │ │ ├── background6_.png │ │ │ │ ├── background7.png │ │ │ │ ├── background7_.png │ │ │ │ ├── background8.png │ │ │ │ ├── background8_.png │ │ │ │ ├── background9.png │ │ │ │ ├── background9_.png │ │ │ │ ├── icon.png │ │ │ │ └── logo.png │ │ │ └── settings.html │ │ ├── DriveInfo.gadget │ │ │ ├── DriveInfo.html │ │ │ ├── Settings.html │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ └── images │ │ │ │ ├── backgrounds │ │ │ │ ├── background1.png │ │ │ │ ├── background2.png │ │ │ │ └── background3.png │ │ │ │ ├── canvas.png │ │ │ │ ├── drives │ │ │ │ ├── drive1.png │ │ │ │ ├── drive2.png │ │ │ │ ├── drive3.png │ │ │ │ ├── drive4.png │ │ │ │ ├── drive5.png │ │ │ │ └── drive6.png │ │ │ │ ├── meterblue.png │ │ │ │ ├── meterorange.png │ │ │ │ ├── meterred.png │ │ │ │ ├── notready.png │ │ │ │ └── settings │ │ │ │ ├── desktop.png │ │ │ │ ├── next.png │ │ │ │ ├── nexthover.png │ │ │ │ ├── nextpressed.png │ │ │ │ ├── previous.png │ │ │ │ ├── previoushover.png │ │ │ │ └── previouspressed.png │ │ ├── Gpugadgetnew.gadget │ │ │ ├── 154_back.png │ │ │ ├── 186_back.png │ │ │ ├── Donate.png │ │ │ ├── GPUStatusReader.dll │ │ │ ├── Share.png │ │ │ ├── alarm1.mp3 │ │ │ ├── alarm2.mp3 │ │ │ ├── alarm3.mp3 │ │ │ ├── alarm4.mp3 │ │ │ ├── alarm5.mp3 │ │ │ ├── arrow.gif │ │ │ ├── ati.png │ │ │ ├── barback.png │ │ │ ├── bartop.png │ │ │ ├── blackwhite.png │ │ │ ├── cross.gif │ │ │ ├── drag.png │ │ │ ├── follow_me-a.png │ │ │ ├── gadget.css │ │ │ ├── gadget.html │ │ │ ├── gadget.js │ │ │ ├── gadget.xml │ │ │ ├── hs.png │ │ │ ├── hv.png │ │ │ ├── icon.png │ │ │ ├── iconhi.png │ │ │ ├── jscolor.js │ │ │ ├── library.js │ │ │ ├── likebox.png │ │ │ ├── nvidia.png │ │ │ ├── nvsulib.dll │ │ │ ├── nvsulib64.dll │ │ │ ├── settings.css │ │ │ ├── settings.html │ │ │ └── settings.js │ │ ├── MSN Weather 2_0.gadget │ │ │ ├── WeatherSettings.txt │ │ │ ├── css │ │ │ │ ├── flyout.css │ │ │ │ ├── settings.css │ │ │ │ └── weather.css │ │ │ ├── de │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ ├── localizedLibrary.js │ │ │ │ │ └── localizedStrings.js │ │ │ ├── drag.png │ │ │ ├── flyout.html │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── 1-1.gif │ │ │ │ ├── 1-1.png │ │ │ │ ├── 1-2.gif │ │ │ │ ├── 1-2.png │ │ │ │ ├── 1-3.gif │ │ │ │ ├── 1-3.png │ │ │ │ ├── 1-4.gif │ │ │ │ ├── 1-4.png │ │ │ │ ├── 1-5.gif │ │ │ │ ├── 1-5.png │ │ │ │ ├── 1-6.gif │ │ │ │ ├── 1-6.png │ │ │ │ ├── 1-7.gif │ │ │ │ ├── 1-7.png │ │ │ │ ├── 1-8.gif │ │ │ │ ├── 1-8.png │ │ │ │ ├── 1-9.gif │ │ │ │ ├── 1-9.png │ │ │ │ ├── 1.gif │ │ │ │ ├── 1.png │ │ │ │ ├── 10.gif │ │ │ │ ├── 10.png │ │ │ │ ├── 11.gif │ │ │ │ ├── 11.png │ │ │ │ ├── 12.gif │ │ │ │ ├── 12.png │ │ │ │ ├── 13-1.gif │ │ │ │ ├── 13-1.png │ │ │ │ ├── 13-2.gif │ │ │ │ ├── 13-2.png │ │ │ │ ├── 13-3.gif │ │ │ │ ├── 13-3.png │ │ │ │ ├── 13-4.gif │ │ │ │ ├── 13-4.png │ │ │ │ ├── 13-5.gif │ │ │ │ ├── 13-5.png │ │ │ │ ├── 13-6.gif │ │ │ │ ├── 13-6.png │ │ │ │ ├── 13.gif │ │ │ │ ├── 13.png │ │ │ │ ├── 14.gif │ │ │ │ ├── 14.png │ │ │ │ ├── 15.gif │ │ │ │ ├── 15.png │ │ │ │ ├── 16.gif │ │ │ │ ├── 16.png │ │ │ │ ├── 17-1.gif │ │ │ │ ├── 17-1.png │ │ │ │ ├── 17.gif │ │ │ │ ├── 17.png │ │ │ │ ├── 18.gif │ │ │ │ ├── 18.png │ │ │ │ ├── 19-1.gif │ │ │ │ ├── 19-1.png │ │ │ │ ├── 19-2.gif │ │ │ │ ├── 19-2.png │ │ │ │ ├── 19-3.gif │ │ │ │ ├── 19-3.png │ │ │ │ ├── 19-4.gif │ │ │ │ ├── 19-4.png │ │ │ │ ├── 19.gif │ │ │ │ ├── 19.png │ │ │ │ ├── 1px.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 2.png │ │ │ │ ├── 20.gif │ │ │ │ ├── 20.png │ │ │ │ ├── 21.gif │ │ │ │ ├── 21.png │ │ │ │ ├── 22.gif │ │ │ │ ├── 22.png │ │ │ │ ├── 23-1.gif │ │ │ │ ├── 23-1.png │ │ │ │ ├── 23-2.gif │ │ │ │ ├── 23-2.png │ │ │ │ ├── 23-3.gif │ │ │ │ ├── 23-3.png │ │ │ │ ├── 23-4.gif │ │ │ │ ├── 23-4.png │ │ │ │ ├── 23.gif │ │ │ │ ├── 23.png │ │ │ │ ├── 24.gif │ │ │ │ ├── 24.png │ │ │ │ ├── 25.gif │ │ │ │ ├── 25.png │ │ │ │ ├── 26-1.gif │ │ │ │ ├── 26-1.png │ │ │ │ ├── 26-2.gif │ │ │ │ ├── 26-2.png │ │ │ │ ├── 26-3.gif │ │ │ │ ├── 26-3.png │ │ │ │ ├── 26.gif │ │ │ │ ├── 26.png │ │ │ │ ├── 27.gif │ │ │ │ ├── 27.png │ │ │ │ ├── 28.gif │ │ │ │ ├── 28.png │ │ │ │ ├── 29-1.gif │ │ │ │ ├── 29-1.png │ │ │ │ ├── 29-2.gif │ │ │ │ ├── 29-2.png │ │ │ │ ├── 29-3.gif │ │ │ │ ├── 29-3.png │ │ │ │ ├── 29-4.gif │ │ │ │ ├── 29-4.png │ │ │ │ ├── 29.gif │ │ │ │ ├── 29.png │ │ │ │ ├── 3.gif │ │ │ │ ├── 3.png │ │ │ │ ├── 30.gif │ │ │ │ ├── 30.png │ │ │ │ ├── 31-1.gif │ │ │ │ ├── 31.gif │ │ │ │ ├── 31.png │ │ │ │ ├── 32.gif │ │ │ │ ├── 32.png │ │ │ │ ├── 33.gif │ │ │ │ ├── 33.png │ │ │ │ ├── 34.gif │ │ │ │ ├── 34.png │ │ │ │ ├── 35.gif │ │ │ │ ├── 35.png │ │ │ │ ├── 36.gif │ │ │ │ ├── 36.png │ │ │ │ ├── 37.gif │ │ │ │ ├── 37.png │ │ │ │ ├── 38.gif │ │ │ │ ├── 38.png │ │ │ │ ├── 39.gif │ │ │ │ ├── 39.png │ │ │ │ ├── 4.gif │ │ │ │ ├── 4.png │ │ │ │ ├── 40-1.gif │ │ │ │ ├── 40-1.png │ │ │ │ ├── 40.gif │ │ │ │ ├── 40.png │ │ │ │ ├── 41.gif │ │ │ │ ├── 41.png │ │ │ │ ├── 42-1.gif │ │ │ │ ├── 42-1.png │ │ │ │ ├── 42-2.gif │ │ │ │ ├── 42-2.png │ │ │ │ ├── 42-3.gif │ │ │ │ ├── 42-3.png │ │ │ │ ├── 42.gif │ │ │ │ ├── 42.png │ │ │ │ ├── 43.gif │ │ │ │ ├── 43.png │ │ │ │ ├── 44-1.gif │ │ │ │ ├── 44-1.png │ │ │ │ ├── 44.gif │ │ │ │ ├── 44.png │ │ │ │ ├── 45.gif │ │ │ │ ├── 45.png │ │ │ │ ├── 46.gif │ │ │ │ ├── 46.png │ │ │ │ ├── 47.gif │ │ │ │ ├── 47.png │ │ │ │ ├── 5-1.gif │ │ │ │ ├── 5-1.png │ │ │ │ ├── 5-2.gif │ │ │ │ ├── 5-2.png │ │ │ │ ├── 5-3.gif │ │ │ │ ├── 5-3.png │ │ │ │ ├── 5.gif │ │ │ │ ├── 5.png │ │ │ │ ├── 6.gif │ │ │ │ ├── 6.png │ │ │ │ ├── 7.gif │ │ │ │ ├── 7.png │ │ │ │ ├── 8-1.gif │ │ │ │ ├── 8-1.png │ │ │ │ ├── 8-2.gif │ │ │ │ ├── 8-2.png │ │ │ │ ├── 8-3.gif │ │ │ │ ├── 8-3.png │ │ │ │ ├── 8-4.gif │ │ │ │ ├── 8-4.png │ │ │ │ ├── 8-5.gif │ │ │ │ ├── 8-5.png │ │ │ │ ├── 8-6.gif │ │ │ │ ├── 8-6.png │ │ │ │ ├── 8-7.gif │ │ │ │ ├── 8-7.png │ │ │ │ ├── 8-8.gif │ │ │ │ ├── 8-8.png │ │ │ │ ├── 8.gif │ │ │ │ ├── 8.png │ │ │ │ ├── 9.gif │ │ │ │ ├── 9.png │ │ │ │ ├── BLACK-base.png │ │ │ │ ├── BLACK-base_.png │ │ │ │ ├── BLACK-flyout.png │ │ │ │ ├── BLACK-highlight-01.png │ │ │ │ ├── BLACK-highlight-02.png │ │ │ │ ├── BLACKDOCKED-base.png │ │ │ │ ├── BLACKDOCKED-base_.png │ │ │ │ ├── BLACKDOCKED-highlight-01.png │ │ │ │ ├── BLACKDOCKED-highlight-02.png │ │ │ │ ├── BLUE-base-part.png │ │ │ │ ├── BLUE-base.png │ │ │ │ ├── BLUE-base_.png │ │ │ │ ├── BLUE-flyout.png │ │ │ │ ├── BLUE-highlight-01.png │ │ │ │ ├── BLUE-highlight-02.png │ │ │ │ ├── BLUEDOCKED-base.png │ │ │ │ ├── BLUEDOCKED-base_.png │ │ │ │ ├── BLUEDOCKED-highlight-01.png │ │ │ │ ├── BLUEDOCKED-highlight-02.png │ │ │ │ ├── FlyoutBack.png │ │ │ │ ├── GRAY-base-part.png │ │ │ │ ├── GRAY-base.png │ │ │ │ ├── GRAY-base_.png │ │ │ │ ├── GRAY-flyout.png │ │ │ │ ├── GRAY-highlight-01.png │ │ │ │ ├── GRAY-highlight-02.png │ │ │ │ ├── GRAYDOCKED-base.png │ │ │ │ ├── GRAYDOCKED-base_.png │ │ │ │ ├── GRAYDOCKED-highlight-01.png │ │ │ │ ├── GRAYDOCKED-highlight-02.png │ │ │ │ ├── activity16v.png │ │ │ │ ├── btn_close_down.png │ │ │ │ ├── btn_close_down_BIDI.png │ │ │ │ ├── btn_close_over.png │ │ │ │ ├── btn_close_up.png │ │ │ │ ├── btn_search_down.png │ │ │ │ ├── btn_search_down_BIDI.png │ │ │ │ ├── btn_search_over.png │ │ │ │ ├── btn_search_over_BIDI.png │ │ │ │ ├── btn_search_up.png │ │ │ │ ├── btn_search_up_BIDI.png │ │ │ │ ├── divider-horizontal.png │ │ │ │ ├── divider-vertical.png │ │ │ │ ├── docked-loading.png │ │ │ │ ├── docked-loading_.png │ │ │ │ ├── docked_cloudy.png │ │ │ │ ├── docked_few-showers.png │ │ │ │ ├── docked_foggy.png │ │ │ │ ├── docked_hail.png │ │ │ │ ├── docked_moon-first-quarter.png │ │ │ │ ├── docked_moon-full.png │ │ │ │ ├── docked_moon-last-quarter.png │ │ │ │ ├── docked_moon-new.png │ │ │ │ ├── docked_moon-waning-crescent.png │ │ │ │ ├── docked_moon-waning-gibbous.png │ │ │ │ ├── docked_moon-waxing-crescent.png │ │ │ │ ├── docked_moon-waxing-gibbous.png │ │ │ │ ├── docked_partly-cloudy.png │ │ │ │ ├── docked_rainy.png │ │ │ │ ├── docked_snow.png │ │ │ │ ├── docked_sun.png │ │ │ │ ├── docked_thunderstorm.png │ │ │ │ ├── docked_windy.png │ │ │ │ ├── info.png │ │ │ │ ├── search_background.png │ │ │ │ ├── sun.png │ │ │ │ ├── undocked-loading.png │ │ │ │ ├── undocked-loading_.png │ │ │ │ ├── undocked_cloudy.png │ │ │ │ ├── undocked_few-showers.png │ │ │ │ ├── undocked_foggy.png │ │ │ │ ├── undocked_hail.png │ │ │ │ ├── undocked_moon-first-quarter.png │ │ │ │ ├── undocked_moon-full.png │ │ │ │ ├── undocked_moon-last-quarter.png │ │ │ │ ├── undocked_moon-new.png │ │ │ │ ├── undocked_moon-waning-crescent.png │ │ │ │ ├── undocked_moon-waning-gibbous.png │ │ │ │ ├── undocked_moon-waxing-crescent.png │ │ │ │ ├── undocked_moon-waxing-full.png │ │ │ │ ├── undocked_moon-waxing-gibbous.png │ │ │ │ ├── undocked_partly-cloudy.png │ │ │ │ ├── undocked_rainy.png │ │ │ │ ├── undocked_snow.png │ │ │ │ ├── undocked_sun.png │ │ │ │ ├── undocked_thunderstorm.png │ │ │ │ └── undocked_windy.png │ │ │ ├── js │ │ │ │ ├── library.js │ │ │ │ ├── localizedLibrary.js │ │ │ │ ├── localizedStrings.js │ │ │ │ ├── persistentSettings.js │ │ │ │ ├── settings.js │ │ │ │ └── weather.js │ │ │ ├── ko │ │ │ │ ├── gadget.xml │ │ │ │ └── js │ │ │ │ │ ├── localizedLibrary.js │ │ │ │ │ └── localizedStrings.js │ │ │ ├── logo.png │ │ │ ├── overlay.png │ │ │ ├── settings.html │ │ │ └── weather.html │ │ ├── MiniRadio.gadget │ │ │ ├── black.png │ │ │ ├── de │ │ │ │ ├── externezenders.html │ │ │ │ ├── extra.txt │ │ │ │ ├── gadget.xml │ │ │ │ ├── instellingen.html │ │ │ │ ├── miniradio.html │ │ │ │ ├── miniradio.js │ │ │ │ ├── toontitel.html │ │ │ │ └── zenderbeheer.html │ │ │ ├── down.png │ │ │ ├── drag.png │ │ │ ├── externezenders.html │ │ │ ├── extra.txt │ │ │ ├── forum.bmp │ │ │ ├── frontje0.png │ │ │ ├── frontje1.png │ │ │ ├── frontje10.png │ │ │ ├── frontje11.png │ │ │ ├── frontje12.png │ │ │ ├── frontje13.png │ │ │ ├── frontje14.png │ │ │ ├── frontje2.png │ │ │ ├── frontje3.png │ │ │ ├── frontje4.png │ │ │ ├── frontje5.png │ │ │ ├── frontje6.png │ │ │ ├── frontje7.png │ │ │ ├── frontje8.png │ │ │ ├── frontje9.png │ │ │ ├── gadget.xml │ │ │ ├── help.png │ │ │ ├── icon.png │ │ │ ├── icons │ │ │ │ ├── close.png │ │ │ │ ├── delete.png │ │ │ │ ├── down.png │ │ │ │ ├── export.png │ │ │ │ ├── import.png │ │ │ │ ├── info.png │ │ │ │ ├── rename.png │ │ │ │ ├── rename2.png │ │ │ │ ├── sort.png │ │ │ │ └── up.png │ │ │ ├── instellingen.html │ │ │ ├── logo.jpg │ │ │ ├── miniradio.html │ │ │ ├── miniradio.jpg │ │ │ ├── miniradio.js │ │ │ ├── miniradio.png │ │ │ ├── mrlogo.png │ │ │ ├── nl │ │ │ │ ├── externezenders.html │ │ │ │ ├── extra.txt │ │ │ │ ├── gadget.xml │ │ │ │ ├── instellingen.html │ │ │ │ ├── landcodes.html │ │ │ │ ├── miniradio.html │ │ │ │ ├── miniradio.js │ │ │ │ ├── toontitel.html │ │ │ │ └── zenderbeheer.html │ │ │ ├── optie1.gif │ │ │ ├── optie2.gif │ │ │ ├── optie3.gif │ │ │ ├── play.png │ │ │ ├── radio.png │ │ │ ├── real.bmp │ │ │ ├── ron.png │ │ │ ├── ronenmickey250.jpg │ │ │ ├── smooth.png │ │ │ ├── stop.png │ │ │ ├── toontitel.html │ │ │ ├── up.png │ │ │ ├── zenderbeheer.html │ │ │ └── zwartbalk.png │ │ ├── MonitorOff.gadget │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── dell.png │ │ │ │ └── dell2.png │ │ │ ├── include │ │ │ │ ├── run.css │ │ │ │ └── run.js │ │ │ ├── logo.png │ │ │ ├── run.html │ │ │ └── settings.html │ │ ├── Mousometer.gadget │ │ │ ├── Mousometer.html │ │ │ ├── Setup.html │ │ │ ├── back.png │ │ │ ├── back_1.png │ │ │ ├── back_10.png │ │ │ ├── back_2.png │ │ │ ├── back_3.png │ │ │ ├── back_4.png │ │ │ ├── back_5.png │ │ │ ├── back_6.png │ │ │ ├── back_7.png │ │ │ ├── back_8.png │ │ │ ├── back_9.png │ │ │ ├── de │ │ │ │ ├── Mousometer.html │ │ │ │ ├── Setup.html │ │ │ │ ├── gadget.xml │ │ │ │ ├── opt.html │ │ │ │ ├── status_2.png │ │ │ │ ├── status_3.png │ │ │ │ └── status_4.png │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── logo.png │ │ │ ├── opt.html │ │ │ ├── status_1.png │ │ │ ├── status_2.png │ │ │ ├── status_3.png │ │ │ ├── status_4.png │ │ │ └── status_5.png │ │ ├── Network_Meter_V8.4.gadget │ │ │ ├── BLIP.css │ │ │ ├── BLIP.html │ │ │ ├── BLIP.js │ │ │ ├── Donate.png │ │ │ ├── NetLib.dll │ │ │ ├── Share.png │ │ │ ├── alarm1.mp3 │ │ │ ├── alarm2.mp3 │ │ │ ├── alarm3.mp3 │ │ │ ├── alarm4.mp3 │ │ │ ├── alarm5.mp3 │ │ │ ├── arrow.gif │ │ │ ├── arrow_down_yellow.png │ │ │ ├── arrow_up_green.png │ │ │ ├── barback.png │ │ │ ├── bartop.png │ │ │ ├── bg_107.png │ │ │ ├── bg_151.png │ │ │ ├── bg_195.png │ │ │ ├── bg_239.png │ │ │ ├── bg_63.png │ │ │ ├── blackwhite.png │ │ │ ├── blank.png │ │ │ ├── button.png │ │ │ ├── button_over.png │ │ │ ├── cross.gif │ │ │ ├── drag.png │ │ │ ├── flyout.css │ │ │ ├── flyout.html │ │ │ ├── flyout.js │ │ │ ├── follow_me-a.png │ │ │ ├── gadget.css │ │ │ ├── gadget.html │ │ │ ├── gadget.js │ │ │ ├── gadget.xml │ │ │ ├── grid.js │ │ │ ├── hs.png │ │ │ ├── hv.png │ │ │ ├── icon.png │ │ │ ├── iplog.css │ │ │ ├── iplog.html │ │ │ ├── iplog.js │ │ │ ├── jscolor.js │ │ │ ├── libhelper.js │ │ │ ├── likebox.png │ │ │ ├── linechart.css │ │ │ ├── linechart.html │ │ │ ├── linechart.js │ │ │ ├── list0.png │ │ │ ├── list1.png │ │ │ ├── min.js │ │ │ ├── refresh.png │ │ │ ├── refresh2.png │ │ │ ├── refresh3.png │ │ │ ├── settings.css │ │ │ ├── settings.html │ │ │ ├── settings.js │ │ │ ├── stock.js │ │ │ ├── tback.png │ │ │ ├── thead.png │ │ │ ├── wireless.png │ │ │ ├── world.png │ │ │ └── wrong.png │ │ ├── POP3Checker.gadget │ │ │ ├── Settings.html │ │ │ ├── css │ │ │ │ ├── Power.css │ │ │ │ └── gadget.css │ │ │ ├── drag.png │ │ │ ├── gadget.html │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── Docked.png │ │ │ │ └── Email40.png │ │ │ └── js │ │ │ │ └── gadget.js │ │ ├── Piano.gadget │ │ │ ├── Flyout.html │ │ │ ├── ar-AE │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-BH │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-EG │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-IQ │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-KW │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-OM │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-QA │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-SA │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ar-TN │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── bg-BG │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── cs-CZ │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── css.css │ │ │ ├── da-DK │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── de-AT │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── de-DE │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── default.html │ │ │ ├── el-GR │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── es-ES │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── es-MX │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── et-EE │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fi-FI │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fr-BE │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fr-CA │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fr-CH │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fr-FR │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fr-LU │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── fr-MC │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── gadget.xml │ │ │ ├── he-IL │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── hr-HR │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── hu-HU │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── images │ │ │ │ ├── BlackKey.png │ │ │ │ ├── BlackKey_f2.png │ │ │ │ ├── C4Position.png │ │ │ │ ├── PWR_light.png │ │ │ │ ├── PWR_light_f2.png │ │ │ │ ├── WriteKey.png │ │ │ │ ├── WriteKey_f2.png │ │ │ │ ├── background_dock.png │ │ │ │ ├── background_undock.png │ │ │ │ ├── drop.png │ │ │ │ ├── flyout.png │ │ │ │ ├── icon.png │ │ │ │ ├── keymap_cs.gif │ │ │ │ ├── keymap_da.gif │ │ │ │ ├── keymap_de.gif │ │ │ │ ├── keymap_el.gif │ │ │ │ ├── keymap_en.gif │ │ │ │ ├── keymap_es.gif │ │ │ │ ├── keymap_fr.gif │ │ │ │ ├── keymap_hu.gif │ │ │ │ ├── keymap_it.gif │ │ │ │ ├── keymap_lv.gif │ │ │ │ ├── keymap_nl.gif │ │ │ │ ├── keymap_pt-BR.gif │ │ │ │ ├── keymap_pt.gif │ │ │ │ ├── keymap_ro.gif │ │ │ │ ├── keymap_tr-F.gif │ │ │ │ ├── keymap_tr.gif │ │ │ │ └── logo.png │ │ │ ├── it-IT │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ja-JP │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ko-KR │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── localizedStrings.js │ │ │ ├── logo.png │ │ │ ├── lt-LT │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── lv-LV │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── main.js │ │ │ ├── nb-NO │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── nl-NL │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── pl-PL │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── pt-BR │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── pt-PT │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ro-RO │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── ru-RU │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── setting.html │ │ │ ├── sk-SK │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── sl-SI │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── sound │ │ │ │ ├── A3.wav │ │ │ │ ├── A3S.wav │ │ │ │ ├── A4.wav │ │ │ │ ├── A4S.wav │ │ │ │ ├── B3.wav │ │ │ │ ├── B4.wav │ │ │ │ ├── C4.wav │ │ │ │ ├── C4S.wav │ │ │ │ ├── C5.wav │ │ │ │ ├── C5S.wav │ │ │ │ ├── D4.wav │ │ │ │ ├── D4S.wav │ │ │ │ ├── D5.wav │ │ │ │ ├── D5S.wav │ │ │ │ ├── E4.wav │ │ │ │ ├── E5.wav │ │ │ │ ├── F3.wav │ │ │ │ ├── F3S.wav │ │ │ │ ├── F4.wav │ │ │ │ ├── F4S.wav │ │ │ │ ├── G3.wav │ │ │ │ ├── G3S.wav │ │ │ │ ├── G4.wav │ │ │ │ └── G4S.wav │ │ │ ├── sv-SE │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── th-TH │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── tr-TR │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── uk-UA │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── zh-CN │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ ├── zh-HK │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ │ └── zh-TW │ │ │ │ ├── gadget.xml │ │ │ │ └── localizedStrings.js │ │ ├── PicturePuzzle.Gadget │ │ │ ├── Images │ │ │ │ ├── 0.png │ │ │ │ ├── 1.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 2.png │ │ │ │ ├── 3.png │ │ │ │ ├── 4.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ ├── 9.png │ │ │ │ ├── background.png │ │ │ │ ├── background_.png │ │ │ │ ├── daisies.png │ │ │ │ ├── glow.png │ │ │ │ ├── hint_down.png │ │ │ │ ├── hint_over.png │ │ │ │ ├── hint_up.png │ │ │ │ ├── setting_back.png │ │ │ │ ├── settings_box_bottom.png │ │ │ │ ├── settings_box_divider_left.png │ │ │ │ ├── settings_box_divider_right.png │ │ │ │ ├── settings_box_left.png │ │ │ │ ├── settings_box_right.png │ │ │ │ ├── settings_box_top.png │ │ │ │ ├── settings_corner_bottom_left.png │ │ │ │ ├── settings_corner_bottom_right.png │ │ │ │ ├── settings_corner_top_left.png │ │ │ │ ├── settings_corner_top_right.png │ │ │ │ ├── settings_divider.png │ │ │ │ ├── settings_divider_left.png │ │ │ │ ├── settings_divider_right.png │ │ │ │ ├── settings_left_disabled.png │ │ │ │ ├── settings_left_hover.png │ │ │ │ ├── settings_left_pressed.png │ │ │ │ ├── settings_left_rest.png │ │ │ │ ├── settings_right_disabled.png │ │ │ │ ├── settings_right_hover.png │ │ │ │ ├── settings_right_pressed.png │ │ │ │ ├── settings_right_rest.png │ │ │ │ ├── shuffle_down.png │ │ │ │ ├── shuffle_over.png │ │ │ │ ├── shuffle_up.png │ │ │ │ ├── tile16.png │ │ │ │ ├── tile_bezel.png │ │ │ │ ├── tile_drop_shadow.png │ │ │ │ ├── timer_down.png │ │ │ │ ├── timer_over.png │ │ │ │ └── timer_up.png │ │ │ ├── css │ │ │ │ ├── picturePuzzle.css │ │ │ │ └── settings.css │ │ │ ├── de │ │ │ │ ├── gadget.xml │ │ │ │ └── local.js │ │ │ ├── drag.png │ │ │ ├── fr │ │ │ │ ├── gadget.xml │ │ │ │ └── local.js │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── ja │ │ │ │ ├── gadget.xml │ │ │ │ └── local.js │ │ │ ├── local.js │ │ │ ├── logo.png │ │ │ ├── picturePuzzle.html │ │ │ ├── picturePuzzle.js │ │ │ ├── ru │ │ │ │ ├── gadget.xml │ │ │ │ └── local.js │ │ │ ├── settings.html │ │ │ ├── settings.js │ │ │ └── zh │ │ │ │ ├── gadget.xml │ │ │ │ └── local.js │ │ ├── PowerStatus.gadget │ │ │ ├── bat48.png │ │ │ ├── bat_scr.png │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── backgrounds │ │ │ │ │ ├── blue_back.png │ │ │ │ │ ├── blue_back_.png │ │ │ │ │ ├── green_back.png │ │ │ │ │ ├── green_back_.png │ │ │ │ │ ├── orb_back.png │ │ │ │ │ ├── orb_back_.png │ │ │ │ │ ├── purple_back.png │ │ │ │ │ ├── purple_back_.png │ │ │ │ │ ├── red_back.png │ │ │ │ │ └── red_back_.png │ │ │ │ ├── battery │ │ │ │ │ ├── bat0.png │ │ │ │ │ ├── bat10green.png │ │ │ │ │ ├── bat10red.png │ │ │ │ │ ├── bat10yellow.png │ │ │ │ │ ├── bat1green.png │ │ │ │ │ ├── bat1red.png │ │ │ │ │ ├── bat1yellow.png │ │ │ │ │ ├── bat2green.png │ │ │ │ │ ├── bat2red.png │ │ │ │ │ ├── bat2yellow.png │ │ │ │ │ ├── bat3green.png │ │ │ │ │ ├── bat3red.png │ │ │ │ │ ├── bat3yellow.png │ │ │ │ │ ├── bat4green.png │ │ │ │ │ ├── bat4red.png │ │ │ │ │ ├── bat4yellow.png │ │ │ │ │ ├── bat5green.png │ │ │ │ │ ├── bat5red.png │ │ │ │ │ ├── bat5yellow.png │ │ │ │ │ ├── bat6green.png │ │ │ │ │ ├── bat6red.png │ │ │ │ │ ├── bat6yellow.png │ │ │ │ │ ├── bat7green.png │ │ │ │ │ ├── bat7red.png │ │ │ │ │ ├── bat7yellow.png │ │ │ │ │ ├── bat8green.png │ │ │ │ │ ├── bat8red.png │ │ │ │ │ ├── bat8yellow.png │ │ │ │ │ ├── bat9green.png │ │ │ │ │ ├── bat9red.png │ │ │ │ │ ├── bat9yellow.png │ │ │ │ │ └── bat_ac.png │ │ │ │ ├── profiles │ │ │ │ │ ├── balanced.png │ │ │ │ │ ├── balanced_d.png │ │ │ │ │ ├── highperf.png │ │ │ │ │ ├── highperf_d.png │ │ │ │ │ ├── pwrsav.png │ │ │ │ │ └── pwrsav_d.png │ │ │ │ └── status │ │ │ │ │ ├── bat16full.png │ │ │ │ │ ├── bat16high.png │ │ │ │ │ ├── bat16low.png │ │ │ │ │ ├── bat16med.png │ │ │ │ │ ├── bat16net.png │ │ │ │ │ └── bat16warn.png │ │ │ ├── powerstatus.html │ │ │ ├── powerstatus.js │ │ │ ├── settings.html │ │ │ └── settings.js │ │ ├── RDSafely.gadget │ │ │ ├── Settings.html │ │ │ ├── default.html │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── _bg.png │ │ │ │ ├── bg.png │ │ │ │ ├── drive2.png │ │ │ │ ├── drive3.png │ │ │ │ ├── eject.png │ │ │ │ ├── mb.png │ │ │ │ ├── mo.png │ │ │ │ ├── mr.png │ │ │ │ ├── notready.png │ │ │ │ ├── p.png │ │ │ │ └── spacer.png │ │ │ ├── logo.png │ │ │ └── scripts.js │ │ ├── RecycleBin.gadget │ │ │ ├── de │ │ │ │ ├── gadget.xml │ │ │ │ └── langvars.js │ │ │ ├── dragndrop.png │ │ │ ├── fr │ │ │ │ ├── gadget.xml │ │ │ │ └── langvars.js │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── 000.png │ │ │ │ ├── 030.png │ │ │ │ ├── 070.png │ │ │ │ ├── 100.png │ │ │ │ ├── docked.png │ │ │ │ ├── docked_.png │ │ │ │ ├── docked_old.png │ │ │ │ ├── emptybin.png │ │ │ │ ├── emptybin_disabled.png │ │ │ │ ├── icon.png │ │ │ │ ├── settings.png │ │ │ │ └── sync.png │ │ │ ├── langvars.js │ │ │ ├── logo.png │ │ │ ├── paperbasket.css │ │ │ ├── paperbasket.js │ │ │ └── wastepaperbasket.html │ │ ├── SearchALL.gadget │ │ │ ├── css │ │ │ │ └── font.css │ │ │ ├── drop.png │ │ │ ├── gadget.html │ │ │ ├── gadget.xml │ │ │ ├── img │ │ │ │ ├── 1x1pix_trans.gif │ │ │ │ ├── au-1.png │ │ │ │ ├── au.png │ │ │ │ ├── background.png │ │ │ │ ├── dot_line_hor.png │ │ │ │ ├── icon.png │ │ │ │ ├── logo1.png │ │ │ │ ├── logo10.png │ │ │ │ ├── logo11.png │ │ │ │ ├── logo12.png │ │ │ │ ├── logo13.png │ │ │ │ ├── logo2.png │ │ │ │ ├── logo3.png │ │ │ │ ├── logo4.png │ │ │ │ ├── logo5.png │ │ │ │ ├── logo6.png │ │ │ │ ├── logo7.png │ │ │ │ ├── logo8.png │ │ │ │ ├── logo9.png │ │ │ │ ├── paypal_button.png │ │ │ │ ├── search1.png │ │ │ │ ├── search10.png │ │ │ │ ├── search10_over.png │ │ │ │ ├── search11.png │ │ │ │ ├── search11_over.png │ │ │ │ ├── search12.png │ │ │ │ ├── search12_over.png │ │ │ │ ├── search13.png │ │ │ │ ├── search13_over.png │ │ │ │ ├── search1_over.png │ │ │ │ ├── search2.png │ │ │ │ ├── search2_over.png │ │ │ │ ├── search3.png │ │ │ │ ├── search3_over.png │ │ │ │ ├── search4.png │ │ │ │ ├── search4_over.png │ │ │ │ ├── search5.png │ │ │ │ ├── search5_over.png │ │ │ │ ├── search6.png │ │ │ │ ├── search6_over.png │ │ │ │ ├── search7.png │ │ │ │ ├── search7_over.png │ │ │ │ ├── search8.png │ │ │ │ ├── search8_over.png │ │ │ │ ├── search9.png │ │ │ │ ├── search9_over.png │ │ │ │ ├── search_end.png │ │ │ │ ├── searchbox.png │ │ │ │ ├── searchbutton.png │ │ │ │ ├── searchbutton_over.png │ │ │ │ └── unique_logo_small.png │ │ │ ├── search.html │ │ │ └── settings.html │ │ ├── ShutdownRestart.gadget │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── index.html │ │ │ └── src │ │ │ │ ├── background.png │ │ │ │ ├── icon.png │ │ │ │ ├── reboot-off.png │ │ │ │ ├── reboot-on.png │ │ │ │ ├── shutdown-off.png │ │ │ │ └── shutdown-on.png │ │ ├── Sidebar7.gadget │ │ │ ├── Images │ │ │ │ ├── Buttons.png │ │ │ │ └── icon.png │ │ │ ├── Localized.js │ │ │ ├── MainSidebar.css │ │ │ ├── MainSidebar.html │ │ │ ├── MainSidebar.js │ │ │ ├── Release │ │ │ │ ├── AccentColor.64.dll │ │ │ │ ├── Sidebar7.32.dll │ │ │ │ ├── Sidebar7.64.dll │ │ │ │ ├── Sidebar7Hook32.dll │ │ │ │ ├── Sidebar7Hook64.dll │ │ │ │ ├── msvcp140.dll │ │ │ │ ├── vccorlib140.dll │ │ │ │ └── vcruntime140.dll │ │ │ ├── Sidebar7.h │ │ │ ├── Skins │ │ │ │ ├── Decorative Background 04-1 by DragonArt.png │ │ │ │ ├── DragonArtz.txt │ │ │ │ ├── Music Background 09 by DragonArt.png │ │ │ │ ├── Music Notes 03 by DragonArt.png │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── Retro Style Background 08 by DragonArt.png │ │ │ │ ├── Retro Style Background 09 by DragonArt.png │ │ │ │ ├── Ring Pattern.png │ │ │ │ ├── Sources.txt │ │ │ │ ├── black_woven_seamless_tile.png │ │ │ │ ├── pattern-20d.png │ │ │ │ ├── patternhead-pattern15a.png │ │ │ │ ├── patternhead-pattern3.png │ │ │ │ ├── patternhead-pattern40a.png │ │ │ │ ├── patternhead-pattern43a.png │ │ │ │ ├── patternhead-pattern44a.png │ │ │ │ ├── patternhead16c.png │ │ │ │ ├── patternhead24a.png │ │ │ │ ├── patternhead55a.png │ │ │ │ ├── patternhead55b.png │ │ │ │ ├── patternhead71c.png │ │ │ │ ├── retro-pattern-preview-by-dragonart.png │ │ │ │ ├── scribble-hearts-background-05-by-dragonart-mirror.png │ │ │ │ ├── scribble-hearts-background-05-by-dragonart2-mirror.png │ │ │ │ ├── seamless-hearts-background-cs-by-dragonart.png │ │ │ │ ├── stained-glass-blue-white.png │ │ │ │ ├── stained-glass-swimmingpool-blue.png │ │ │ │ ├── stitch.png │ │ │ │ ├── summer-flower-seamless-pattern-preview-by-dragonart.png │ │ │ │ └── zblack.png │ │ │ ├── cs │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── da │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── de │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── drag.png │ │ │ ├── en │ │ │ │ ├── HowToAddTranslation.txt │ │ │ │ └── HowToImproveTranslation.txt │ │ │ ├── es │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── fr │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── gadget.xml │ │ │ ├── hu │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── id │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── it │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── ja │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── nl │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── pl │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── pt-BR │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── pt-PT │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── ru │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── si │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── sk │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── sv │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── tr │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ ├── zh-CN │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ │ └── zh-TW │ │ │ │ ├── Localized.js │ │ │ │ └── gadget.xml │ │ ├── SlideShow.Gadget │ │ │ ├── css │ │ │ │ ├── settings.css │ │ │ │ └── slideShow.css │ │ │ ├── de │ │ │ │ ├── css │ │ │ │ │ ├── settings.css │ │ │ │ │ └── slideShow.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ └── slideShow.js │ │ │ │ ├── settings.html │ │ │ │ └── slideShow.html │ │ │ ├── drag.png │ │ │ ├── fr │ │ │ │ ├── css │ │ │ │ │ ├── settings.css │ │ │ │ │ └── slideShow.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ └── slideShow.js │ │ │ │ ├── settings.html │ │ │ │ └── slideShow.html │ │ │ ├── gadget.xml │ │ │ ├── icon.png │ │ │ ├── images │ │ │ │ ├── blank.png │ │ │ │ ├── image.png │ │ │ │ ├── in_sidebar │ │ │ │ │ ├── backsplit.png │ │ │ │ │ ├── bg_sidebar.png │ │ │ │ │ ├── overlay.png │ │ │ │ │ ├── slideshow_glass_frame.png │ │ │ │ │ └── slideshow_glass_frame_transparent.png │ │ │ │ ├── next_down.png │ │ │ │ ├── next_hov.png │ │ │ │ ├── next_rest.png │ │ │ │ ├── on_desktop │ │ │ │ │ └── slideshow_glass_frame.png │ │ │ │ ├── pause_down.png │ │ │ │ ├── pause_hov.png │ │ │ │ ├── pause_rest.png │ │ │ │ ├── play_down.png │ │ │ │ ├── play_hov.png │ │ │ │ ├── play_rest.png │ │ │ │ ├── prev_down.png │ │ │ │ ├── prev_hov.png │ │ │ │ ├── prev_rest.png │ │ │ │ ├── reveal_down.png │ │ │ │ ├── reveal_hov.png │ │ │ │ └── reveal_rest.png │ │ │ ├── ja │ │ │ │ ├── css │ │ │ │ │ ├── settings.css │ │ │ │ │ └── slideShow.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ └── slideShow.js │ │ │ │ ├── settings.html │ │ │ │ └── slideShow.html │ │ │ ├── js │ │ │ │ └── slideShow.js │ │ │ ├── logo.png │ │ │ ├── ru │ │ │ │ ├── css │ │ │ │ │ ├── settings.css │ │ │ │ │ └── slideShow.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ │ └── slideShow.js │ │ │ │ ├── settings.html │ │ │ │ └── slideShow.html │ │ │ ├── settings.html │ │ │ ├── slideShow.html │ │ │ └── zh │ │ │ │ ├── css │ │ │ │ ├── settings.css │ │ │ │ └── slideShow.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── js │ │ │ │ └── slideShow.js │ │ │ │ ├── settings.html │ │ │ │ └── slideShow.html │ │ ├── TurnoffPC.gadget │ │ │ ├── css │ │ │ │ └── cssgg.css │ │ │ ├── drag.png │ │ │ ├── gadget.xml │ │ │ ├── imgs │ │ │ │ ├── back.png │ │ │ │ ├── cancel.png │ │ │ │ ├── lock.png │ │ │ │ ├── logo.png │ │ │ │ ├── logopc.png │ │ │ │ ├── restart.png │ │ │ │ └── shutdown.png │ │ │ └── index.html │ │ ├── Unit_Converter.gadget │ │ │ ├── Flyout.html │ │ │ ├── css.css │ │ │ ├── default.html │ │ │ ├── gadget.xml │ │ │ ├── images │ │ │ │ ├── Angle.png │ │ │ │ ├── Area.png │ │ │ │ ├── Data.png │ │ │ │ ├── Energy.png │ │ │ │ ├── Length.png │ │ │ │ ├── Power.png │ │ │ │ ├── Pressure.png │ │ │ │ ├── Temperature.png │ │ │ │ ├── Time.png │ │ │ │ ├── Volume.png │ │ │ │ ├── Weight.png │ │ │ │ ├── background.png │ │ │ │ ├── background_undock.png │ │ │ │ ├── buttons.png │ │ │ │ ├── drag_up_down_roll.cur │ │ │ │ ├── dragtip.gif │ │ │ │ ├── drop.png │ │ │ │ ├── flyout_background.png │ │ │ │ ├── icon.png │ │ │ │ ├── input.png │ │ │ │ ├── input_undock.png │ │ │ │ ├── logo.png │ │ │ │ ├── rollerAB_item.png │ │ │ │ ├── rollerAB_item_undock.png │ │ │ │ ├── roller_item.png │ │ │ │ ├── roller_item_undock.png │ │ │ │ └── speed.png │ │ │ ├── localizedStrings.js │ │ │ └── main.js │ │ ├── Volume_Control.gadget │ │ │ ├── SoundControl.dll │ │ │ ├── background-win10.png │ │ │ ├── background.old.png │ │ │ ├── background.png │ │ │ ├── cross.png │ │ │ ├── drag.png │ │ │ ├── gadget.css │ │ │ ├── gadget.html │ │ │ ├── gadget.js │ │ │ ├── gadget.xml │ │ │ ├── kmix.png │ │ │ ├── libhelper.js │ │ │ ├── peak.png │ │ │ ├── peakback.png │ │ │ ├── screen.png │ │ │ ├── settings.html │ │ │ ├── settings.js │ │ │ ├── vol.png │ │ │ └── volback.png │ │ ├── WeatherCenter.gadget │ │ │ ├── Weather.html │ │ │ ├── css │ │ │ │ ├── settings.css │ │ │ │ └── weather.css │ │ │ ├── de-DE │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── drag.png │ │ │ ├── es-ES │ │ │ │ ├── gadget.xml │ │ │ │ ├── help │ │ │ │ │ ├── help.html │ │ │ │ │ ├── image001.jpg │ │ │ │ │ ├── image002.jpg │ │ │ │ │ ├── image003.jpg │ │ │ │ │ ├── image004.jpg │ │ │ │ │ └── image005.jpg │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── fr-FR │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── gadget.xml │ │ │ ├── he-IL │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── help │ │ │ │ ├── help.html │ │ │ │ ├── image001.jpg │ │ │ │ ├── image002.jpg │ │ │ │ ├── image003.jpg │ │ │ │ ├── image004.jpg │ │ │ │ └── image005.jpg │ │ │ ├── hr-HR │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── images │ │ │ │ ├── back_enchanged_nodata.png │ │ │ │ ├── bg_sidebar.png │ │ │ │ ├── bg_updatebar.png │ │ │ │ ├── buttonDown.png │ │ │ │ ├── buttonDown_on.png │ │ │ │ ├── buttonLeft.png │ │ │ │ ├── buttonLeft_on.png │ │ │ │ ├── buttonRefresh.png │ │ │ │ ├── buttonRefresh_on.png │ │ │ │ ├── buttonRight.png │ │ │ │ ├── buttonRight_on.png │ │ │ │ ├── buttonUp.png │ │ │ │ ├── buttonUp_on.png │ │ │ │ ├── drawer.gif │ │ │ │ ├── icon.png │ │ │ │ ├── load_indicator.gif │ │ │ │ ├── logo.gif │ │ │ │ ├── skin1 │ │ │ │ │ ├── Day │ │ │ │ │ │ ├── blue │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── grey │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ ├── Forecast │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── clear_night.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostcloudy_night.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── partcloudy_night.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ └── Night │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ ├── back_simple_footer.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── moon │ │ │ │ │ │ ├── first_quater.png │ │ │ │ │ │ ├── full.png │ │ │ │ │ │ ├── last_quater.png │ │ │ │ │ │ ├── new.png │ │ │ │ │ │ ├── waning_crescent.png │ │ │ │ │ │ ├── waning_gibbous.png │ │ │ │ │ │ ├── waxing_crescent.png │ │ │ │ │ │ └── waxing_gibbous.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ ├── skin2 │ │ │ │ │ ├── Day │ │ │ │ │ │ ├── blue │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── grey │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mist.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ ├── Forecast │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── clear_night.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostcloudy_night.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── partcloudy_night.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ └── Night │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ ├── back_simple_footer.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mist.png │ │ │ │ │ │ ├── moon │ │ │ │ │ │ ├── first_quater.png │ │ │ │ │ │ ├── full.png │ │ │ │ │ │ ├── last_quater.png │ │ │ │ │ │ ├── new.png │ │ │ │ │ │ ├── waning_crescent.png │ │ │ │ │ │ ├── waning_gibbous.png │ │ │ │ │ │ ├── waxing_crescent.png │ │ │ │ │ │ └── waxing_gibbous.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ ├── skin3 │ │ │ │ │ ├── Day │ │ │ │ │ │ ├── blue │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── grey │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ ├── Forecast │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── clear_night.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostcloudy_night.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── partcloudy_night.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ └── Night │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ ├── back_simple_footer.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── moon │ │ │ │ │ │ ├── first_quater.png │ │ │ │ │ │ ├── full.png │ │ │ │ │ │ ├── last_quater.png │ │ │ │ │ │ ├── new.png │ │ │ │ │ │ ├── waning_crescent.png │ │ │ │ │ │ ├── waning_gibbous.png │ │ │ │ │ │ ├── waxing_crescent.png │ │ │ │ │ │ └── waxing_gibbous.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ ├── skin4 │ │ │ │ │ ├── Day │ │ │ │ │ │ ├── blue │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── grey │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ ├── Forecast │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── clear_night.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostcloudy_night.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── partcloudy_night.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ └── Night │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ ├── back_simple_footer.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── moon │ │ │ │ │ │ ├── first_quater.png │ │ │ │ │ │ ├── full.png │ │ │ │ │ │ ├── last_quater.png │ │ │ │ │ │ ├── new.png │ │ │ │ │ │ ├── waning_crescent.png │ │ │ │ │ │ ├── waning_gibbous.png │ │ │ │ │ │ ├── waxing_crescent.png │ │ │ │ │ │ └── waxing_gibbous.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ ├── skin5 │ │ │ │ │ ├── Day │ │ │ │ │ │ ├── blue │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── grey │ │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ │ └── back_simple_footer.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ ├── Forecast │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── clear_night.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── mostcloudy_night.png │ │ │ │ │ │ ├── mostsunny.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── partcloudy_night.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ │ └── Night │ │ │ │ │ │ ├── back_enchanged.png │ │ │ │ │ │ ├── back_enchanged_footer.png │ │ │ │ │ │ ├── back_enchanged_wide.png │ │ │ │ │ │ ├── back_forecast_footer.png │ │ │ │ │ │ ├── back_forecast_wide.png │ │ │ │ │ │ ├── back_simple.png │ │ │ │ │ │ ├── back_simple_footer.png │ │ │ │ │ │ ├── cloudy.png │ │ │ │ │ │ ├── dust.png │ │ │ │ │ │ ├── dusthaze.png │ │ │ │ │ │ ├── fog.png │ │ │ │ │ │ ├── hail.png │ │ │ │ │ │ ├── ice.png │ │ │ │ │ │ ├── lightrain.png │ │ │ │ │ │ ├── lightsnow.png │ │ │ │ │ │ ├── moon │ │ │ │ │ │ ├── first_quater.png │ │ │ │ │ │ ├── full.png │ │ │ │ │ │ ├── last_quater.png │ │ │ │ │ │ ├── new.png │ │ │ │ │ │ ├── waning_crescent.png │ │ │ │ │ │ ├── waning_gibbous.png │ │ │ │ │ │ ├── waxing_crescent.png │ │ │ │ │ │ └── waxing_gibbous.png │ │ │ │ │ │ ├── mostcloudy.png │ │ │ │ │ │ ├── partcloudy.png │ │ │ │ │ │ ├── rain.png │ │ │ │ │ │ ├── rainandsnow.png │ │ │ │ │ │ ├── smoke.png │ │ │ │ │ │ ├── snow.png │ │ │ │ │ │ ├── thunderstorm.png │ │ │ │ │ │ ├── undefined.png │ │ │ │ │ │ └── wind.png │ │ │ │ ├── spacer.png │ │ │ │ └── undefined.png │ │ │ ├── include │ │ │ │ ├── accusettings.js │ │ │ │ ├── accuweather.js │ │ │ │ ├── buttons.js │ │ │ │ ├── gismeteo.js │ │ │ │ ├── gismeteosettings.js │ │ │ │ ├── langres.js │ │ │ │ ├── main.js │ │ │ │ ├── meteonova.js │ │ │ │ ├── meteonovasettings.js │ │ │ │ ├── msn.js │ │ │ │ ├── msnsettings.js │ │ │ │ ├── noaa.js │ │ │ │ ├── noaasettings.js │ │ │ │ ├── noaastations.js │ │ │ │ ├── settings.js │ │ │ │ ├── settingsmanager.js │ │ │ │ ├── weatherbug.js │ │ │ │ ├── weatherbugsettings.js │ │ │ │ ├── weatherchannel.js │ │ │ │ ├── weatherchannelsettings.js │ │ │ │ ├── weathereye.js │ │ │ │ ├── weathereyesettings.js │ │ │ │ ├── wunderground.js │ │ │ │ ├── wundergroundsettings.js │ │ │ │ ├── yandex.js │ │ │ │ └── yandexsettings.js │ │ │ ├── ja-JP │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── lt-LT │ │ │ │ ├── css │ │ │ │ │ ├── settings.css │ │ │ │ │ └── weather.css │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── readme.txt │ │ │ ├── ro-RO │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── ru-RU │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── settings.html │ │ │ ├── sk-SK │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── sl-SI │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ ├── sr-Latn-CS │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ │ └── uk-UA │ │ │ │ ├── gadget.xml │ │ │ │ ├── include │ │ │ │ └── langres.js │ │ │ │ └── settings.html │ │ └── mainweather.gadget │ │ │ ├── blank.html │ │ │ ├── css │ │ │ ├── settings.css │ │ │ └── style.css │ │ │ ├── de │ │ │ ├── gadget.xml │ │ │ ├── img │ │ │ │ ├── btn_download.png │ │ │ │ ├── btn_spenden.png │ │ │ │ ├── btn_update.png │ │ │ │ └── btn_web.png │ │ │ └── js │ │ │ │ ├── alert.vbs │ │ │ │ └── local.js │ │ │ ├── drag.png │ │ │ ├── flyout.html │ │ │ ├── flyout2.html │ │ │ ├── gadget.xml │ │ │ ├── img │ │ │ ├── Away.png │ │ │ ├── Busy.png │ │ │ ├── Offline.png │ │ │ ├── Online.png │ │ │ ├── b.gif │ │ │ ├── b.png │ │ │ ├── bar.png │ │ │ ├── bar_chose.png │ │ │ ├── bg-docked4_b.png │ │ │ ├── bg-docked4_blue.png │ │ │ ├── bg-docked4_c.png │ │ │ ├── bg-docked4_r.png │ │ │ ├── bg-docked4_w.png │ │ │ ├── bg-undocked4_b.png │ │ │ ├── bg-undocked4_blue.png │ │ │ ├── bg-undocked4_c.png │ │ │ ├── bg-undocked4_r.png │ │ │ ├── bg-undocked4_w.png │ │ │ ├── blank.gif │ │ │ ├── blank.png │ │ │ ├── blue.png │ │ │ ├── btn_download.png │ │ │ ├── btn_im.png │ │ │ ├── btn_mail.png │ │ │ ├── btn_next.png │ │ │ ├── btn_prev.png │ │ │ ├── btn_spenden.png │ │ │ ├── btn_update.png │ │ │ ├── btn_web.png │ │ │ ├── c.png │ │ │ ├── logo.png │ │ │ ├── m1 │ │ │ │ ├── 0.png │ │ │ │ ├── 1.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 14.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 19.png │ │ │ │ ├── 2.png │ │ │ │ ├── 20.png │ │ │ │ ├── 21.png │ │ │ │ ├── 22.png │ │ │ │ ├── 23.png │ │ │ │ ├── 24.png │ │ │ │ ├── 25.png │ │ │ │ ├── 26.png │ │ │ │ ├── 27.png │ │ │ │ ├── 28.png │ │ │ │ ├── 29.png │ │ │ │ ├── 3.png │ │ │ │ ├── 30.png │ │ │ │ ├── 31.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 4.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ └── 9.png │ │ │ ├── m2 │ │ │ │ ├── 0.png │ │ │ │ ├── 1.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 14.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 19.png │ │ │ │ ├── 2.png │ │ │ │ ├── 20.png │ │ │ │ ├── 21.png │ │ │ │ ├── 22.png │ │ │ │ ├── 23.png │ │ │ │ ├── 24.png │ │ │ │ ├── 25.png │ │ │ │ ├── 26.png │ │ │ │ ├── 27.png │ │ │ │ ├── 28.png │ │ │ │ ├── 29.png │ │ │ │ ├── 3.png │ │ │ │ ├── 30.png │ │ │ │ ├── 31.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 4.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ └── 9.png │ │ │ ├── r.png │ │ │ ├── search.png │ │ │ ├── settingsbg.png │ │ │ ├── txtC1.png │ │ │ ├── txtC2.png │ │ │ ├── w.png │ │ │ ├── w1 │ │ │ │ ├── 0.png │ │ │ │ ├── 1.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 14.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 19.png │ │ │ │ ├── 2.png │ │ │ │ ├── 20.png │ │ │ │ ├── 21.png │ │ │ │ ├── 22.png │ │ │ │ ├── 23.png │ │ │ │ ├── 24.png │ │ │ │ ├── 25.png │ │ │ │ ├── 26.png │ │ │ │ ├── 27.png │ │ │ │ ├── 28.png │ │ │ │ ├── 29.png │ │ │ │ ├── 2s9.png │ │ │ │ ├── 3.png │ │ │ │ ├── 30.png │ │ │ │ ├── 31.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 3s0.png │ │ │ │ ├── 4.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ └── 9.png │ │ │ └── w2 │ │ │ │ ├── 0.png │ │ │ │ ├── 1.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 14.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 19.png │ │ │ │ ├── 2.png │ │ │ │ ├── 20.png │ │ │ │ ├── 21.png │ │ │ │ ├── 22.png │ │ │ │ ├── 23.png │ │ │ │ ├── 24.png │ │ │ │ ├── 25.png │ │ │ │ ├── 26.png │ │ │ │ ├── 27.png │ │ │ │ ├── 28.png │ │ │ │ ├── 29.png │ │ │ │ ├── 3.png │ │ │ │ ├── 30.png │ │ │ │ ├── 31.png │ │ │ │ ├── 32.png │ │ │ │ ├── 33.png │ │ │ │ ├── 34.png │ │ │ │ ├── 35.png │ │ │ │ ├── 36.png │ │ │ │ ├── 37.png │ │ │ │ ├── 38.png │ │ │ │ ├── 39.png │ │ │ │ ├── 4.png │ │ │ │ ├── 40.png │ │ │ │ ├── 41.png │ │ │ │ ├── 42.png │ │ │ │ ├── 43.png │ │ │ │ ├── 44.png │ │ │ │ ├── 45.png │ │ │ │ ├── 46.png │ │ │ │ ├── 47.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ └── 9.png │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── alert.vbs │ │ │ ├── js.js │ │ │ ├── local.js │ │ │ ├── rss.js │ │ │ └── settings.js │ │ │ └── settings.html │ ├── en-US │ │ ├── Sidebar.exe.mui │ │ └── sbdrop.dll.mui │ ├── pl-PL │ │ ├── Sidebar.exe.mui │ │ └── sbdrop.dll.mui │ ├── sbdrop.dll │ ├── settings.ini │ ├── sidebar.exe │ └── wlsrvc.dll ├── SbTasks.xml ├── icon.ico └── setup.iss ├── README.md └── logo.png /GPInstallerBuilder/Files32/en-US/Sidebar.exe.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/en-US/Sidebar.exe.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/en-US/sbdrop.dll.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/en-US/sbdrop.dll.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/pl-PL/Sidebar.exe.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/pl-PL/Sidebar.exe.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/pl-PL/sbdrop.dll.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/pl-PL/sbdrop.dll.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/sbdrop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/sbdrop.dll -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/settings.ini -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/sidebar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/sidebar.exe -------------------------------------------------------------------------------- /GPInstallerBuilder/Files32/wlsrvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files32/wlsrvc.dll -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/Donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/Donate.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/Share.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm1.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm2.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm3.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm4.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/alarm5.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/amd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/amd.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/arrow.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/barback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/barback.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bartop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bartop.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_110.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_140.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_140.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_170.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_200.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_230.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_260.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_290.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_290.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_320.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_350.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_350.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_380.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_380.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_410.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/bg_440.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/blank.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/cpu.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/cross.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/flyout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/flyout.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/gadget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/gadget.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/hs.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/hv.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/intel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/intel.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/likebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/likebox.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/picon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/All_CPU_Meter.gadget/picon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/flyoutRB.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/flyoutRB.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/images/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/images/hr.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/AppLauncher.gadget/images/up.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Battery.gadget/author.txt: -------------------------------------------------------------------------------- 1 | Author: Vitim.tk 2 | 3 | Engine from "Battery Gauge" -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Battery.gadget/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Battery.gadget/background.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Battery.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Battery.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Battery.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Battery.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Battery.gadget/iconnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Battery.gadget/iconnew.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Battery.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Battery.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/cpu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/cpu.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/css/cpu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/css/cpu.css -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/js/cpu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/js/cpu.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/en-US/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back_lrg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back_lrg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back_lrg_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/back_lrg_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dial.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dial_lrg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dial_lrg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dial_sml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dial_sml.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dialdot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/dialdot.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/glass.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/glass_lrg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/images/glass_lrg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/CPU.Gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/calendar.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/de/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/de/calendar.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/fr/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/fr/calendar.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/bNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/bNext.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/bPrev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/bPrev.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/curl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/curl.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/month.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/images/month.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/ja/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/ja/calendar.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/js/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/js/calendar.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/ru/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/ru/calendar.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/zh/calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Calendar.Gadget/zh/calendar.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/clock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/clock.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/css/clock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/css/clock.css -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/css/settings.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/css/settings.css -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/de/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/de/js/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/de/js/timeZones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/de/js/timeZones.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/de/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/de/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/fr/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/fr/js/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/fr/js/timeZones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/fr/js/timeZones.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/fr/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/fr/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_h.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_m.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/diner_s.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_h.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_m.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/flower_s.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_h.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_m.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/modern_s.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/monitor.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/monitor.pdn -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/monitor.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/monitor_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/monitor_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/novelty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/novelty.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/novelty_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/novelty_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_h.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_m.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/square_s.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_h.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_m.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/system_s.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_dot.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_h.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_m.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/trad_s.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/tradold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/images/tradold.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ja/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ja/js/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ja/js/timeZones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ja/js/timeZones.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ja/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ja/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/js/clock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/js/clock.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/js/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/js/timeZones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/js/timeZones.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ru/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ru/js/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ru/js/timeZones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ru/js/timeZones.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ru/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/ru/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/js/clock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/js/clock.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/js/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/js/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/js/timeZones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/js/timeZones.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Clock.Gadget/zh/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ClockDigital.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ClockDigital.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ClockDigital.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ClockDigital.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ClockDigital.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ClockDigital.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/res/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/res/bg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/res/fg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/res/fg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ColorPalette.gadget/res/settings.css: -------------------------------------------------------------------------------- 1 | 2 | body { 3 | font-family: 'Segoe UI', Tahoma, san-serif; 4 | width: 300px; 5 | height: 180px; 6 | } 7 | -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/acd/Run.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/acd/Run.lnk -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/src/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/src/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/src/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ControlPanel.gadget/src/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/Donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/Donate.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/Logoff.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/Logoff.lnk -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/Share.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/arrow.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/cross.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/hs.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/hv.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/lock.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/lock2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/lock2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/logoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/logoff.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Control_System.gadget/slider.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Countdown2Date.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Countdown2Date.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/css/currency.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/css/currency.css -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/currency.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/de/gadget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/de/gadget.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/fr/gadget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/fr/gadget.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/gadget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/gadget.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/images/info.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/ja/gadget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/ja/gadget.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/js/currency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/js/currency.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/js/library.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/js/library.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/js/service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/js/service.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/ru/gadget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/ru/gadget.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/zh/gadget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Currency.Gadget/zh/gadget.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/DriveActivity.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/DriveActivity.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/DriveInfo.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/DriveInfo.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/DriveInfo.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/DriveInfo.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/154_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/154_back.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/186_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/186_back.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/Donate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/Donate.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/Share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/Share.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm1.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm2.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm3.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm4.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/alarm5.mp3 -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/arrow.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/ati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/ati.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/barback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/barback.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/bartop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/bartop.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/cross.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/gadget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/gadget.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/hs.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/hv.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/iconhi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/iconhi.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/likebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/likebox.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/nvidia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/nvidia.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/nvsulib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Gpugadgetnew.gadget/nvsulib.dll -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/WeatherSettings.txt: -------------------------------------------------------------------------------- 1 | WeatherLocation=(closest location: Warsaw, Poland) 2 | WeatherLocationCode=wc:PLXX0028 3 | DisplayDegreesIn=Celsius 4 | -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MSN Weather 2_0.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/black.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/de/extra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/de/extra.txt -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/down.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/extra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/extra.txt -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/forum.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/forum.bmp -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje0.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje11.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje12.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje13.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje14.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/frontje9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/help.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/close.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/down.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/info.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/sort.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/icons/up.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/logo.jpg -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/miniradio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/miniradio.jpg -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/miniradio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/miniradio.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/mrlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/mrlogo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/nl/extra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/nl/extra.txt -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/optie1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/optie1.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/optie2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/optie2.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/optie3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/optie3.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/play.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/radio.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/real.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/real.bmp -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/ron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/ron.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/smooth.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/stop.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/up.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/zwartbalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MiniRadio.gadget/zwartbalk.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MonitorOff.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MonitorOff.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/MonitorOff.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/MonitorOff.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/Setup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/Setup.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/back_9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/de/Setup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/de/Setup.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Mousometer.gadget/status_5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Network_Meter_V8.4.gadget/hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Network_Meter_V8.4.gadget/hs.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Network_Meter_V8.4.gadget/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Network_Meter_V8.4.gadget/hv.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Network_Meter_V8.4.gadget/linechart.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | font-family: Segoe UI; 4 | width: 500px; 5 | height: 450px; 6 | overflow: auto; 7 | } -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/POP3Checker.gadget/css/gadget.css: -------------------------------------------------------------------------------- 1 | body{ 2 | font-family: Segoe UI, Tahoma, Sans-Serif; 3 | width:130px; 4 | height:67px; 5 | margin:0px; 6 | padding:0px; 7 | } -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/POP3Checker.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/POP3Checker.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/POP3Checker.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/POP3Checker.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/BlackKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/BlackKey.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/WriteKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/WriteKey.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/drop.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/flyout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/flyout.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/images/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A3.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A3S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A3S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A4S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/A4S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/B3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/B3.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/B4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/B4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C4S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C4S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C5.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C5S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/C5S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D4S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D4S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D5.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D5S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/D5S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/E4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/E4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/E5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/E5.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F3.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F3S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F3S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F4S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/F4S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G3.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G3S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G3S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G4.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G4S.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Piano.gadget/sound/G4S.wav -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/de/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/de/local.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/fr/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/fr/local.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/ja/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/ja/local.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/local.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/ru/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/ru/local.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/settings.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/zh/local.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PicturePuzzle.Gadget/zh/local.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PowerStatus.gadget/bat48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PowerStatus.gadget/bat48.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PowerStatus.gadget/bat_scr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PowerStatus.gadget/bat_scr.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/PowerStatus.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/PowerStatus.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/_bg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/bg.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/eject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/eject.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/mb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/mb.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/mo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/mr.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/images/p.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RDSafely.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/de/langvars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/de/langvars.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/dragndrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/dragndrop.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/fr/langvars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/fr/langvars.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/000.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/030.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/070.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/images/100.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/RecycleBin.gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/drop.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/au-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/au-1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/au.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo11.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo12.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo13.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/logo9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SearchALL.gadget/img/search9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/ShutdownRestart.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/ShutdownRestart.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Images/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/MainSidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/MainSidebar.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Skins/stitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Skins/stitch.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Skins/zblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/Skins/zblack.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/cs/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/cs/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/da/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/da/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/de/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/de/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/es/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/es/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/fr/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/fr/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/hu/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/hu/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/id/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/id/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/it/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/it/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/ja/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/ja/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/nl/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/nl/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/pl/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/pl/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/ru/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/ru/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/si/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/si/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/sk/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/sk/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/sv/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/sv/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/tr/Localized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Sidebar7.gadget/tr/Localized.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/icon.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/js/slideShow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/js/slideShow.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/settings.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/slideShow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/SlideShow.Gadget/slideShow.html -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/back.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/cancel.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/lock.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/logopc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/TurnoffPC.gadget/imgs/logopc.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/cross.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/gadget.css: -------------------------------------------------------------------------------- 1 | body{ 2 | font-family: Segoe UI, Tahoma, Sans-Serif; 3 | font-size:12; 4 | width:130px; 5 | height:80px; 6 | margin:0px; 7 | padding:0px; 8 | } -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/kmix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/kmix.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/peak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/peak.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/screen.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/vol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/Volume_Control.gadget/vol.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/WeatherCenter.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/WeatherCenter.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/WeatherCenter.gadget/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/WeatherCenter.gadget/readme.txt -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/blank.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/drag.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/Away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/Away.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/Busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/Busy.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/b.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/b.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/bar.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/blank.gif -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/blank.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/blue.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/c.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/logo.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/0.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/11.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/12.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/13.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/14.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/15.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/16.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/17.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/18.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/19.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/20.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/21.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/22.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/23.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/24.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/25.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/26.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/27.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/28.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/29.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/30.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/31.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/32.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/33.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/34.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/35.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/36.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/37.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/38.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/39.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/40.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/41.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/42.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/43.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/44.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/45.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/46.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/47.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m1/9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/0.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/11.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/12.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/13.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/14.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/15.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/16.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/17.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/18.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/19.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/20.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/21.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/22.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/23.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/24.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/25.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/26.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/27.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/28.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/29.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/30.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/31.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/32.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/33.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/34.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/35.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/36.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/37.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/38.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/39.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/40.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/41.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/42.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/43.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/44.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/45.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/46.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/47.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/m2/9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/r.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/txtC1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/txtC1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/txtC2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/txtC2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/0.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/11.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/12.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/13.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/14.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/15.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/16.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/17.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/18.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/19.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/20.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/21.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/22.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/23.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/24.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/25.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/26.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/27.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/28.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/29.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/30.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/31.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/32.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/33.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/34.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/35.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/36.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/37.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/38.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/39.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/40.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/41.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/42.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/43.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/44.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/45.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/46.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/47.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/7.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/8.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w1/9.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/0.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/1.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/10.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/11.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/12.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/13.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/14.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/15.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/16.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/17.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/18.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/19.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/2.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/20.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/21.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/22.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/23.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/24.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/25.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/26.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/27.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/28.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/29.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/3.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/30.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/31.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/32.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/33.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/34.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/35.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/36.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/37.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/38.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/39.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/4.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/40.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/41.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/42.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/43.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/44.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/45.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/46.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/47.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/5.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/img/w2/6.png -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/js/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/Gadgets/mainweather.gadget/js/js.js -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/en-US/Sidebar.exe.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/en-US/Sidebar.exe.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/en-US/sbdrop.dll.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/en-US/sbdrop.dll.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/pl-PL/Sidebar.exe.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/pl-PL/Sidebar.exe.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/pl-PL/sbdrop.dll.mui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/pl-PL/sbdrop.dll.mui -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/sbdrop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/sbdrop.dll -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/settings.ini -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/sidebar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/sidebar.exe -------------------------------------------------------------------------------- /GPInstallerBuilder/Files64/wlsrvc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/Files64/wlsrvc.dll -------------------------------------------------------------------------------- /GPInstallerBuilder/SbTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/SbTasks.xml -------------------------------------------------------------------------------- /GPInstallerBuilder/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/GPInstallerBuilder/icon.ico -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rectify11/Gadgets/a06af838755e71a75e5e9c4305046fb28721e743/logo.png --------------------------------------------------------------------------------