Skip to content

Commit c040ec9

Browse files
committed
replace Plank with Budgie Dock in layouts
1 parent f2a6afd commit c040ec9

File tree

4 files changed

+47
-6
lines changed

4 files changed

+47
-6
lines changed

budgie-extras-daemon/data/classicubuntubudgie.layout

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Panels]
2-
Panels=Top Panel
2+
Panels=Top Panel;Bottom Panel
33

44
[Top Panel]
55
Children=Budgie Menu;Spacer 1;ShowTime;Clock;AppIndicator;Tray;DropBy;QuickNote;Spacer 2;Night;Places;Notifications;Status;Separator;Spacer 3;User Indicator;Raven Trigger;
@@ -70,3 +70,17 @@ Alignment=end
7070
[Raven Trigger]
7171
ID=Raven Trigger
7272
Alignment=end
73+
74+
[Bottom Panel]
75+
Children=Icon Task List;
76+
Position=Bottom
77+
Size=50
78+
Transparency=always
79+
Autohide=intelligent
80+
Shadow=false
81+
Spacing=2
82+
Dock=true
83+
84+
[Icon Task List]
85+
ID=Icon Task List
86+
Alignment=start

budgie-extras-daemon/data/cupertino.layout

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Panels]
2-
Panels=Top Panel
2+
Panels=Top Panel;Bottom Panel
33

44
[Top Panel]
55
Children=AppMenu;Spacer 1;Global Menu;AppIndicator;DropBy;Network;Spacer 2;Status;Clock;Notifications;;Raven Trigger;
@@ -75,3 +75,17 @@ Alignment=end
7575
[Raven Trigger]
7676
ID=Raven Trigger
7777
Alignment=end
78+
79+
[Bottom Panel]
80+
Children=Icon Task List;
81+
Position=Bottom
82+
Size=50
83+
Transparency=always
84+
Autohide=intelligent
85+
Shadow=false
86+
Spacing=2
87+
Dock=true
88+
89+
[Icon Task List]
90+
ID=Icon Task List
91+
Alignment=start

budgie-extras-daemon/data/ubuntubudgie.layout

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Panels]
2-
Panels=Top Panel
2+
Panels=Top Panel;Bottom Panel
33

44
[Top Panel]
55
Children=AppMenu;ShowTime;Clock;DropBy;AppIndicator;VisualSpace;QuickNote;Places;Notifications;Network;Status;Separator;User Indicator;Raven Trigger;
@@ -61,3 +61,17 @@ Alignment=end
6161
[Raven Trigger]
6262
ID=Raven Trigger
6363
Alignment=end
64+
65+
[Bottom Panel]
66+
Children=Icon Task List;
67+
Position=Bottom
68+
Size=50
69+
Transparency=always
70+
Autohide=intelligent
71+
Shadow=false
72+
Spacing=2
73+
Dock=true
74+
75+
[Icon Task List]
76+
ID=Icon Task List
77+
Alignment=start

budgie-extras-daemon/src/layouts.vala

+2-3
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,14 @@ namespace Layouts {
164164

165165
switch (layout_name) {
166166
case "ubuntubudgie": {
167-
start_plank(true);
167+
// no customisations needed
168168
break;
169169
}
170170
case "classicubuntubudgie": {
171-
start_plank(true);
171+
// no customisations needed
172172
break;
173173
}
174174
case "cupertino": {
175-
start_plank(true);
176175
appmenu_powerstrip(true);
177176
appmenu_categoryview(true);
178177
leftside_buttons();

0 commit comments

Comments
 (0)