| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use setuptools.setup console_scripts entry point. | Daniel Liljeström | 2017-06-25 | 1 | -577/+0 |
| | | | | | | | | | | - Switch to distributing pywal as a module and having setuptools register the script as an console_script entry point. - Added python_requires field to setuptools.setup. - Use the module version as the package version. | ||||
| * | General: Change shebang to python3, closes #5 | Dylan Araps | 2017-06-25 | 1 | -1/+1 |
| | | |||||
| * | wallpaper: Supress errors on xfce | Dylan Araps | 2017-06-25 | 1 | -2/+2 |
| | | |||||
| * | General: Cleanup | Dylan Araps | 2017-06-23 | 1 | -17/+9 |
| | | |||||
| * | General: Fix comments. | Dylan Araps | 2017-06-23 | 1 | -4/+4 |
| | | |||||
| * | General: Simplify file read. | Dylan Araps | 2017-06-23 | 1 | -7/+2 |
| | | |||||
| * | General: Move duplicate code to a function. | Dylan Araps | 2017-06-23 | 1 | -8/+11 |
| | | |||||
| * | wallpaper: Reduce duplicate code. | Dylan Araps | 2017-06-23 | 1 | -13/+12 |
| | | |||||
| * | General: Cleanup | Dylan Araps | 2017-06-23 | 1 | -13/+12 |
| | | |||||
| * | General: Cleanup | Dylan Araps | 2017-06-23 | 1 | -4/+4 |
| | | |||||
| * | General: Display a notification to show the user progress. | Dylan Araps | 2017-06-22 | 1 | -11/+26 |
| | | |||||
| * | colors: Reload i3 colors | Dylan Araps | 2017-06-22 | 1 | -0/+12 |
| | | |||||
| * | Colors: Fix rofi export | Dylan Araps | 2017-06-22 | 1 | -11/+11 |
| | | |||||
| * | General: Cleanup | Dylan Araps | 2017-06-22 | 1 | -2/+2 |
| | | |||||
| * | General: Don't hardcode devnull dir | Dylan Araps | 2017-06-22 | 1 | -3/+3 |
| | | |||||
| * | General: Fix nohup file bug | Dylan Araps | 2017-06-22 | 1 | -0/+1 |
| | | |||||
| * | Cleanup: String formatting, use f strings everywhere | Dylan Araps | 2017-06-22 | 1 | -19/+19 |
| | | |||||
| * | Cleanup: Remove duplicate code and cleanup format strings | Dylan Araps | 2017-06-22 | 1 | -57/+56 |
| | | |||||
| * | Args: Added -v to print version | Dylan Araps | 2017-06-22 | 1 | -1/+9 |
| | | |||||
| * | General: Disable unsafe exit | Dylan Araps | 2017-06-22 | 1 | -1/+1 |
| | | |||||
| * | colors: Remove export_plain | Dylan Araps | 2017-06-22 | 1 | -8/+3 |
| | | |||||
| * | Cleanup: Move all arg processing to process_args() | Dylan Araps | 2017-06-21 | 1 | -15/+11 |
| | | |||||
| * | colors: Change function order | Dylan Araps | 2017-06-21 | 1 | -1/+2 |
| | | |||||
| * | colors: Add error handling to reload | Dylan Araps | 2017-06-21 | 1 | -8/+11 |
| | | |||||
| * | wallpaper: Exclude current image from shuffle | Dylan Araps | 2017-06-21 | 1 | -7/+17 |
| | | |||||
| * | colors: Make the call to xrdb blocking | Dylan Araps | 2017-06-21 | 1 | -8/+7 |
| | | |||||
| * | Wallpaper: Fix wallpaper not being set | Dylan Araps | 2017-06-20 | 1 | -1/+3 |
| | | |||||
| * | Optimization: Removed loops from export | Dylan Araps | 2017-06-20 | 1 | -78/+50 |
| | | |||||
| * | Optimization: Use faster for loops | Dylan Araps | 2017-06-20 | 1 | -7/+8 |
| | | |||||
| * | Optimization: Remove glob import | Dylan Araps | 2017-06-20 | 1 | -7/+6 |
| | | |||||
| * | Optimization: Terminate the script on exit to save 10ms | Dylan Araps | 2017-06-20 | 1 | -1/+3 |
| | | |||||
| * | Wallpaper: Add desktop environment support | Dylan Araps | 2017-06-20 | 1 | -17/+69 |
| | | |||||
| * | General: Fix quoting | Dylan Araps | 2017-06-20 | 1 | -39/+39 |
| | | |||||
| * | General: Cleanup and putty export | Dylan Araps | 2017-06-20 | 1 | -8/+24 |
| | | |||||
| * | colors: Fix color bug | Dylan Araps | 2017-06-20 | 1 | -1/+1 |
| | | |||||
| * | Image: Random image, select image file. | Dylan Araps | 2017-06-20 | 1 | -2/+11 |
| | | |||||
| * | General: Cleanup | Dylan Araps | 2017-06-20 | 1 | -5/+8 |
| | | |||||
| * | General: Add all export functions | Dylan Araps | 2017-06-20 | 1 | -8/+54 |
| | | |||||
| * | General: Cleanup and rename | Dylan Araps | 2017-06-20 | 1 | -0/+448 |