diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-13 15:01:43 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-13 15:01:43 +0530 |
| commit | 32247d59a2ea42542328071c3784bec753b8ce00 (patch) | |
| tree | 0bb000d17e97cdc43ef1a720cb92da749112b382 /.local/bin/genwall | |
| parent | ecb14b548ec5104d72043759d7b405990ee47c50 (diff) | |
use Fira Code as font, add setwall script
Diffstat (limited to '.local/bin/genwall')
| -rwxr-xr-x | .local/bin/genwall | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.local/bin/genwall b/.local/bin/genwall deleted file mode 100755 index ccbe75e..0000000 --- a/.local/bin/genwall +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# Dependencies: -# convert wal xdotool xwallpaper - -wall_dir=~/pix/wall - -if [ -z "$1" ]; then - wall="$(find "$wall_dir" -type f -name "*.jpg" -o -name "*.png" | shuf -n1)" -else - wall="$1" -fi - -convert "$wall" ~/.local/share/bg.jpg -xwallpaper --zoom ~/.local/share/bg.jpg -wal -c -wal -i ~/.local/share/bg.jpg -xdotool key super+F5 |
