diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-18 16:16:01 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-18 16:16:01 -0500 |
| commit | 0c19025adb7f71cc085571e81847c5ff80f37264 (patch) | |
| tree | a54f6dec1297a72e8aad38fe68b24b5525c9e94b /.scripts | |
| parent | 31fd794d87d49c09548b2037f132ff17b2442c01 (diff) | |
| download | eibhear-0c19025adb7f71cc085571e81847c5ff80f37264.tar.gz eibhear-0c19025adb7f71cc085571e81847c5ff80f37264.tar.zst eibhear-0c19025adb7f71cc085571e81847c5ff80f37264.zip | |
zoom for bg
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/tools/setbg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/setbg b/.scripts/tools/setbg index c9e4a94..950ae7c 100755 --- a/.scripts/tools/setbg +++ b/.scripts/tools/setbg @@ -1,4 +1,4 @@ #!/bin/sh # Sets the background. If given an argument, will set file as background. [ ! -z "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed." -xwallpaper --maximize ~/.config/wall.png +xwallpaper --zoom ~/.config/wall.png |
