matt_mods

dwm theme installation

Jun 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. =========================================================================================================================
  2. Source code
  3. =========================================================================================================================
  4. Vanilla source code: https://dl.suckless.org/dwm/dwm-6.1.tar.gz
  5.  
  6. (optional)Patches: https://dwm.suckless.org/patches/
  7. =========================================================================================================================
  8. To install
  9. =========================================================================================================================
  10. 1. Download the vanilla source for dwm.
  11. 2. Then extract it with tar xvf ~/Downloads/dwm-6.1.tar.gz
  12. 3. cd ~/Downloads/dwm-6.1
  13. 4. make
  14. 5. Download a config.h that you want given at the bottom of this paste
  15. 6. mv ~/Downloads/config.h ~/Downloads/dwm-6.1
  16. 7. sudo make install
  17. 8. restart xorg
  18. 9. startx (if needed)
  19. 10. you should be done
  20.  
  21. To change anything in the future rerun steps 7 - 9, this includes applying patches which will be explained below
  22.  
  23. =========================================================================================================================
  24. Patches
  25. =========================================================================================================================
  26. when you reach step 7 before you install you can apply patches, these are diff files that change how DWM works (this also apples to ST if you use that)
  27. 1. Download patches, and make sure that you download patches for the same version of DWM as you are using (6.1)
  28. 2. mv ~/Downloads/*.diff ~/Downloads/dwm-6.1
  29. 3. patch -p1 < patch_name.diff
  30. 4. if all hunks are apply correctly then continue with the steps to install from 7, else check that you downloaded a patch for the same version, and that you don't have a patch in conflict with each other.
  31.  
  32.  
  33. =========================================================================================================================
  34. Themes
  35. =========================================================================================================================
  36.  
  37. Normal theme (that i use when i'm not doing a system show off): https://drive.google.com/open?id=13ft5qQY7lUbfb_OK91NuwSQFYiFUlYto
  38.  
  39. Dark theme: https://drive.google.com/open?id=14snllyAe_rYOTNm2IyYb6_0VOGBiSRS_
Add Comment
Please, Sign In to add comment