Dotfiles config update (2022-04-24)
This commit is contained in:
parent
879b3d2b4a
commit
0ad367cb87
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 403 KiB After Width: | Height: | Size: 394 KiB |
Loading…
Reference in New Issue
Block a user