Compare commits

...

2 Commits

Author SHA1 Message Date
Gil Portenseigne 97020ed022 ajout install noctalia 2026-08-02 13:41:41 +02:00
Gil Portenseigne 2059043a65 backgrounds 2026-08-02 13:36:46 +02:00
4 changed files with 7 additions and 1 deletions

View File

@ -10,3 +10,4 @@ include $HOME/.config/sway/config.d/*
#xwayland disable
# preload x11
xwayland force
exec noctalia

View File

@ -29,6 +29,6 @@ seat * hide_cursor 5000
exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95
# wallpaper
output * bg /home/gil/.local/share/backgrounds/layout.jpg fit
output * bg /home/gil/.local/share/background/layout.jpg fit
#exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
#exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 179; done"

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -6,6 +6,11 @@
groups | grep -q sudo || echo "Please, as root, add $(whoami) to sudo group with : sudo usermod -aG sudo $(whoami), then reboot and relaunch this script"
groups | grep -q sudo || return
dpkg -s noctalia >/dev/null 2>&1 || {
wget -qO- https://pkg.noctalia.dev/deb/nickh-archive-keyring.deb >/tmp/key.deb && dpkg -i /tmp/key.deb
wget -qO /etc/apt/sources.list.d/noctalia-trixie.sources https://pkg.noctalia.dev/deb/noctalia-trixie.sources && apt update
apt install -y noctalia; }
sudo apt update
sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \
webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find postgresql rsync \