From b448cc91084b8ba79585aec08e4a6770b011178e Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 27 Jul 2025 11:30:58 +0200 Subject: [PATCH] README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 17ee1d8..8402818 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ sway-wm - My tiling Sway configuration for Debian * Install the packages necessary for sway to function properly: ```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 \ 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 \ @@ -22,13 +22,13 @@ sway-wm - My tiling Sway configuration for Debian ```` ```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/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://telegram.org/dl/desktop/linux" | sudo tar -Jxvf - -C /opt/ - $ sudo ln -s /opt/Telegram/Telegram /usr/bin/telegram - $ sudo systemctl daemon-reload - $ sudo systemctl enable iwd-connectd + 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/iwd-connectd.tar.gz" | sudo tar -zxvf - -C / + curl -L "https://telegram.org/dl/desktop/linux" | sudo tar -Jxvf - -C /opt/ + sudo ln -s /opt/Telegram/Telegram /usr/bin/telegram + sudo systemctl daemon-reload + sudo systemctl enable iwd-connectd ```` * **`Install configuration (dotfiles):`** @@ -36,10 +36,10 @@ sway-wm - My tiling Sway configuration for Debian * Clone repository and copy files to your home: ```shell - $ git clone https://git.q3aql.dev/q3aql/sway-wm - $ cd sway-wm - $ cp -rfv .config ~/ - $ echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.bashrc + git clone https://git.q3aql.dev/q3aql/sway-wm + cd sway-wm + cp -rfv .config ~/ + echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.bashrc ```` ### Configuration: