Dotfiles config update (2022-04-04)
This commit is contained in:
parent
b3ec3b081f
commit
b9cd6b00cb
|
@ -10,7 +10,7 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
|
||||||
* [spectrwm](README-spectrwm.md)
|
* [spectrwm](README-spectrwm.md)
|
||||||
* [spectrwm + polybar](README-spectrwm-polybar.md)
|
* [spectrwm + polybar](README-spectrwm-polybar.md)
|
||||||
|
|
||||||
![i3-i3status](examples/i3wm-i3status.png)
|
![i3-polybar](examples/i3wm-polybar.png)
|
||||||
|
|
||||||
### Installation:
|
### Installation:
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
|
||||||
$ cd dotfiles
|
$ cd dotfiles
|
||||||
$ chmod +x install-config.sh
|
$ chmod +x install-config.sh
|
||||||
$ ./install-config.sh
|
$ ./install-config.sh
|
||||||
|
$ cp -rfv ~/.config/i3/config.polybar ~/.config/i3/config
|
||||||
````
|
````
|
||||||
|
|
||||||
### Configuration:
|
### Configuration:
|
||||||
|
@ -54,11 +55,11 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
|
||||||
|
|
||||||
* **`Wallpaper:`**
|
* **`Wallpaper:`**
|
||||||
|
|
||||||
* By default, the config load wallpaper on `~/wallpapers/dark-city.jpg`:
|
* By default, the config load wallpaper on `~/wallpapers/abstract.png`:
|
||||||
* Edit `~/.config/i3/config` for set your favorite wallpaper:
|
* Edit `~/.config/i3/config` for set your favorite wallpaper:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/dark-city.jpg"
|
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/abstract.png"
|
||||||
````
|
````
|
||||||
|
|
||||||
* **`Set Screensaver (Optional):`**
|
* **`Set Screensaver (Optional):`**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user