Skip to content

Commit 1a6e9e8

Browse files
authored
Merge pull request #5 from Jax-Core/v2
V2
2 parents 62b83c0 + fd02b9b commit 1a6e9e8

File tree

102 files changed

+59
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+59
-48
lines changed

@Resources/Actions/HotKeys.ini

-116 Bytes
Binary file not shown.
-932 Bytes
Binary file not shown.

@Resources/Fonts/Cantarell-Bold.ttf

48.1 KB
Binary file not shown.
46.4 KB
Binary file not shown.
-208 KB
Binary file not shown.
-206 KB
Binary file not shown.
Binary file not shown.
-199 KB
Binary file not shown.
Binary file not shown.
-206 KB
Binary file not shown.
-206 KB
Binary file not shown.
-199 KB
Binary file not shown.
-206 KB
Binary file not shown.
Binary file not shown.
-201 KB
Binary file not shown.
-142 KB
Binary file not shown.
-146 KB
Binary file not shown.
-144 KB
Binary file not shown.
Binary file not shown.
-141 KB
Binary file not shown.
Binary file not shown.
-145 KB
Binary file not shown.
-142 KB
Binary file not shown.
-146 KB
Binary file not shown.
-141 KB
Binary file not shown.
Binary file not shown.
-141 KB
Binary file not shown.
-142 KB
Binary file not shown.
Binary file not shown.
-140 KB
Binary file not shown.
-144 KB
Binary file not shown.
-149 KB
Binary file not shown.
-158 KB
Binary file not shown.

@Resources/Fonts/Runic-Regular.otf

-6.36 KB
Binary file not shown.

@Resources/Fonts/UbuntuMono-B.ttf

-187 KB
Binary file not shown.

@Resources/Fonts/UbuntuMono-BI.ttf

-211 KB
Binary file not shown.

@Resources/Fonts/UbuntuMono-R.ttf

-201 KB
Binary file not shown.

@Resources/Fonts/UbuntuMono-RI.ttf

-205 KB
Binary file not shown.

@Resources/Images/Cover.png

-70.7 KB

@Resources/Images/YourFlyouts.png

-3.37 KB

@Resources/Includes/GlobalBrightness0.inc

Lines changed: 0 additions & 1 deletion
This file was deleted.
-338 Bytes
Binary file not shown.
-126 Bytes
Binary file not shown.

@Resources/Lua/Func.lua

-912 Bytes
Binary file not shown.

@Resources/PatchNoteVar.inc

-4 Bytes
Binary file not shown.

@Resources/Presets/DEFAULT.inc

38 Bytes
Binary file not shown.

@Resources/Presets/Gnome.inc

128 Bytes
Binary file not shown.

@Resources/Presets/Pixel.inc

126 Bytes
Binary file not shown.
398 Bytes
Binary file not shown.
398 Bytes
Binary file not shown.
400 Bytes
Binary file not shown.
Binary file not shown.
398 Bytes
Binary file not shown.

@Resources/Presets/Win11.inc

170 Bytes
Binary file not shown.

@Resources/Vars.inc

-78 Bytes
Binary file not shown.

@Resources/Version.inc

-2 Bytes
Binary file not shown.

@Start/DownloadFile/Parsed.inc

2.05 KB
Binary file not shown.

Core/#page.inc

556 Bytes
Binary file not shown.

Core/Animation.inc

7.51 KB
Binary file not shown.

Core/AppearanceStyles/Fluent.inc

476 Bytes
Binary file not shown.

Core/AppearanceStyles/Gnome.inc

4.81 KB
Binary file not shown.

Core/AppearanceStyles/Pixel.inc

6.72 KB
Binary file not shown.

Core/AppearanceStyles/Win11.inc

10.7 KB
Binary file not shown.

Core/DropDown/Pixel/BottomAction.inc

2.84 KB
Binary file not shown.

Core/DropDown/Pixel/color_theme.inc

2.42 KB
Binary file not shown.

Core/General.inc

-13.9 KB
Binary file not shown.

Core/Layout.inc

1.6 KB
Binary file not shown.

Core/Layout/1.inc

2.38 KB
Binary file not shown.

Core/Layout/2.inc

2.35 KB
Binary file not shown.

Core/Layout/Amber.png

-12.8 KB

Core/Layout/Center.png

1.01 KB

Core/Layout/CoreUI.png

-40.7 KB

Core/Layout/Fluent.png

-36.5 KB

