Revamp debugging

This commit is contained in:
Muhammad Rivan 2021-06-04 08:41:30 +07:00
parent d0ed30f3e6
commit 686206828a
No known key found for this signature in database
GPG Key ID: C56A200FD936FAAA

View File

@ -10,9 +10,9 @@ LineWidth=0
#The color (RGBA) of the outer stroke. #The color (RGBA) of the outer stroke.
OuterStrokeColor=0;;0;;0;;95 OuterStrokeColor=0;;0;;0;;95
#The starting color (RGBA) of the fill gradient. #The starting color (RGBA) of the fill gradient.
FillStartColor=209;;209;;209;;65 FillStartColor=209;;209;;209;;110
#The ending color (RGBA) of the fill gradient. #The ending color (RGBA) of the fill gradient.
FillEndColor=209;;209;;209;;80 FillEndColor=209;;209;;209;;115
#The color (RGBA) of the inner stroke. #The color (RGBA) of the inner stroke.
InnerStrokeColor=255;;255;;255;;245 InnerStrokeColor=255;;255;;255;;245
@ -28,7 +28,7 @@ ItemPadding=4
#The size of item indicators, in tenths of a percent of IconSize. #The size of item indicators, in tenths of a percent of IconSize.
IndicatorSize=5 IndicatorSize=5
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
IconShadowSize=2 IconShadowSize=0
#The height (in percent of IconSize) to bounce an icon when the application sets urgent. #The height (in percent of IconSize) to bounce an icon when the application sets urgent.
UrgentBounceHeight=1 UrgentBounceHeight=1
#The height (in percent of IconSize) to bounce an icon when launching an application. #The height (in percent of IconSize) to bounce an icon when launching an application.