Skip to content

Commit

Permalink
fix: lightdm background setup
Browse files Browse the repository at this point in the history
  • Loading branch information
manawasp committed Sep 23, 2024
1 parent ff24009 commit 2f2f9ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ $ ln -s .dotfiles/alacritty/alacritty.toml .alacritty.toml && \
ln -s .dotfiles/i3/i3config .config/i3/config && \
ln -s .dotfiles/i3/i3status .config/i3status && \
ln -s .dotfiles/i3/images/background.jpg .config/i3/background.jpg && \
ln -s .dotfiles/i3/images/lock-background.png .config/i3/lock-background.png && \
ln -s .dotfiles/nvim .config/nvim && \
ln -s .dotfiles/tmux/tmux.conf .tmux.conf && \
ln -s .dotfiles/tmux .config/tmux
Expand Down Expand Up @@ -129,6 +128,12 @@ Update `/etc/lightdm/lightdm-gtk-greeter.conf`:

```conf
[greeter]
background=/etc/lightdm/inlog-background.png
background=/usr/share/pixmaps/inlog-background.png
```

And copy the background:

```sh
sudo cp .dotfiles/i3/images/inlog-background.png /usr/share/pixmaps/inlog-background.png
```

Empty file modified i3/images/inlog-background.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f2f9ea

Please sign in to comment.