It is currently March 29th, 2024, 12:40 pm

Gruvy

A package of skins with a "theme" or by a single author
User avatar
brax64
Posts: 172
Joined: July 8th, 2018, 8:05 pm

Gruvy

Post by brax64 »

Gruvy 1.8
Image

Included:
- Sidebar with system info and controls, calendar, weather info, clock
- Music player
- Audio visualizer
- App/websites launcher
- Keyboard lock states
- Setting skins

I made this skin to integrate the namesake windows 10 theme by niivu. https://www.deviantart.com/niivu/art/Gruvy-Theme-for-Windows-10-818437481

Credits (lots of it!!!) to jsmorley, balala, eclectic-tech and all the awesome people of this community! :rosegift: :thumbup:

Download and info here: https://www.deviantart.com/brax64/art/Gruvy-Rainmeter-skin-Version-1-8-823640254


EDIT:
Ver 1.8 released 09/30/2020
Ver 1.7 released 08/11/2020
Angelflowa
Posts: 2
Joined: December 5th, 2020, 3:06 pm

Re: Gruvy

Post by Angelflowa »

Hey,

got a Problem with the Launcher, for some reason i can't add another MenuItem. It's like the limit of the menu is 8 items at all.

i can also only attach the launcher.ini file, so i will post the other 2 here.

LauncherVariables.inc

Code: Select all

[Variables]

;=======================================
;        Apps Path
;=======================================
;
app1=C:\Program Files\Microsoft Office\root\Office16\WINWORD.exe
app2=C:\Program Files\Microsoft Office\root\Office16\EXCEL.exe
app3=C:\Program Files\Microsoft Office\root\Office16\POWERPNT.exe
app4=C:\Program Files\Notepad++\notepad++.exe
app5=C:\Program Files (x86)\Structorizer\structorizer.exe
app6=C:\Program Files (x86)\PapDesigner\PapDesigner.exe
app7=C:\Program Files (x86)\TeamViewer\TeamViewer.exe
app8=C:\Program Files\CPUID\CPU-Z\cpuz.exe
app9=C:\Program Files\CPUID\HWMonitor\HWMonitor.exe

;=======================================
;         Apps Name
;=======================================

text1=Office Word
text2=Office Excel
text3=Office PP
text4=NotePad ++
text5=Structorizer
text6=PapDesigner
text7=TeamViewer
text8=CPUID CPU-Z
text9=CPUID HWMonitor

;=======================================
;         Apps Icon
;=======================================

icon1=#
icon2=#
icon3=#
icon4=#
icon5=#
icon6=#
icon7=#
icon8=#
icon9=#

;=======================================
;       Selected Icon Color
;=======================================

color1=#GruvyYellow#,220
color2=#GruvyGreen#,220
color3=#GruvyRed#,220
color4=255,160,0,220
color5=#GruvyBlue#,220

Variables.inc

Code: Select all

[Variables]

;----- Change the variables below to fit your preferences -----
;
;---===>>> ALL THE SETTINGS CAN BE CHANGED USING THE SETTINGS SKIN <<<===---

DD= C

; drive letter you want to monitor
; Updated trough Settings skin

Adapter=
; VPN Network Adapter
; Activate your VPN software, open the "Settings" skin, click on "Adapter"
; will shows up a banner with the description of your VPN adapter, right click on it
; to copy, then left click on the adapter input box, right click and select "paste",
; then hit "Enter" on the keyboard.
; Or you can type it directly up here after "Adapter="
; Updated trough Settings skin

MyBrowser=C:\Program Files\Google\Chrome\Application\chrome.exe
; Set this variable to your default browser path.
; (i.e. C:\Program Files (x86)\Google\Chrome\Application\chrome.exe for Chrome)
; Updated trough Settings skin

PlayerName=
; Select which music player you want to use, type it down "exactly" as it's written below
; Possible choices:
; iTunes      = iTunes
; Winamp      = Winamp
; AIMP        = Aimp
; MediaMonkey = MediaMonkey
; WMP         = Windows Media player
; CAD         = CD Art Display
; Updated trough PlayerSettings skin

Timer=10
; Launcher skin automatic collapse timer in seconds.
; Updated trough Settings skin
 

;---- CHANGE THE STUFF BELOW ONLY IF YOU KNOW WHAT THE HELL YOU'RE DOING!!!!!!

