diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 12:22:00 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 12:22:00 +0800 |
commit | 3c8f324d3f197afe726aa87a4eaa4edebd960aa3 (patch) | |
tree | 9c9682ed02f49ee60e6b2e1ad9ba48df97c65e8e /Makefile | |
parent | d1d16f14061d641901f2be78daaae09422727f82 (diff) |
Add theme config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -73,7 +73,10 @@ blog: | |||
73 | git clone ssh://vps/~/blog $(HOME)/blog; | 73 | git clone ssh://vps/~/blog $(HOME)/blog; |
74 | fi | 74 | fi |
75 | 75 | ||
76 | openbox: | 76 | theme: |
77 | ln -sf `pwd`/misc/themes ~/.themes | ||
78 | |||
79 | openbox: theme | ||
77 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ | 80 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ |
78 | 81 | ||
79 | archcraft: | 82 | archcraft: |