Skip to content

Commit b355587

Browse files
committed
update
1 parent c17c229 commit b355587

File tree

2 files changed

+72
-3
lines changed

2 files changed

+72
-3
lines changed

install.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
#!/bin/bash
22

33
cp -r xpple_menu/applications /home/"$USER"/.local/share
4-
mkdir /home/"$USER"/.config/menu/
4+
mkdir -p /home/"$USER"/.config/menu/
55
cp -r xpple_menu/xpple.menu /home/"$USER"/.config/menu/
6+
mkdir -p /home/"$USER"/.config/ulauncher/
67
cp -r "ulauncher theme"/* /home/"$USER"/.config/ulauncher/
78

89

9-
cd /home/"$USER"/Downloads/
1010
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
1111
WhiteSur-gtk-theme/install.sh -c dark -c light
1212
git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git
1313
WhiteSur-icon-theme/install.sh
1414
git clone https://github.com/vinceliuice/WhiteSur-cursors.git
1515
WhiteSur-cursors/install.sh
16-
cp -r /home/"$USER"/Downloads/WhiteSur-gtk-theme/src/other/plank/* /home/"$USER"/.local/share/plank/themes/
16+
mkdir -p /home/"$USER"/.local/share/plank/themes/
17+
cp -r WhiteSur-gtk-theme/src/other/plank/* /home/"$USER"/.local/share/plank/themes/
18+
cp -r plank/mcOS-BS-iMacM1-Black/ /home/"$USER"/.local/share/plank/themes/
1719

1820

plank/mcOS-BS-iMacM1-Black/dock.theme

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
#This file auto-generated by Plank.
2+
#2020-07-02T18:26:30+0000
3+
# mcOS Big Sur iMac M1 Black
4+
5+
[PlankTheme]
6+
#The roundness of the top corners.
7+
TopRoundness=20
8+
#The roundness of the bottom corners.
9+
BottomRoundness=20
10+
#The thickness (in pixels) of lines drawn.
11+
LineWidth=1
12+
#The color (RGBA) of the outer stroke.
13+
OuterStrokeColor=25;;25;;25;;100
14+
#The starting color (RGBA) of the fill gradient.
15+
FillStartColor=46;;52;;58;;200
16+
#The ending color (RGBA) of the fill gradient.
17+
FillEndColor=46;;52;;58;;200
18+
#The color (RGBA) of the inner stroke.
19+
InnerStrokeColor=50;;50;;50;;100
20+
21+
[PlankDockTheme]
22+
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
23+
HorizPadding=2.0
24+
#The padding on the top dock edge, in tenths of a percent of IconSize.
25+
TopPadding=2.0
26+
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
27+
BottomPadding=2.0
28+
#The padding between items on the dock, in tenths of a percent of IconSize.
29+
ItemPadding=1.5
30+
#The size of item indicators, in tenths of a percent of IconSize.
31+
IndicatorSize=5
32+
#The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
33+
IconShadowSize=0.5
34+
#The height (in percent of IconSize) to bounce an icon when the application sets urgent.
35+
UrgentBounceHeight=1
36+
#The height (in percent of IconSize) to bounce an icon when launching an application.
37+
LaunchBounceHeight=0.90000000000000002
38+
#The opacity value (0 to 1) to fade the dock to when hiding it.
39+
FadeOpacity=0
40+
#The amount of time (in ms) for click animations.
41+
ClickTime=900
42+
#The amount of time (in ms) to bounce an urgent icon.
43+
UrgentBounceTime=900
44+
#The amount of time (in ms) to bounce an icon when launching an application.
45+
LaunchBounceTime=1000
46+
#The amount of time (in ms) for active window indicator animations.
47+
ActiveTime=1500
48+
#The amount of time (in ms) to slide icons into/out of the dock.
49+
SlideTime=500
50+
#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1).
51+
FadeTime=400
52+
#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1).
53+
HideTime=500
54+
#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
55+
GlowSize=1000
56+
#The total time (in ms) to show the hidden-dock urgent glow.
57+
GlowTime=10000
58+
#The time (in ms) of each pulse of the hidden-dock urgent glow.
59+
GlowPulseTime=20000
60+
#The hue-shift (-180 to 180) of the urgent indicator color.
61+
UrgentHueShift=180
62+
#The time (in ms) to move an item to its new position or its addition/removal to/from the dock.
63+
ItemMoveTime=800
64+
#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time.
65+
CascadeHide=true
66+
#The color (RGBA) of the badge displaying urgent count
67+
BadgeColor=0;;0;;0;;0

0 commit comments

Comments
 (0)