Skip to content

Commit

Permalink
Merge branch 'dev' into dev-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Feb 6, 2022
2 parents aea1765 + a70ea2d commit 967ac61
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ out
/pacman-*.conf
/.config
menuconfig-script/channels_menuconfig-*
.DS_Store
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter"
ARCH_x86_64 := --arch x86_64
ARCH_i686 := --arch i686
ARCH_Pen4 := --arch pen4
FULLBUILD := -d -g -e --noconfirm
FULLBUILD := -d -g -e -r 5 --noconfirm
DEBUG_OPTION := --debug --log
DEBUG := false
FULL_x86_64 := xfce cinnamon i3 plasma gnome
Expand Down
2 changes: 1 addition & 1 deletion channels/i3/airootfs.any/etc/skel/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exec_always --no-startup-id light-locker
exec --no-startup-id xfce4-clipman
exec --no-startup-id dex -ae i3
exec --no-startup-id nm-applet
exec --no-startup-id compton
exec --no-startup-id picom
exec --no-startup-id conky
exec --no-startup-id fcitx

Expand Down
2 changes: 1 addition & 1 deletion channels/i3/airootfs.any/etc/skel/.config/rofi/config.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ configuration {
font : "hack 10";
show-icons : true;
icon-theme : "Inverse-blue";
theme : "~/.config/rofi/alter-dark.rasi";
kb-cancel : "Escape";
}
@theme "~/.config/rofi/alter-dark.rasi"
16 changes: 13 additions & 3 deletions channels/i3/airootfs.any/root/customize_airootfs_i3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,22 @@ remove "/home/${username}/.config/conky/conky-jp.conf"

# Change browser that open help file
if [[ "${arch}" = "i686" ]]; then
sed -i -e s/chromium/firefox/g /etc/skel/.config/i3/config
sed -i -e s/chromium/firefox/g /home/${username}/.config/i3/config
sed -i -e s/chromium/firefox/g "/etc/skel/.config/i3/config"
sed -i -e s/chromium/firefox/g "/home/${username}/.config/i3/config"
fi

# Set permission for script
for _dir in "/etc/skel/" "/home/${username}/"; do
for _script in ".config/"{"polybar/launch.sh","rofi/power.sh"}; do
[[ -e "${_dir}/${_script}" ]] && {
echo "Change permission of ${_dir}/${_script} to 755"
chmod 755 "${_dir}/${_script}"
}
done
done

# disable light-locker on live
sed -i "/light/s/^/# /g" /home/${username}/.config/i3/config
sed -i "/light/s/^/# /g" "/home/${username}/.config/i3/config"

# disable auto screen lock
rm /etc/xdg/autostart/light-locker.desktop
Expand Down
12 changes: 12 additions & 0 deletions channels/i3/packages_aur.i686/wallpapers.x86_64
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# Alter Linux i3wm edition package list
#
# Watasuke
# Twitter: @Watasuke102
# Email : [email protected]
#
# (c) 2019-2021 Fascode Network.
#
# wallpaper

alterlinux-wallpapers
12 changes: 12 additions & 0 deletions channels/i3/packages_aur.x86_64/wallpapers.x86_64
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# Alter Linux i3wm edition package list
#
# Watasuke
# Twitter: @Watasuke102
# Email : [email protected]
#
# (c) 2019-2021 Fascode Network.
#
# wallpaper

alterlinux-wallpapers
2 changes: 1 addition & 1 deletion modules/pipewire/packages_aur.i686/pipewire.i686
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# (c) 2019-2021 Fascode Network.
#

pipewire-jack-dropin
#pipewire-jack-dropin
pipewire-enable-bluez5
2 changes: 1 addition & 1 deletion modules/pipewire/packages_aur.pen4/pipewire.pen4
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# (c) 2019-2021 Fascode Network.
#

pipewire-jack-dropin
#pipewire-jack-dropin
pipewire-enable-bluez5
2 changes: 1 addition & 1 deletion modules/pipewire/packages_aur.x86_64/pipewire.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# (c) 2019-2021 Fascode Network.
#

pipewire-jack-dropin
#pipewire-jack-dropin
pipewire-enable-bluez5
2 changes: 1 addition & 1 deletion modules/share/packages_aur.i686/alter.i686
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adduser-deb
#adduser-deb
2 changes: 1 addition & 1 deletion modules/share/packages_aur.x86_64/alter.x86_64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adduser-deb
#adduser-deb

0 comments on commit 967ac61

Please sign in to comment.