Skip to content

Commit

Permalink
i3 wallpaper config
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 15, 2021
1 parent 3d73b2e commit 697fe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ mode "resize" {
}

bindsym $mod+r mode "resize"
bindsym $mod+n exec nitrogen --set-zoom-fill --random ~/Pictures/wallpapers/

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
Expand Down
2 changes: 1 addition & 1 deletion config/i3/i3lock.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

ffmpeg -y -i ~/Pictures/wallpapers/$(ls ~/Pictures/wallpapers/ | shuf -n1) /tmp/i3lock.png && i3lock -t -i /tmp/i3lock.png
ffmpeg -y -i ~/Pictures/wallpapers/external/$(ls ~/Pictures/wallpapers/external/ | shuf -n1) /tmp/i3lock.png && i3lock -t -i /tmp/i3lock.png

0 comments on commit 697fe93

Please sign in to comment.