Compare commits

...

2 Commits

Author SHA1 Message Date
bc5299f838 README.md 2025-08-02 11:09:42 +02:00
35c691d3d4 Fix curl install error 2025-08-02 11:09:15 +02:00
2 changed files with 9 additions and 8 deletions

View File

@ -13,8 +13,8 @@ sway-wm - My tiling Sway configuration for Debian
```shell ```shell
sudo apt install sway swaylock swaybg swayidle sway-backgrounds lxappearance atril vim \ sudo apt install sway swaylock swaybg swayidle sway-backgrounds lxappearance atril vim \
nwg-look nwg-displays python3 python3-tk python3-psutil zenity pulseaudio-utils bash \ nwg-look nwg-displays python3 python3-tk python3-psutil zenity pulseaudio-utils bash wget \
pipewire pipewire-pulse slurp foot alacritty kitty wf-recorder wl-clipboard coreutils \ pipewire pipewire-pulse slurp foot alacritty kitty wf-recorder wl-clipboard coreutils unzip \
wlr-randr wdisplays ristretto grim arc-theme papirus-icon-theme adwaita-icon-theme mpv \ wlr-randr wdisplays ristretto grim arc-theme papirus-icon-theme adwaita-icon-theme mpv \
adwaita-qt6 adwaita-qt qt5ct qt6ct wofi keepassxc electron-mail clipman pcmanfm jq dex \ adwaita-qt6 adwaita-qt qt5ct qt6ct wofi keepassxc electron-mail clipman pcmanfm jq dex \
geany firefox xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono \ geany firefox xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono \

View File

@ -143,12 +143,13 @@ if [ ! -d ${lightline_fdr} ] ; then
exit exit
fi fi
echo "" echo ""
echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline #echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline
if [ "${custom_lightline}" == "n" ] ; then #if [ "${custom_lightline}" == "n" ] ; then
lightline=0 # lightline=0
else #else
lightline=1 # lightline=1
fi #fi
lightline=1
list_users=$(ls -1 /home) list_users=$(ls -1 /home)
list_users="root ${list_users}" list_users="root ${list_users}"
for current_user in ${list_users} ; do for current_user in ${list_users} ; do