Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
253 B

4 years ago
  1. while [ : ]
  2. do
  3. echo -n "%{F#00ff00}"
  4. ~/dotfiles/scripts/bat.sh
  5. echo -n "% %{F-}"
  6. printf " Date: "
  7. echo -n "%{A:dunstify Hello bois:} click here for hi %{A}"
  8. ~/dotfiles/scripts/clock.sh
  9. ## printf "\n"
  10. sleep 5
  11. done