ff=Neon 80s
ff2=ElegantIcons
U1=[#UMG# Faders][#UMTG# Faders][#RD#]
U2=[#UMTG# IP][#RD#]
U3=[#UMG# Weather][#UMTG# Weather][#RD#]
U4=[#UMT# *][#RD#]
U5=[#UMT# VolIcon][#RD#]
U6=[#UM# MeasureSlider][#UMTG# Slider][#RD#]
U7=[#UM# Transiction][#RD#]
path=#@#Images\
T1=[\xe06d]
T2=[\xe06c]
T3=[\x56]
T4=[\x57]
T5=[\x5b]
T6=[\x5c]
T7=[\xe067]
T8=[\xe068]
T9=[\xe069]
W=50
C=140,140,140
GruvyYellow=255,198,33
GruvyGreen=46,233,164
GruvyRed=255,62,154
GruvyBlue=28,108,255
GruvyPink=193,37,255
Alpha1=255
Alpha2=0
tAlpha=200
iAlpha=15
cAlpha=20
bAlpha=100
HAlpha=255
MAlpha=255
Decimals=0
Dwelling=25
VolumeIncrement=2
binicon=#path#empty-trash.png
Degrees=°
cput=0
Off=255,255,255,30
State=1
OnOff=1
OffSet1=-155
OffSet2=-155
OffSet3=-155
OffSet4=-155
OffSet5=-155
OffSet6=-155
OffSet7=-155
OffSet8=-155
OffSet9=-155
YPos1=29
YPos2=51
You do not have the required permissions to view the files attached to this post.
User avatar
brax64
Posts: 172
Joined: July 8th, 2018, 8:05 pm

Re: Gruvy

Post by brax64 »

Angelflowa wrote: December 5th, 2020, 3:13 pm Hey,

got a Problem with the Launcher, for some reason i can't add another MenuItem. It's like the limit of the menu is 8 items at all.

i can also only attach the launcher.ini file, so i will post the other 2 here.
...
Hi Angelflowa,

You must modify the SkinHeight parameter in the [Rainmeter] section of the Launcher.ini file in order to "create" the necessary room to visualize the extra menu item like so:

SkinHeight=238

This will fix your problem 8-)

Also, remove from "SlideRight9" (in the [MeasureSlider] measure) the first #U6#, leave it at the end of the line... I guess was a little mistake happened while copy/pasting the code...
Angelflowa
Posts: 2
Joined: December 5th, 2020, 3:06 pm

Re: Gruvy

Post by Angelflowa »

brax64 wrote: December 5th, 2020, 3:51 pm Hi Angelflowa,

You must modify the SkinHeight parameter in the [Rainmeter] section of the Launcher.ini file in order to "create" the necessary room to visualize the extra menu item like so:

SkinHeight=238

This will fix your problem 8-)

Also, remove from "SlideRight9" (in the [MeasureSlider] measure) the first #U6#, leave it at the end of the line... I guess was a little mistake happened while copy/pasting the code...
FINALY thank you so much.. totaly forgot that they also could be a height limit for the skin >.< and yeah removed also the unneccesary U6!
User avatar
brax64
Posts: 172
Joined: July 8th, 2018, 8:05 pm

Re: Gruvy

Post by brax64 »

Angelflowa wrote: December 5th, 2020, 3:57 pm FINALY thank you so much.. totaly forgot that they also could be a height limit for the skin >.< and yeah removed also the unneccesary U6!
You very welcome! Glad to help :welcome:
roph03
Posts: 1
Joined: November 11th, 2023, 2:31 pm

Re: Gruvy

Post by roph03 »

Anyway to fix the weather not reporting?
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Gruvy

Post by eclectic-tech »

roph03 wrote: November 11th, 2023, 2:33 pm Anyway to fix the weather not reporting?
You need to update the #@#WeatherComVariables.inc file and edit it:
Change: APIKey=d522aa97197fd864d36b418f39ebb323
To: APIKey=21d8a80b3d6b444998a80b3d6b1449d3
Edit the Latitude, Longitude, Language, & Units values.
Save the file and refresh the Gruvy\Dash skin.

#@#WEatherComVariables.inc

Code: Select all

[Variables]

; NOTE that Location Codes like USVA0944 or other types of codes are no longer supported.

; You must use location Latitude and Longitude.
; These values can be found for your location at:
; https://nominatim.openstreetmap.org/search.php?q=Your Address Text&format=json
; Where "Your Address Text" can be pretty much anything that can zero in on the location you want.
; https://nominatim.openstreetmap.org/search.php?q=Fort Hunt, Virginia&format=json
; https://nominatim.openstreetmap.org/search.php?q=22308&format=json
; https://nominatim.openstreetmap.org/search.php?q=The White House, Washington D.C.&format=json
; Then copy the lat: and lon: values from that site and paste them below.

Latitude=41.29
Longitude=-82.59
; Language used for string values returned in the data.
; If another language is desired the correct code can be found at:
; https://admin.rainmeter.net/LanguageCodes.php
; For example, French as used in France would be Language=fr-FR

Language=en-US

; Units of measure. This must be one of the following lower case letters:
; e		This is "Imperial", using Fahrenheit for temperatures.
; m		This is "Metric", using Celsius for temperatures.
; h		This is "Hybrid", used primarily in the UK. Celsius for temperatures, but miles for distances.

Units=e

; How often to update the weather information. Default and recommended is 600, which would be 10 minutes.

UpdateRate=600

; Date and time formats you desire.
; See https://docs.rainmeter.net/manual/measures/time/#FormatCodes 
; For formatting codes to use.

DateFormat=%A, %B %#d, %Y
TimeFormat=%#I:%M %p

; DON'T CHANGE ANY BELOW HERE !!!!

APIKey=21d8a80b3d6b444998a80b3d6b1449d3

CommonSubstitute='"':"","^null$":"","\\u002F":"/","\\u005C":"\","\\u003C":"<","\\u003E":">","\\u00BA":"#Degrees#"
URLSite=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point?format=json&geocode=#Latitude#,#Longitude#&units=#Units#&language=#Language#&apiKey=#APIKey#
WeatherdotCom=https://weather.com/#Language#/weather/today/l/#Latitude#,#Longitude#?temp=#Units#