Skip to content

Commit

Permalink
replace Plank with Budgie Dock in layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
samlane-ma committed Jun 25, 2024
1 parent f2a6afd commit c040ec9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 6 deletions.
16 changes: 15 additions & 1 deletion budgie-extras-daemon/data/classicubuntubudgie.layout
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Panels]
Panels=Top Panel
Panels=Top Panel;Bottom Panel

[Top Panel]
Children=Budgie Menu;Spacer 1;ShowTime;Clock;AppIndicator;Tray;DropBy;QuickNote;Spacer 2;Night;Places;Notifications;Status;Separator;Spacer 3;User Indicator;Raven Trigger;
Expand Down Expand Up @@ -70,3 +70,17 @@ Alignment=end
[Raven Trigger]
ID=Raven Trigger
Alignment=end

[Bottom Panel]
Children=Icon Task List;
Position=Bottom
Size=50
Transparency=always
Autohide=intelligent
Shadow=false
Spacing=2
Dock=true

[Icon Task List]
ID=Icon Task List
Alignment=start
16 changes: 15 additions & 1 deletion budgie-extras-daemon/data/cupertino.layout
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Panels]
Panels=Top Panel
Panels=Top Panel;Bottom Panel

[Top Panel]
Children=AppMenu;Spacer 1;Global Menu;AppIndicator;DropBy;Network;Spacer 2;Status;Clock;Notifications;;Raven Trigger;
Expand Down Expand Up @@ -75,3 +75,17 @@ Alignment=end
[Raven Trigger]
ID=Raven Trigger
Alignment=end

[Bottom Panel]
Children=Icon Task List;
Position=Bottom
Size=50
Transparency=always
Autohide=intelligent
Shadow=false
Spacing=2
Dock=true

[Icon Task List]
ID=Icon Task List
Alignment=start
16 changes: 15 additions & 1 deletion budgie-extras-daemon/data/ubuntubudgie.layout
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Panels]
Panels=Top Panel
Panels=Top Panel;Bottom Panel

[Top Panel]
Children=AppMenu;ShowTime;Clock;DropBy;AppIndicator;VisualSpace;QuickNote;Places;Notifications;Network;Status;Separator;User Indicator;Raven Trigger;
Expand Down Expand Up @@ -61,3 +61,17 @@ Alignment=end
[Raven Trigger]
ID=Raven Trigger
Alignment=end

[Bottom Panel]
Children=Icon Task List;
Position=Bottom
Size=50
Transparency=always
Autohide=intelligent
Shadow=false
Spacing=2
Dock=true

[Icon Task List]
ID=Icon Task List
Alignment=start
5 changes: 2 additions & 3 deletions budgie-extras-daemon/src/layouts.vala
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,14 @@ namespace Layouts {

switch (layout_name) {
case "ubuntubudgie": {
start_plank(true);
// no customisations needed
break;
}
case "classicubuntubudgie": {
start_plank(true);
// no customisations needed
break;
}
case "cupertino": {
start_plank(true);
appmenu_powerstrip(true);
appmenu_categoryview(true);
leftside_buttons();
Expand Down

0 comments on commit c040ec9

Please sign in to comment.