diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-03-15 14:22:34 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-03-15 14:22:34 +0100 |
| commit | 8c184894f76cfc78a6af252f2fc3d3c35a75cbf2 (patch) | |
| tree | fe976ee0104921a33b29eb23fa75d8887006748b | |
| parent | 74a9109edf08a8abb3ae2a9d9858703cc6e7bbf7 (diff) | |
docs(info) add installation information
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | config/i3/config | 2 | ||||
| -rw-r--r-- | etc/lightdm/slick-greeter.conf | 2 |
3 files changed, 18 insertions, 2 deletions
@@ -2,6 +2,22 @@ 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 > WM: `i3 gaps` diff --git a/config/i3/config b/config/i3/config index 22375d9..82851d7 100644 --- a/config/i3/config +++ b/config/i3/config @@ -360,7 +360,7 @@ exec --no-startup-id dex --autostart --environment i3 # set wallpaper #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: exec --no-startup-id xset s 480 dpms 600 600 600 diff --git a/etc/lightdm/slick-greeter.conf b/etc/lightdm/slick-greeter.conf index f95ded1..b966bbd 100644 --- a/etc/lightdm/slick-greeter.conf +++ b/etc/lightdm/slick-greeter.conf @@ -1,5 +1,5 @@ [Greeter] -background=/usr/share/anhgelus/oppressive-city.jpg +background=/usr/share/anhgelus/wallpaper.jpg draw-user-backgrounds=false draw-grid=true theme-name=Arc-Dark |
