Skip to content

Commit dc1024f

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents 9ddfabc + 4585f3a commit dc1024f

File tree

127 files changed

+774
-2415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+774
-2415
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
patreon: fascodenetwork
2+
custom: ["https://fascodenetwork.booth.pm/"]

.shellcheckrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
shell=bash
2+
disable=SC1090
3+
disable=SC2154
4+
disable=SC2016
5+
disable=SC2034
6+
source-path=SCRIPTDIR

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ KERNEL := zen
55
SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter" --kernel "${KERNEL}" --debug --noconfirm
66
ARCH_x86_64 := --arch x86_64
77
ARCH_i686 := --arch i686
8+
FULLBUILD := -d -g -e 1 --noconfirm
9+
FULL_x86_64 := xfce cinnamon i3 plasma
10+
FULL_i686 := xfce lxde
811
CURRENT_DIR := ${shell dirname $(dir $(abspath $(lastword $(MAKEFILE_LIST))))}/${shell basename $(dir $(abspath $(lastword $(MAKEFILE_LIST))))}
912

1013
full:
11-
@sudo ${CURRENT_DIR}/tools/fullbuild.sh -d
14+
@sudo ${CURRENT_DIR}/tools/fullbuild.sh ${FULLBUILD} -m x86_64 ${FULL_x86_64}
15+
@sudo ${CURRENT_DIR}/tools/fullbuild.sh ${FULLBUILD} -m i686 ${FULL_i686}
1216
@make clean
1317

1418
basic-64 basic-32 cinnamon-64 cinnamon-32 gnome-64 i3-64 i3-32 lxde-64 lxde-32 plasma-64 releng-32 releng-64 serene-64 serene-32 xfce-64 xfce-32 xfce-pro-64:
@@ -35,7 +39,7 @@ build_option:
3539
${CURRENT_DIR}/tools/menuconf-to-alterconf.sh ${CURRENT_DIR}/.build_option
3640

3741
clean:
38-
@sudo ${CURRENT_DIR}/${BUILD_SCRIPT} clean
42+
@sudo ${CURRENT_DIR}/${BUILD_SCRIPT} --noconfirm clean
3943

4044
build:build_option
4145
$(eval BUILD_OPTION := $(shell cat ${CURRENT_DIR}/.build_option))

build.sh

Lines changed: 99 additions & 83 deletions
Large diffs are not rendered by default.

channels/basic/config.any

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ modules=(
2727
"share"
2828
"zsh-powerline"
2929
"share-extra"
30+
"gtk-tools"
3031
#"lightdm"
3132
)

channels/cinnamon/airootfs.x86_64/usr/share/calamares/modules/services-plymouth.conf

Lines changed: 0 additions & 114 deletions
This file was deleted.

channels/cinnamon/airootfs.x86_64/usr/share/calamares/modules/services.conf

Lines changed: 0 additions & 114 deletions
This file was deleted.

channels/cinnamon/config.any

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ modules=(
2222
"base"
2323
"share"
2424
"share-extra"
25+
"gtk-tools"
2526
"zsh-powerline"
2627
"lightdm"
2728
"alter-lightdm"
2829
"qtongtk"
30+
"calamares"
2931
)

channels/gnome/airootfs.any/etc/dconf/db/local.d/01-alter-gnome

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ show-battery-percentage=true
1919
[org/gnome/desktop/notifications/application/org-gnome-tweaks]
2020
application-id='org.gnome.tweaks.desktop'
2121

22-
[org/gnome/desktop/peripherals/keyboard]
23-
numlock-state=false
24-
2522
[org/gnome/desktop/peripherals/touchpad]
2623
two-finger-scrolling-enabled=true
2724

@@ -67,9 +64,9 @@ hinting='slight'
6764

6865
[org/gnome/shell]
6966
app-picker-view=uint32 0
70-
disabled-extensions=['[email protected]', '[email protected]', '[email protected]', 'native-window-placement@gnome-shell-extensions.gcampax.github.com', '[email protected]', '[email protected]']
67+
disabled-extensions=['[email protected]', '[email protected]', '[email protected]', 'native-window-placement@gnome-shell-extensions.gcampax.github.com', '[email protected]' ]
7168
72-
favorite-apps=['chromium.desktop', 'org.gnome.Nautilus.desktop', 'thunderbird.desktop', 'libreoffice-startcenter.desktop', 'medit.desktop', 'vlc.desktop', 'org.gnome.Screenshot.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Extensions.desktop', 'pamac-updater.desktop', 'gnome-control-center.desktop']
69+
favorite-apps=['chromium.desktop', 'org.gnome.Nautilus.desktop', 'thunderbird.desktop', 'libreoffice-startcenter.desktop', 'medit.desktop', 'vlc.desktop', 'org.gnome.Screenshot.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Extensions.desktop', 'gnome-control-center.desktop']
7370

7471
[org/gnome/shell/extensions/arc-menu]
7572
application-shortcuts-list=[['Software', 'system-software-install-symbolic', 'ArcMenu_Software'], ['Settings', 'preferences-system-symbolic', 'gnome-control-center.desktop'], ['Tweaks', 'org.gnome.tweaks-symbolic', 'org.gnome.tweaks.desktop'], ['Terminal', 'utilities-terminal-symbolic', 'org.gnome.Terminal.desktop']]
@@ -83,7 +80,7 @@ dtp-dtd-state=[true, true]
8380
enable-custom-arc-menu=false
8481
enable-menu-button-arrow=false
8582
menu-button-icon='Custom_Icon'
86-
pinned-app-list=['Chromium', 'chromium', 'chromium.desktop', 'LibreOffice', 'libreoffice-startcenter', 'libreoffice-startcenter.desktop', 'VLC Media Player', 'vlc', 'vlc.desktop', 'Update software', 'system-software-update', 'pamac-updater.desktop', 'System Monitor', 'org.gnome.SystemMonitor', 'gnome-system-monitor.desktop', 'Terminal', 'org.gnome.Terminal', 'org.gnome.Terminal.desktop', 'Settings', 'org.gnome.Settings', 'gnome-control-center.desktop']
83+
pinned-app-list=['Chromium', 'chromium', 'chromium.desktop', 'LibreOffice', 'libreoffice-startcenter', 'libreoffice-startcenter.desktop', 'VLC Media Player', 'vlc', 'vlc.desktop', 'System Monitor', 'org.gnome.SystemMonitor', 'gnome-system-monitor.desktop', 'Terminal', 'org.gnome.Terminal', 'org.gnome.Terminal.desktop', 'Settings', 'org.gnome.Settings', 'gnome-control-center.desktop']
8784
position-in-panel='Left'
8885
recently-installed-apps=@as []
8986
show-external-devices=true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[org/gnome/shell]
2+
welcome-dialog-last-shown-version='4294967295'

0 commit comments

Comments
 (0)