Skip to content

Set your Mac Os theme depending on the time of the day, the weather and more...

Notifications You must be signed in to change notification settings

paris-ci/MacOsTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacOsTheme

Set your Mac Os theme depending on the time of the day, the weather and more...

How does it works

This is a Python3.6+ script that works on Mac Os only. There is a plugin system, and each plugin change a specific part of the OS or it's apps

Installation

  • Install Python 3.6 brew install python3
  • Clone the repo git clone https://github.com/paris-ci/MacOsTheme.git
  • Simlink theme.py to a directory in your PATH ln -s /Users/your_user/theme/theme.py /usr/local/bin/theme
  • In your crontab (crontab -e), add * * * * * theme --plugins wallpaper menu_bar > /dev/null 2>&1 (Don't forget to set your PATH there too)
  • You'll probably need to install each plugin separately. For this, see instructions at the beginning of each plugin.py file

About

Set your Mac Os theme depending on the time of the day, the weather and more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages