Skip to content

Commit

Permalink
Merge pull request #236 from deanc/master
Browse files Browse the repository at this point in the history
Add hostname option for show_left_icon
  • Loading branch information
ethancedwards8 authored Oct 15, 2023
2 parents f61d1b8 + c9334a6 commit a8da118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dracula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ main()
left_icon="#S";;
window)
left_icon="#W";;
hostname)
left_icon="#H";;
*)
left_icon=$show_left_icon;;
esac
Expand Down

0 comments on commit a8da118

Please # to comment.