mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
8 lines
191 B
Bash
Executable File
8 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp $1 ~/Pictures/Wallpapers/bg.jpg
|
|
wal -c -i ~/Pictures/Wallpapers/bg.jpg
|
|
gsettings set org.gnome.desktop.background picture-uri 'file:///home/ajet/Pictures/Wallpapers/bg.jpg'
|
|
|
|
|