Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Mar 19, 2024
1 parent 372818a commit 3bd2440
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions config/common/mimalloc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "LD_PRELOAD=/usr/lib/libmimalloc.so" >> /etc/environment
4 changes: 3 additions & 1 deletion profiles/liveimage-desktop/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ enable_user_service pipewire-pulse
adduser ewe video
adduser ewe input
adduser ewe audio
adduser ewe seat
adduser greeter video
adduser greeter input
adduser greeter seat

cat <<EOF >/etc/greetd/config.toml
[terminal]
Expand All @@ -26,7 +28,7 @@ sed -i 's/autogenerated=1//; s/kitty/foot/; s/wofi --show drun/rofi -show drun -
cp -r /etc/xdg/foot/foot.ini /home/ewe/.config/foot/foot.ini
sed -i 's/# alpha=1.0/ alpha=0.3/' /home/ewe/.config/foot/foot.ini
cp -r /etc/xdg/waybar /home/ewe/.config/waybar
sed -i 's/sway/hyprland/' /home/ewe/.config/waybar/config
sed -i 's/sway/hyprland/' /home/ewe/.config/waybar/config.jsonc
cat <<EOF >>/home/ewe/.config/hypr/hyprland.conf
exec-once = waybar & swww init
EOF
Expand Down
5 changes: 3 additions & 2 deletions profiles/liveimage-desktop/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ greetd-tui
tinyramfs
linux
limine
neofetch
fastfetch
vim
sudo
dinit
Expand All @@ -17,7 +17,7 @@ waybar
wlogout
llvm
wpa_supplicant
libseat
seatd
ttf-unifont
ttf-dejavu
dinit-userservd
Expand All @@ -31,3 +31,4 @@ arch-install-scripts
e2fsprogs
btop
sof-firmware
xdg-user-dirs
2 changes: 1 addition & 1 deletion profiles/liveimage-minimal/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ greetd
tinyramfs
linux
limine
neofetch
fastfetch
vim
sudo
dinit
Expand Down
2 changes: 1 addition & 1 deletion profiles/tarball/packages.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base
linux
neofetch
fastfetch
vim
sudo
dinit

0 comments on commit 3bd2440

Please sign in to comment.