Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisspector authored Sep 7, 2018
1 parent fd30466 commit ff586e0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# openrazer_pywal
Python script, which takes colorscheme from PyWal and applies to Razer Chroma devices
Python script, which generates colorscheme of current wallpaper usin pywal, and applies to all Razer Chroma devices which are connected, using openrazer.
# Requirements
Python3
PyWal
OpenRazer
# Installation
Place script file somewhere you feel comfortable, and than just add it to autostart how you usually do it.

Warning: It's recommended to put script after pywal in autostart

Example for i3:
Copy razerwal.py to ~/.config/i3/
~/.config/i3/config:
exec_always --no-startup-id wal -i ~/Pictures/wallpapers # Pywal startup
exec_always --no-startup-id python3 razerwal.py # Execute the script

# Thank you

0 comments on commit ff586e0

Please sign in to comment.