Dotfiles config update (2022-04-24)

This commit is contained in:
q3aql 2022-04-24 13:31:32 +02:00
parent 879b3d2b4a
commit 0ad367cb87
3 changed files with 18 additions and 0 deletions

View File

@ -42,6 +42,15 @@ dotfiles - My tiling Qtile configuration (for Arch/Devuan/Debian)
nm-applet nm-applet
```` ````
* **`Widget Network (Optional):`**
* To display the connection information in the top bar you need to edit a file.
* Modify the following line with the interface of your computer (Use command `ifconfig` or `ip a`) in the file `~/.config/qtile/settings/widget.py`:
```shell
widget.Net(**base(bg='color3'), interface='wlan0'),
````
* **`Monitor & resolution:`** * **`Monitor & resolution:`**
* The configuration load my monitor configuration: * The configuration load my monitor configuration:

View File

@ -42,6 +42,15 @@ dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/
nm-applet nm-applet
```` ````
* **`Widget Network (Optional):`**
* To display the connection information in the top bar you need to edit a file.
* Modify the following line with the interface of your computer (Use command `ifconfig` or `ip a`) in the file `~/.config/qtile/settings/widget.py`:
```shell
widget.Net(**base(bg='color3'), interface='wlan0'),
````
* **`Monitor & resolution:`** * **`Monitor & resolution:`**
* The configuration load my monitor configuration: * The configuration load my monitor configuration:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 KiB

After

Width:  |  Height:  |  Size: 394 KiB