diff --git a/README-qtile.md b/README-qtile.md index 806682b..2409793 100644 --- a/README-qtile.md +++ b/README-qtile.md @@ -42,6 +42,15 @@ dotfiles - My tiling Qtile configuration (for Arch/Devuan/Debian) 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:`** * The configuration load my monitor configuration: diff --git a/README.md b/README.md index 5a81123..2832939 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,15 @@ dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/ 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:`** * The configuration load my monitor configuration: diff --git a/examples/qtile.png b/examples/qtile.png index 3dccbc5..b7c1adc 100644 Binary files a/examples/qtile.png and b/examples/qtile.png differ