Advertisement
msjche

MoJo's Awesome Github README.md

Feb 17th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # AwesomeWM_Laptop
  2.  
  3. I've created a folder "PROFILES" that contain folders, widgets and libraries for two separate AwesomeWM configurations
  4.  
  5. Since these two configs do not use the same themes or paths, i've decided to move to this system
  6.  
  7. Installation:
  8.  
  9. git clone https://github.com/msjche/AwesomeWM_Laptop.git ~/.config/awesome
  10. cd ~/.config/awesome && cp -r AwesomeWM_Laptop/* .
  11. rm -r AwesomeWM_Laptop
  12.  
  13. if you want any specific PROFILE:
  14.  
  15. cd ~/.config/awesome
  16.  
  17. and create symlinks as follows:
  18.  
  19. For "msjche" theme
  20. ![Alt text](msjche.png?raw=true "Title")
  21.  
  22. cd ~/.config/awesome && ln -s PROFILES/msjche/* .
  23.  
  24. For "Default" theme
  25. ![Alt text](default.png?raw=true "Title")
  26.  
  27. cd ~/.config/awesome && ln -s PROFILES/Default/* .
  28.  
  29. from there you should be able to reload Awesome and have the new system. Enjoy!
  30.  
  31. MJ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement