Commit c040ec9 1 parent f2a6afd commit c040ec9 Copy full SHA for c040ec9
File tree 4 files changed +47
-6
lines changed
4 files changed +47
-6
lines changed Original file line number Diff line number Diff line change 1
1
[Panels]
2
- Panels=Top Panel
2
+ Panels=Top Panel;Bottom Panel
3
3
4
4
[Top Panel]
5
5
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
70
70
[Raven Trigger]
71
71
ID=Raven Trigger
72
72
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
Original file line number Diff line number Diff line change 1
1
[Panels]
2
- Panels=Top Panel
2
+ Panels=Top Panel;Bottom Panel
3
3
4
4
[Top Panel]
5
5
Children=AppMenu;Spacer 1;Global Menu;AppIndicator;DropBy;Network;Spacer 2;Status;Clock;Notifications;;Raven Trigger;
@@ -75,3 +75,17 @@ Alignment=end
75
75
[Raven Trigger]
76
76
ID=Raven Trigger
77
77
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
Original file line number Diff line number Diff line change 1
1
[Panels]
2
- Panels=Top Panel
2
+ Panels=Top Panel;Bottom Panel
3
3
4
4
[Top Panel]
5
5
Children=AppMenu;ShowTime;Clock;DropBy;AppIndicator;VisualSpace;QuickNote;Places;Notifications;Network;Status;Separator;User Indicator;Raven Trigger;
@@ -61,3 +61,17 @@ Alignment=end
61
61
[Raven Trigger]
62
62
ID=Raven Trigger
63
63
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
Original file line number Diff line number Diff line change @@ -164,15 +164,14 @@ namespace Layouts {
164
164
165
165
switch (layout_name) {
166
166
case " ubuntubudgie" : {
167
- start_plank( true );
167
+ // no customisations needed
168
168
break ;
169
169
}
170
170
case " classicubuntubudgie" : {
171
- start_plank( true );
171
+ // no customisations needed
172
172
break ;
173
173
}
174
174
case " cupertino" : {
175
- start_plank(true );
176
175
appmenu_powerstrip(true );
177
176
appmenu_categoryview(true );
178
177
leftside_buttons();
You can’t perform that action at this time.
0 commit comments