Add space block in Mac Dock

tilmacdock

To add a spacer block in Mac Dock … defaults write com.apple.dock persistent-apps \ -array-add '{"tile-type"="spacer-tile";}' \ && killall Dock

Read more →

Custom List Bullet

tilcsslist

You can change the list bullet icon from the conventional disc (or circle) to anything you want using either the marker property of the li tag: li::marker { content: "\2192 "; /* Unicode for …

Read more →