Compare commits
No commits in common. "603ae1d13373987b3f73fdea5294f3105a4c2789" and "ed533d03ae7c305b0abb087e67f4f112a3321d03" have entirely different histories.
603ae1d133
...
ed533d03ae
@ -34,7 +34,6 @@ sway-wm - My tiling Sway configuration for Debian
|
|||||||
$ sudo tar zxvf packages/iwd-connectd.tar.gz -C /
|
$ sudo tar zxvf packages/iwd-connectd.tar.gz -C /
|
||||||
$ sudo systemctl daemon-reload
|
$ sudo systemctl daemon-reload
|
||||||
$ sudo systemctl enable iwd-connectd
|
$ sudo systemctl enable iwd-connectd
|
||||||
$ sudo packages/nwg-wrapper-install.sh
|
|
||||||
````
|
````
|
||||||
|
|
||||||
### Configuration:
|
### Configuration:
|
||||||
@ -58,7 +57,7 @@ sway-wm - My tiling Sway configuration for Debian
|
|||||||
* After modifying the configuration, restart the service:
|
* After modifying the configuration, restart the service:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo systemctl restart iwd-connectd
|
$ sudo systemctl restart iwd-connect-cfg
|
||||||
````
|
````
|
||||||
|
|
||||||
* **`Monitor & resolution:`**
|
* **`Monitor & resolution:`**
|
||||||
|
@ -1,43 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
#################################################
|
|
||||||
# Script to build and install i3-gaps on Debian #
|
|
||||||
# Author: q3aql (q3aql@duck.com) #
|
|
||||||
# Last update: 09-01-2022 #
|
|
||||||
# ###############################################
|
|
||||||
|
|
||||||
# Variables
|
|
||||||
URL_Repo="https://github.com/nwg-piotr/nwg-wrapper.git"
|
|
||||||
dir_build="nwg-wrapper"
|
|
||||||
|
|
||||||
# Check if you are root
|
|
||||||
mkdir -p /etc/root &> /dev/null
|
|
||||||
administrador=$?
|
|
||||||
if [ ${administrador} -eq 0 ] ; then
|
|
||||||
rm -rf /etc/root
|
|
||||||
else
|
|
||||||
echo ""
|
|
||||||
echo "* nwg-wrapper install"
|
|
||||||
echo ""
|
|
||||||
echo "* Administrator permissions are required"
|
|
||||||
echo ""
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install dependencies
|
|
||||||
apt update
|
|
||||||
apt upgrade -y
|
|
||||||
apt install git python3 python3-pip wlr-randr -y
|
|
||||||
apt install python3-setuptools -y
|
|
||||||
apt install libgtk3.0-cil-dev -y
|
|
||||||
apt install libgtk-layer-shell0 -y
|
|
||||||
apt install libgtk-layer-shell-dev -y
|
|
||||||
apt install python3-i3ipc -y
|
|
||||||
apt install python3-gi -y
|
|
||||||
|
|
||||||
# Install nwg-wrapper
|
|
||||||
cd /tmp
|
|
||||||
git clone ${URL_Repo}
|
|
||||||
cd ${dir_build}
|
|
||||||
python3 setup.py install --optimize=1
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user