removed wallpapers, use seafile instead
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wallpapers_dir=~/.local/share/wallpapers
|
wallpapers_dir=~/.local/share/wallpapers
|
||||||
#finder="fzf --preview='feh {}'"
|
|
||||||
finder="rofi-dmenu Wallpaper"
|
finder="rofi-dmenu Wallpaper"
|
||||||
|
|
||||||
cd "$wallpapers_dir"
|
cd "$wallpapers_dir"
|
||||||
|
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 11 MiB |
Before Width: | Height: | Size: 13 MiB |
Before Width: | Height: | Size: 19 MiB |
Before Width: | Height: | Size: 16 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 15 MiB |
Before Width: | Height: | Size: 14 MiB |
@ -8,6 +8,3 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.config/i3/config: gui/i3/desktop.conf
|
~/.config/i3/config: gui/i3/desktop.conf
|
||||||
~/.local/bin/wallpaper.sh: bin/wallpaper.sh
|
~/.local/bin/wallpaper.sh: bin/wallpaper.sh
|
||||||
~/.local/share/wallpapers/:
|
|
||||||
path: gui/wallpapers/**
|
|
||||||
glob: true
|
|
||||||
|
@ -3,10 +3,8 @@
|
|||||||
|
|
||||||
- clean:
|
- clean:
|
||||||
~/.config/i3:
|
~/.config/i3:
|
||||||
|
~/.local/share/wallpapers:
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/i3/config: gui/i3/thinkpad.conf
|
~/.config/i3/config: gui/i3/thinkpad.conf
|
||||||
~/.local/bin/wallpaper.sh: bin/wallpaper.sh
|
~/.local/bin/wallpaper.sh: bin/wallpaper.sh
|
||||||
~/.local/share/wallpapers/:
|
|
||||||
path: gui/wallpapers/**
|
|
||||||
glob: true
|
|
||||||
|