Advertisement
twodogsdave

run_every_minute

Apr 18th, 2025 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. PATH_I3WM="$HOME/.config/i3"
  4. file_content=$(< $PATH_I3WM/themes/.current)
  5.  
  6. while true; do
  7. ~/.config/i3/themes/$file_content/random.sh
  8. sleep 3600s
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement