Compare commits

..

No commits in common. "b448cc91084b8ba79585aec08e4a6770b011178e" and "d094a37e5d85f2fc110b0147bd492ebe01c99b6f" have entirely different histories.

2 changed files with 16 additions and 13 deletions

View File

@ -12,7 +12,7 @@ sway-wm - My tiling Sway configuration for Debian
* Install the packages necessary for sway to function properly: * Install the packages necessary for sway to function properly:
```shell ```shell
sudo apt install sway swaylock swaybg swayidle sway-backgrounds lxappearance \ $ sudo apt install sway swaylock swaybg swayidle sway-backgrounds lxappearance \
nwg-look nwg-displays python3 python3-tk python3-psutil zenity pulseaudio-utils \ nwg-look nwg-displays python3 python3-tk python3-psutil zenity pulseaudio-utils \
pipewire pipewire-pulse slurp foot alacritty kitty mpv wf-recorder wl-clipboard \ pipewire pipewire-pulse slurp foot alacritty kitty mpv wf-recorder wl-clipboard \
wlr-randr wdisplays ristretto grim arc-theme papirus-icon-theme adwaita-icon-theme \ wlr-randr wdisplays ristretto grim arc-theme papirus-icon-theme adwaita-icon-theme \
@ -22,13 +22,13 @@ sway-wm - My tiling Sway configuration for Debian
```` ````
```shell ```shell
curl -L "https://git.q3aql.dev/q3aql/sway-wm/raw/branch/master/packages/nwg-wrapper-install.sh" | sudo bash $ curl -L "https://git.q3aql.dev/q3aql/sway-wm/raw/branch/master/packages/nwg-wrapper-install.sh" | sudo bash
curl -L "https://git.q3aql.dev/q3aql/sway-wm/raw/branch/master/packages/ubuntumono-nerd-fonts.tar.gz" | sudo tar -zxvf - -C / $ curl -L "https://git.q3aql.dev/q3aql/sway-wm/raw/branch/master/packages/ubuntumono-nerd-fonts.tar.gz" | sudo tar -zxvf - -C /
curl -L "https://git.q3aql.dev/q3aql/sway-wm/raw/branch/master/packages/iwd-connectd.tar.gz" | sudo tar -zxvf - -C / $ curl -L "https://git.q3aql.dev/q3aql/sway-wm/raw/branch/master/packages/iwd-connectd.tar.gz" | sudo tar -zxvf - -C /
curl -L "https://telegram.org/dl/desktop/linux" | sudo tar -Jxvf - -C /opt/ $ curl -L "https://telegram.org/dl/desktop/linux" | sudo tar -Jxvf - -C /opt/
sudo ln -s /opt/Telegram/Telegram /usr/bin/telegram $ sudo ln -s /opt/Telegram/Telegram /usr/bin/telegram
sudo systemctl daemon-reload $ sudo systemctl daemon-reload
sudo systemctl enable iwd-connectd $ sudo systemctl enable iwd-connectd
```` ````
* **`Install configuration (dotfiles):`** * **`Install configuration (dotfiles):`**
@ -36,10 +36,10 @@ sway-wm - My tiling Sway configuration for Debian
* Clone repository and copy files to your home: * Clone repository and copy files to your home:
```shell ```shell
git clone https://git.q3aql.dev/q3aql/sway-wm $ git clone https://git.q3aql.dev/q3aql/sway-wm
cd sway-wm $ cd sway-wm
cp -rfv .config ~/ $ cp -rfv .config ~/
echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.bashrc $ echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.bashrc
```` ````
### Configuration: ### Configuration:

View File

@ -16,9 +16,12 @@ administrador=$?
if [ ${administrador} -eq 0 ] ; then if [ ${administrador} -eq 0 ] ; then
rm -rf /etc/root rm -rf /etc/root
else else
echo ""
echo "* nwg-wrapper install" echo "* nwg-wrapper install"
echo ""
echo "* Administrator permissions are required" echo "* Administrator permissions are required"
exit 1 echo ""
exit
fi fi
# Install dependencies # Install dependencies