Klimi's new dotfiles with stow.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
253 B

  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