docs(info) add installation information
This commit is contained in:
parent
74a9109edf
commit
8c184894f7
3 changed files with 18 additions and 2 deletions
16
README.md
16
README.md
|
@ -2,6 +2,22 @@
|
||||||
|
|
||||||
This is my personnal dotfiles.
|
This is my personnal dotfiles.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
To install the dotfiles, follow this steps:
|
||||||
|
|
||||||
|
1. Clone the repo
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/anhgelus/dotfiles.git
|
||||||
|
```
|
||||||
|
2. Go inside the new dotfiles folder
|
||||||
|
3. Run the install.sh
|
||||||
|
```bash
|
||||||
|
sh install.sh
|
||||||
|
```
|
||||||
|
4. Put your desktop wallpaper inside `~/Images/wallpapers/wallpaper.jpg` and your LightDM wallpaper inside `/usr/share/anhgelus/lightdm-wallpaper.jpg`
|
||||||
|
5. Restart and it works!
|
||||||
|
|
||||||
## Technologies
|
## Technologies
|
||||||
|
|
||||||
> WM: `i3 gaps`
|
> WM: `i3 gaps`
|
||||||
|
|
|
@ -360,7 +360,7 @@ exec --no-startup-id dex --autostart --environment i3
|
||||||
|
|
||||||
# set wallpaper
|
# set wallpaper
|
||||||
#exec --no-startup-id sleep 2 && nitrogen --restore
|
#exec --no-startup-id sleep 2 && nitrogen --restore
|
||||||
exec_always --no-startup-id feh --bg-fill ~/Images/wallpapers/abandonned-blade-runner.jpg
|
exec_always --no-startup-id feh --bg-fill ~/Images/wallpapers/wallpaper.jpg
|
||||||
|
|
||||||
# set powersavings for display:
|
# set powersavings for display:
|
||||||
exec --no-startup-id xset s 480 dpms 600 600 600
|
exec --no-startup-id xset s 480 dpms 600 600 600
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Greeter]
|
[Greeter]
|
||||||
background=/usr/share/anhgelus/oppressive-city.jpg
|
background=/usr/share/anhgelus/wallpaper.jpg
|
||||||
draw-user-backgrounds=false
|
draw-user-backgrounds=false
|
||||||
draw-grid=true
|
draw-grid=true
|
||||||
theme-name=Arc-Dark
|
theme-name=Arc-Dark
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue