Skip to content

Commit

Permalink
fix: container
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Jun 2, 2019
1 parent 6d330a6 commit b6256e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions Themes/Notch/Date.inc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,5 @@ Container = DateContainer
Meter = Shape
X = (#Bar_OffsetX#+#Date_X#)
Y = #Bar_OffsetY#
W = ([DateIcon:W] + [Date:W] + 5)
H = #Bar_Height#
SolidColor=0,0,0
Shape = Rectangle 0,0,([DateIcon:W] + [Date:W] + 5),#Bar_Height# | StrokeWidth 0
DynamicVariables = 1
4 changes: 1 addition & 3 deletions Themes/Notch/Music.inc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,5 @@ Container = MusicContainer
Meter = Shape
X=(#Bar_OffsetX#+#music_X#)
Y=#Bar_OffsetY#
H=#Bar_Height#
W=([MusicIcon:W] + [MusicTrackTitle:W] + 5)
SolidColor=0,0,0
Shape = Rectangle 0,0,([MusicIcon:W] + [MusicTrackTitle:W] + 5),#Bar_Height# | StrokeWidth 0
DynamicVariables = 1
4 changes: 1 addition & 3 deletions Themes/Notch/Uptime.inc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,5 @@ Container = UptimeContainer
Meter = Shape
X = (#Bar_OffsetX#+#Uptime_X#)
Y = #Bar_OffsetY#
W = ([UptimeIcon:W] + [Uptime:W] + 5)
H = #Bar_Height#
SolidColor=0,0,0
Shape = Rectangle 0,0,([UptimeIcon:W] + [Uptime:W] + 5),#Bar_Height# | StrokeWidth 0
DynamicVariables = 1
4 changes: 1 addition & 3 deletions Themes/Notch/Volume.inc
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ MouseOverAction=!CommandMeasure AdditionalSkinActionTimer "Stop 1"
Meter = Shape
X = (#Bar_OffsetX#+#Volume_X#)
Y = #Bar_OffsetY#
W = ([VolumeIcon:W] + [Volume:W] + 5)
H = #Bar_Height#
SolidColor=0,0,0
Shape = Rectangle 0,0,([VolumeIcon:W] + [Volume:W] + 5),#Bar_Height# | StrokeWidth 0
DynamicVariables = 1
Group=Volume
4 changes: 1 addition & 3 deletions Themes/Notch/Weather.inc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,5 @@ Container = WeatherContainer
Meter = Shape
X = (#Bar_OffsetX#+#Weather_X#)
Y = #Bar_OffsetY#
W = ([WeatherIcon:W] + [Weather:W] + 10)
H = #Bar_Height#
SolidColor=0,0,0
Shape = Rectangle 0,0,([WeatherIcon:W] + [Weather:W] + 10),#Bar_Height# | StrokeWidth 0
DynamicVariables = 1
4 changes: 1 addition & 3 deletions Themes/Notch/Weather2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,5 @@ Container = Weather2Container
Meter = Shape
X = (#Bar_OffsetX#+#Weather2_X#)
Y = #Bar_OffsetY#
W = ([Weather2Icon:W] + [Weather2:W] + 10)
H = #Bar_Height#
SolidColor=0,0,0
Shape = Rectangle 0,0,([Weather2Icon:W] + [Weather2:W] + 10),#Bar_Height# | StrokeWidth 0
DynamicVariables = 1

0 comments on commit b6256e2

Please sign in to comment.