Skip to content

Commit eb73943

Browse files
committed
[fix] : Fixed the order to load modules
1 parent c8bb6ca commit eb73943

7 files changed

Lines changed: 20 additions & 27 deletions

File tree

channels/cinnamon/config.any

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ usershell="/bin/zsh"
1919
# An array of module directory names to include.
2020
# This setting cannot be changed by an argument.
2121
modules=(
22-
"share-extra"
23-
"lightdm"
24-
"qtongtk"
2522
"base"
2623
"share"
24+
"share-extra"
2725
"zsh-powerline"
26+
"lightdm"
27+
"qtongtk"
2828
)

channels/gnome/config.any

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ noaur=false
2222
# An array of module directory names to include.
2323
# This setting cannot be changed by an argument.
2424
modules=(
25-
"share-extra"
26-
"qtongtk"
27-
"gdm"
2825
"base"
2926
"share"
27+
"share-extra"
3028
"zsh-powerline"
29+
"gdm"
30+
"qtongtk"
3131
)

channels/i3/config.any

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ usershell="/bin/zsh"
1919
# An array of module directory names to include.
2020
# This setting cannot be changed by an argument.
2121
modules=(
22-
"share-extra"
23-
"lightdm"
24-
"qtongtk"
2522
"base"
2623
"share"
24+
"share-extra"
2725
"zsh-powerline"
26+
"lightdm"
27+
"qtongtk"
2828
)

channels/lxde/config.any

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ usershell="/bin/zsh"
1919
# An array of module directory names to include.
2020
# This setting cannot be changed by an argument.
2121
modules=(
22-
"share-extra"
23-
"lightdm"
24-
"qtongtk"
2522
"base"
2623
"share"
24+
"share-extra"
2725
"zsh-powerline"
26+
"lightdm"
27+
"qtongtk"
2828
)

channels/serene/config.any

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,7 @@ customized_syslinux=true
5959
# Modules to include
6060
# An array of module directory names to include.
6161
# This setting cannot be changed by an argument.
62-
modules=(
63-
"share-extra"
64-
"lightdm"
65-
"qtongtk"
66-
"base"
67-
"share"
68-
"zsh-powerline"
69-
)
62+
7063

7164

7265
#-- Live environment user --#

channels/xfce-pro/config.any

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ usershell="/bin/zsh"
1919
# An array of module directory names to include.
2020
# This setting cannot be changed by an argument.
2121
modules=(
22-
"share-extra"
23-
"lightdm"
24-
"qtongtk"
2522
"base"
2623
"share"
24+
"share-extra"
2725
"zsh-powerline"
26+
"lightdm"
27+
"qtongtk"
2828
)

channels/xfce/config.any

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ usershell="/bin/zsh"
1919
# An array of module directory names to include.
2020
# This setting cannot be changed by an argument.
2121
modules=(
22-
"share-extra"
23-
"lightdm"
24-
"qtongtk"
2522
"base"
2623
"share"
24+
"share-extra"
2725
"zsh-powerline"
28-
)
26+
"lightdm"
27+
"qtongtk"
28+
)

0 commit comments

Comments
 (0)