Core/Layout/FluentOld.png

-208 KB

Core/Layout/Gnome.png

93.6 KB

Core/Layout/Mask.png

-299 Bytes

Core/Layout/Modern.png

-43.5 KB

Core/Layout/Pixel.png

344 KB

Core/Layout/Plainext.png

-7.92 KB

Core/Layout/Simple.png

-5.23 KB

Core/Layout/Win11.png

249 KB

Core/PatchNote/Main1.inc

328 Bytes
Binary file not shown.

Core/Window/Setup.inc

-8 Bytes
Binary file not shown.

Core/Window/Setup/1.inc

1.89 KB
Binary file not shown.

Core/Window/Setup/4.inc

-2.46 KB
Binary file not shown.

Core/Window/Setup/5.inc

-46 Bytes
Binary file not shown.

Core/Window/Setup/6.inc

12 Bytes
Binary file not shown.

Core/Window/Setup/7.inc

-1014 Bytes
Binary file not shown.

Core/Window/Setup/8.inc

-1.04 KB
Binary file not shown.

Gallery.md

Lines changed: 13 additions & 0 deletions

Main/Layout/Center.inc

26 Bytes
Binary file not shown.

Main/Layout/Fluent.inc

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,23 @@ LeftMouseDownAction=[!SetOption MediaHoverCircle Stroke "Stroke Color #FontColor
3838
; Function ;
3939
; ---------------------------------------------------------------------------- ;
4040

41+
42+
[mVolume]
43+
OnUpdateAction=[!SetOption VolumeString Text """[&Func:volumeLevel()]"""][!SetOption VolumeString FontFace "#FontFace#"]
44+
45+
[mBrightness]
46+
IfCondition=(mBrightness == 0)
47+
IfTrueAction=[!SetOption VolumeString Text "[\xEC8A]"][!SetOption VolumeString FontFace "Segoe MDL2 Assets"]
48+
IfCondition2=(mBrightness > 0)
49+
IfTrueAction2=[!SetOption VolumeString Text "[\xE706]"][!SetOption VolumeString FontFace "Segoe MDL2 Assets"]
50+
IfConditionMode=1
51+
4152
[FrostedGlass]
4253
Measure=Plugin
4354
Plugin=FrostedGlass
4455
Type=#Blur#
4556
Corner=#BlurCorner#
46-
Border=None
57+
Border=All
4758

4859
[SysColor]
4960
Measure=Plugin
@@ -56,11 +67,20 @@ Disabled=(1-#SysAccent#)
5667

5768
; --------------------------------- VolumeBar -------------------------------- ;
5869

70+
[StrokeB]
71+
Meter=Shape
72+
X=#Border#
73+
Y=#Border#
74+
Shape=Rectangle 0,0,(#VolumeW#+#MediaW#*#MusicVisible#),(#H#),#StaticWin11Corner# | Stroke Color #FontColor#,50 | StrokeWidth (#Border#*#Scale#) | Fill Color 0,0,0,0
75+
DynamicVariables=1
76+
Group=Standard | Music
77+
Hidden=(1-#Border#)
78+
5979
[VolumeB]
6080
Meter=Shape
61-
X=1
62-
Y=1
63-
Shape=Rectangle 0,0,#VolumeW#,#H#,[&Func:returnCorner()] | StrokeWidth #Stroke# | Fill Color #PrimaryColor#,#PrimaryOpacity#
81+
X=r
82+
Y=r
83+
Shape=Rectangle 0,0,#VolumeW#,#H#,#StaticWin11Corner# | StrokeWidth 0 | Fill Color #PrimaryColor#,#PrimaryOpacity#
6484
Group=Standard
6585
DynamicVariables=1
6686
MouseScrollUpAction=[!CommandMeasure "mVolume" "ChangeVolume 2"][!UpdateMeasure mVolume]
@@ -69,7 +89,7 @@ MouseScrollDownAction=[!CommandMeasure "mVolume" "ChangeVolume -2"][!UpdateMeasu
6989
Meter=Shape
7090
X=r
7191
Y=r
72-
Shape=Rectangle 0,0,#VolumeW#,#H#,[&Func:returnCorner()] | StrokeWidth 0
92+
Shape=Rectangle 0,0,#VolumeW#,#H#,#StaticWin11Corner# | StrokeWidth 0
7393
Group=Standard
7494
DynamicVariables=1
7595

@@ -110,10 +130,10 @@ Container=VolumeC
110130

111131
[MediaB]
112132
Meter=Shape
113-
X=1
133+
X=r
114134
Y=r
115-
Shape=Rectangle 0,0,(#MediaW#+#VolumeW#),#H#,[&Func:returnCorner()] | StrokeWidth #Stroke# | Fill Color #PrimaryColor#,#PrimaryOpacity#
116-
Shape2=Rectangle 0,0,#VolumeW#,#H#,([&Func:returnCorner()]+1) | StrokeWidth #Stroke#
135+
Shape=Rectangle 0,0,(#MediaW#+#VolumeW#),#H#,#StaticWin11Corner# | StrokeWidth 0 | Fill Color #PrimaryColor#,#PrimaryOpacity#
136+
Shape2=Rectangle 0,0,#VolumeW#,#H#,(#StaticWin11Corner#+1) | StrokeWidth 0
117137
Shape3=Combine Shape | XOR Shape2
118138
Shape4=Line #VolumeW#,(#P#),#VolumeW#,(#P#+(#H#-#P#*2)*#TweenNode1#) | StrokeStartCap Round | StrokeEndCap ROund | StrokeWidth (1*#Scale#) | Stroke Color #FontColor#,50
119139
DynamicVariables=1
@@ -123,7 +143,7 @@ Meter=Shape
123143
X=(#VolumeW#)
124144
Y=r
125145
DynamicVariables=1
126-
Shape=Rectangle 0,0,(#MediaW#*#TweenNode1#+1),#H#,[&Func:returnCorner()] | StrokeWidth 0 | Fill Color 255,255,255,(255*#TweenNode1#)
146+
Shape=Rectangle 0,0,(#MediaW#*#TweenNode1#+1),#H#,#StaticWin11Corner# | StrokeWidth 0 | Fill Color 255,255,255,(255*#TweenNode1#)
127147
Group=Music | Standard | Animated
128148

129149
[MediaImage]
@@ -296,16 +316,16 @@ Container=MediaC
296316

297317
[LocksB]
298318
Meter=Shape
299-
X=1
300-
Y=1
301-
Shape=Rectangle 0,0,#LocksW#,#LocksH#,[&Func:returnCorner()] | StrokeWidth #Stroke# | Fill Color #PrimaryColor#,#PrimaryOpacity# | Stroke Color #SecondaryColor#,#SecondaryOpacity#
319+
X=#Border#
320+
Y=#Border#
321+
Shape=Rectangle 0,0,#LocksW#,#LocksH#,#StaticWin11Corner# | StrokeWidth (#Border#*#Scale#) | Fill Color #PrimaryColor#,#PrimaryOpacity# | Stroke Color #FontColor#,50
302322
Group=Locks | Special
303323
Hidden=1
304324
[LocksC]
305325
Meter=Shape
306326
X=r
307327
Y=r
308-
Shape=Rectangle 0,0,#LocksW#,#LocksH#,[&Func:returnCorner()] | StrokeWidth 0
328+
Shape=Rectangle 0,0,#LocksW#,#LocksH#,#StaticWin11Corner# | StrokeWidth 0
309329
Group=Locks | Special
310330
Hidden=1
311331

@@ -334,6 +354,10 @@ Hidden=1
334354
Text=[\xe73a]
335355
[LocksIcon.Off:S]
336356
Text=[\xe739]
357+
[FlightIcon.On:S]
358+
Text=[\xe709]
359+
[FlightIcon.Off:S]
360+
Text=[\xe709]
337361

338362

339363

Main/Layout/Gnome.inc

12.6 KB
Binary file not shown.

Main/Layout/Pixel.inc

19.3 KB
Binary file not shown.

Main/Layout/Simple.inc

1.34 KB
Binary file not shown.

Main/Layout/Win11.inc

16.2 KB
Binary file not shown.

Main/Main.ini

2.97 KB
Binary file not shown.

Main/Vars/Fluent.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Variables]
2-
Height=180
2+
Height=200
33

44
FontFace=Segoe UI
5-
Stroke=0
5+
Border=1
66
Cap=Round
77

88
PrimaryColor=12,12,12

Main/Vars/Gnome.inc

340 Bytes
Binary file not shown.

Main/Vars/Pixel.inc

662 Bytes
Binary file not shown.

Main/Vars/WIn11.inc

472 Bytes
Binary file not shown.

README.md

Lines changed: 7 additions & 32 deletions

0 commit comments

Comments
 (0)