-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bisspector
authored
Sep 7, 2018
1 parent
fd30466
commit ff586e0
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |