diff options
| author | stkhan <personal@slickd.xyz> | 2025-07-24 19:02:26 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2025-07-24 19:02:26 -0500 |
| commit | c6ed3de8a62fc3a8eae866eaa7ac076b28d88ad7 (patch) | |
| tree | 96b71b2e32d760e7d463dec468bc97b80cf50870 /scripts | |
| parent | 7bf6f5dabe3b0530dc1811663a5498acfa1df879 (diff) | |
Add custom dmenu color support
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/pre_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pre_build.sh b/scripts/pre_build.sh index a29b4cb..9155326 100755 --- a/scripts/pre_build.sh +++ b/scripts/pre_build.sh @@ -5,3 +5,4 @@ COLOR=$(grep col_cyan colors.h | sed "s/static const char col_cyan\[\] //g ; s/ GRAY=$(grep col_gray1 colors.h | sed "s/static const char col_gray1\[\] //g ; s/ //g ; s/=\"//g ; s/\"\;//g") sed -i "s/COL_CYAN/\"${COLOR}\"/g" wm/${DMENU}/real_config.h sed -i "s/COL_GRAY/\"${GRAY}\"/g" wm/${DMENU}/real_config.h + |