fixed st builds via makefile

nvim
KeeganForelight 2 years ago
parent 793797f296
commit ec57e01cd8

@ -55,7 +55,7 @@ modules-right = pulseaudio memory cpu temperature eth dev-bat seafile calendar-s
; desktop bar config ; desktop bar config
inherit = section/base-bar inherit = section/base-bar
; height ; height
height = 24pt height = 18pt
; modules ; modules
modules-left = xworkspaces focus todo modules-left = xworkspaces focus todo
;modules-left = xworkspaces spotify spotify-len ;modules-left = xworkspaces spotify spotify-len

@ -1,3 +1,2 @@
- shell: - shell:
- [rm shells/st/config.h && cp shells/st-desktop/config.h shells/st/, Copying config] - [cd shells/st && sudo make install CONFIG=desktop && make clean, Installing st (desktop)]
- [cd shells/st && sudo make install && make clean, Installing st]

@ -1,3 +1,2 @@
- shell: - shell:
- [rm shells/st/config.h && cp shells/st-thinkpad/config.h shells/st/, Copying config] - [cd shells/st && sudo make install CONFIG=thinkpad, Installing st (Thinkpad)]
- [cd shells/st && sudo make install, Installing st]

@ -1,3 +1,2 @@
- shell: - shell:
- [rm shells/st/config.h && cp shells/st-work/config.h shells/st/, Copying config] - [cd shells/st && sudo make install CONFIG=work, Installing st (work)]
- [cd shells/st && sudo make install, Installing st]

@ -6,6 +6,7 @@ zsh
oh-my-zsh oh-my-zsh
fzf fzf
tmux.sparse tmux.sparse
nvim
st.work st.work
i3.work i3.work
picom picom

Loading…
Cancel
Save