mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Then not do
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
echo "Ensure Docker config is set"
|
||||
if [[ ! -f /etc/docker/daemon.json ]]; do
|
||||
if [[ ! -f /etc/docker/daemon.json ]]; then
|
||||
sudo mkdir -p /etc/docker
|
||||
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}' | sudo tee /etc/docker/daemon.json
|
||||
fi
|
||||
|
@ -1,5 +1,5 @@
|
||||
echo "Switching system authentication prompt to dark mode"
|
||||
if [[ ! -f ~/.config/systemd/user/hyprpolkitagent.service.d/override.conf ]]; do
|
||||
if [[ ! -f ~/.config/systemd/user/hyprpolkitagent.service.d/override.conf ]]; then
|
||||
source ~/.local/share/omarchy/install/hyprpolkitagent.sh
|
||||
|
||||
# Reload user systemd and restart service
|
||||
|
@ -2,4 +2,7 @@
|
||||
|
||||
# Run Plymouth installation script
|
||||
echo "Install Plymouth splash screen"
|
||||
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
|
||||
if ! command -v plymouth &>/dev/null; then
|
||||
yay -S --noconfirm --needed plymouth
|
||||
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user