Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Oct 11, 2023
1 parent 6837fb0 commit 21dfdd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scripts/arch/desktop-setup
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ flatpak install "$FLATPAK_PACKAGES"
# SDDM
pkgs install sddm sddm-slice-git
sudo systemctl enable sddm
sddm-theme sddm-slice
sddm-theme slice

# Wluma
if [ -d "/sys/bus/iio/devices/iio:device0" ]; then
Expand Down
1 change: 1 addition & 0 deletions .scripts/arch/extra-install
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nodejs npm ts-node \
php xdebug \
go \
python-pip python-virtualenv \
shellcheck \
"

echo "extra-install done."
Expand Down
2 changes: 1 addition & 1 deletion .scripts/arch/server-setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MEDIA_PATH="/media"

BARRIER_SERVER="192.168.2.10"

sudo groupadd "$MEDIA_GROUP"
sudo groupadd -f "$MEDIA_GROUP"
sudo usermod -aG "$MEDIA_GROUP" "$USER"
sudo chown "$USER:$MEDIA_GROUP" -R "$MEDIA_PATH"

Expand Down
2 changes: 1 addition & 1 deletion .scripts/common/sddm-theme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

CONF_FILE="/etc/sddm.conf.d/theme.conf"
sudo mkdir -p "$(dirname $CONF_FILE)"
sudo tee "$CONF_FILE" << "END"
sudo tee "$CONF_FILE" << END
[Theme]
Current=$1
END
Expand Down

0 comments on commit 21dfdd0

Please sign in to comment.