Skip to content

Commit f99fa63

Browse files
committed
fix
1 parent ba97118 commit f99fa63

File tree

3 files changed

+145
-0
lines changed

3 files changed

+145
-0
lines changed

read/howto/change-panel-layout/by-dconf.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ grand_parent: 如何
1515
## 主題
1616

1717
* [其他方式](#其他方式)
18+
* [範例腳本](#範例腳本)
19+
* [Mate Panel Layouts](#mate-panel-layouts)
1820

1921

2022

@@ -25,3 +27,50 @@ grand_parent: 如何
2527
| ------- |
2628
| [By mate-panel](by-mate-panel) |
2729
| [By mate-tweak](by-mate-tweak) |
30+
31+
32+
33+
34+
## 範例腳本
35+
36+
> [範例腳本](https://github.com/samwhelp/note-about-mate/blob/gh-pages/_demo/sample/mate-panel/change-layout/prototype/by-dconf/)
37+
38+
39+
40+
41+
## Mate Panel Layouts
42+
43+
| Mate Panel 內建的 Layout |
44+
| ------------------ |
45+
| [/usr/share/mate-panel/layouts](https://github.com/mate-desktop/mate-panel/tree/master/data) |
46+
47+
48+
| 我個人撰寫的 Mate Panel Layout |
49+
| ------------------ |
50+
| [/usr/share/mate-panel/layouts](https://github.com/samwhelp/note-about-mate/tree/gh-pages/_demo/sample/mate-panel/layouts/mate-panel-layouts/asset/overlay/usr/share/mate-panel/layouts) |
51+
52+
執行
53+
54+
``` sh
55+
ls /usr/share/mate-panel/layouts/*.layout | awk -F '/' '{printf $6"\n"}' | awk -F '.layout' '{printf $1"\n"}'
56+
```
57+
58+
顯示
59+
60+
```
61+
brisk-menu-stand-alone-bottom
62+
brisk-menu-stand-alone-top
63+
classic-menu-stand-alone-bottom
64+
classic-menu-stand-alone-top
65+
default
66+
fedora
67+
linuxmint
68+
mageia
69+
mate-menu-stand-alone-bottom
70+
mate-menu-stand-alone-top
71+
opensuse
72+
stand-alone-bottom
73+
stand-alone-top
74+
ubuntu
75+
```
76+

read/howto/change-panel-layout/by-mate-panel.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ grand_parent: 如何
1515
## 主題
1616

1717
* [其他方式](#其他方式)
18+
* [範例腳本](#範例腳本)
19+
* [Mate Panel Layouts](#mate-panel-layouts)
1820

1921

2022

@@ -25,3 +27,49 @@ grand_parent: 如何
2527
| ------- |
2628
| [By dconf](by-dconf) |
2729
| [By mate-tweak](by-mate-tweak) |
30+
31+
32+
33+
34+
## 範例腳本
35+
36+
> [範例腳本](https://github.com/samwhelp/note-about-mate/blob/gh-pages/_demo/sample/mate-panel/change-layout/prototype/mate-panel/)
37+
38+
39+
40+
41+
## Mate Panel Layouts
42+
43+
| Mate Panel 內建的 Layout |
44+
| ------------------ |
45+
| [/usr/share/mate-panel/layouts](https://github.com/mate-desktop/mate-panel/tree/master/data) |
46+
47+
48+
| 我個人撰寫的 Mate Panel Layout |
49+
| ------------------ |
50+
| [/usr/share/mate-panel/layouts](https://github.com/samwhelp/note-about-mate/tree/gh-pages/_demo/sample/mate-panel/layouts/mate-panel-layouts/asset/overlay/usr/share/mate-panel/layouts) |
51+
52+
執行
53+
54+
``` sh
55+
ls /usr/share/mate-panel/layouts/*.layout | awk -F '/' '{printf $6"\n"}' | awk -F '.layout' '{printf $1"\n"}'
56+
```
57+
58+
顯示
59+
60+
```
61+
brisk-menu-stand-alone-bottom
62+
brisk-menu-stand-alone-top
63+
classic-menu-stand-alone-bottom
64+
classic-menu-stand-alone-top
65+
default
66+
fedora
67+
linuxmint
68+
mageia
69+
mate-menu-stand-alone-bottom
70+
mate-menu-stand-alone-top
71+
opensuse
72+
stand-alone-bottom
73+
stand-alone-top
74+
ubuntu
75+
```

read/howto/change-panel-layout/by-mate-tweak.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ grand_parent: 如何
1515
## 主題
1616

1717
* [其他方式](#其他方式)
18+
* [範例腳本](#範例腳本)
19+
* [Mate Panel Layouts](#mate-panel-layouts)
1820

1921

2022

@@ -25,3 +27,49 @@ grand_parent: 如何
2527
| ------- |
2628
| [By dconf](by-dconf) |
2729
| [By mate-panel](by-mate-panel) |
30+
31+
32+
33+
34+
## 範例腳本
35+
36+
> [範例腳本](https://github.com/samwhelp/note-about-mate/blob/gh-pages/_demo/sample/mate-panel/change-layout/prototype/by-mate-tweak/)
37+
38+
39+
40+
41+
## Mate Panel Layouts
42+
43+
| Mate Panel 內建的 Layout |
44+
| ------------------ |
45+
| [/usr/share/mate-panel/layouts](https://github.com/mate-desktop/mate-panel/tree/master/data) |
46+
47+
48+
| 我個人撰寫的 Mate Panel Layout |
49+
| ------------------ |
50+
| [/usr/share/mate-panel/layouts](https://github.com/samwhelp/note-about-mate/tree/gh-pages/_demo/sample/mate-panel/layouts/mate-panel-layouts/asset/overlay/usr/share/mate-panel/layouts) |
51+
52+
執行
53+
54+
``` sh
55+
ls /usr/share/mate-panel/layouts/*.layout | awk -F '/' '{printf $6"\n"}' | awk -F '.layout' '{printf $1"\n"}'
56+
```
57+
58+
顯示
59+
60+
```
61+
brisk-menu-stand-alone-bottom
62+
brisk-menu-stand-alone-top
63+
classic-menu-stand-alone-bottom
64+
classic-menu-stand-alone-top
65+
default
66+
fedora
67+
linuxmint
68+
mageia
69+
mate-menu-stand-alone-bottom
70+
mate-menu-stand-alone-top
71+
opensuse
72+
stand-alone-bottom
73+
stand-alone-top
74+
ubuntu
75+
```

0 commit comments

Comments
 (0)