Compare commits
2 Commits
5b238738e1
...
bc5299f838
Author | SHA1 | Date | |
---|---|---|---|
bc5299f838 | |||
35c691d3d4 |
@ -13,8 +13,8 @@ sway-wm - My tiling Sway configuration for Debian
|
||||
|
||||
```shell
|
||||
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 \
|
||||
pipewire pipewire-pulse slurp foot alacritty kitty wf-recorder wl-clipboard coreutils \
|
||||
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 unzip \
|
||||
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 \
|
||||
geany firefox xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono \
|
||||
|
@ -143,12 +143,13 @@ if [ ! -d ${lightline_fdr} ] ; then
|
||||
exit
|
||||
fi
|
||||
echo ""
|
||||
echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline
|
||||
if [ "${custom_lightline}" == "n" ] ; then
|
||||
lightline=0
|
||||
else
|
||||
#echo -n "# Do you want to install the lightline? (Y/n): " ; read custom_lightline
|
||||
#if [ "${custom_lightline}" == "n" ] ; then
|
||||
# lightline=0
|
||||
#else
|
||||
# lightline=1
|
||||
#fi
|
||||
lightline=1
|
||||
fi
|
||||
list_users=$(ls -1 /home)
|
||||
list_users="root ${list_users}"
|
||||
for current_user in ${list_users} ; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user