Update 2023-12-04 23:48 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2023-12-04 23:48:52 +01:00
parent 865a9e051b
commit d78c01901f
5 changed files with 8 additions and 13 deletions

View File

@ -5,14 +5,13 @@
FONTNAME="Terminus" FONTNAME="Terminus"
FONTSIZE_SMALL=18 FONTSIZE_SMALL=18
FONTSIZE_BIG=26 FONTSIZE_BIG=26
FONTSIZE_DMENU=$((FONTSIZE_SMALL - 0)) FONTSIZE_DMENU=$FONTSIZE_SMALL
# TERMINALS # TERMINALS
# #
STERM="st -f ${FONTNAME}:pixelsize=${FONTSIZE_SMALL}" STERM="st -f ${FONTNAME}:pixelsize=${FONTSIZE_SMALL}"
BTERM="st -f ${FONTNAME}:pixelsize=${FONTSIZE_BIG}" BTERM="st -f ${FONTNAME}:pixelsize=${FONTSIZE_BIG}"
HTERM="st -f ${FONTNAME}:pixelsize=32"
HTERM="zutty -font SourceCodePro-Medium -fontsize ${FONTSIZE_BIG}"
DFONT=${FONTNAME}:pixelsize=${FONTSIZE_DMENU} DFONT=${FONTNAME}:pixelsize=${FONTSIZE_DMENU}
[ "$WM" == "notion" ] \ [ "$WM" == "notion" ] \

View File

@ -8,17 +8,13 @@ abort() { echo "Abort with >$0 $ARGS< on $(date)" >> /tmp/obsdmake.log; }
JOBS="${JOBS:=$(sysctl -n hw.ncpuonline)}" JOBS="${JOBS:=$(sysctl -n hw.ncpuonline)}"
export GLOBAL_AUTOCONF_CACHE="/var/ccache/config.cache"
export CCACHE_DIR="/var/ccache" export CCACHE_DIR="/var/ccache"
export CCACHE_SLOPPINESS="locale,time_macros,random_seed" export CCACHE_SLOPPINESS="locale,time_macros,random_seed,file_stat_matches"
export CCACHE_MAXSIZE=60G export CCACHE_MAXSIZE=60G
export CCACHE_NOHASHDIR= export CCACHE_NOHASHDIR=
# base llvm? export CMAKE_CXX_COMPILER_LAUNCHER=ccache
export LLVM_CCACHE_BUILD=1 export CMAKE_C_COMPILER_LAUNCHER=ccache
export LLVM_CCACHE_DIR="/var/ccache"
export CMAKE_CXX_COMPILER_LAUNCHER="ccache"
export CMAKE_C_COMPILER_LAUNCHER="ccache"
FLAGS="-fno-stack-protector -fno-ret-protector -mno-retpoline -march=native" FLAGS="-fno-stack-protector -fno-ret-protector -mno-retpoline -march=native"
export CC="/opt/ccache/bin/cc $FLAGS" export CC="/opt/ccache/bin/cc $FLAGS"

View File

@ -25,7 +25,7 @@ disable_border = 1
# | BAR SETTINGS # | BAR SETTINGS
# +-------------------------------------------------- # +--------------------------------------------------
bar_enabled = 1 bar_enabled = 1
bar_border_width = 2 bar_border_width = 1
bar_border = rgb:18/18/18 bar_border = rgb:18/18/18
bar_border_unfocus = rgb:18/18/18 bar_border_unfocus = rgb:18/18/18
bar_border_free = rgb:18/18/18 bar_border_free = rgb:18/18/18

1
.kshrc
View File

@ -131,6 +131,7 @@ set bell-style none
alias kshrc="vim ~/.kshrc" alias kshrc="vim ~/.kshrc"
alias muttrc="vim ~/.mutt/rc-common" alias muttrc="vim ~/.mutt/rc-common"
alias vimrc="vim ~/.vim/vimrc" alias vimrc="vim ~/.vim/vimrc"
alias hc="vim ~/.config/herbstluftwm/autostart"
alias bspwmrc="vim ~/.config/bspwm/bspwmrc" alias bspwmrc="vim ~/.config/bspwm/bspwmrc"
alias sxhkdrc="vim ~/.config/bspwm/sxhkdrc" alias sxhkdrc="vim ~/.config/bspwm/sxhkdrc"
alias vimbrc="vim ~/.config/vimb/config" alias vimbrc="vim ~/.config/vimb/config"

View File

@ -13,7 +13,7 @@ de.defstyle("*", {
highlight_pixels = 1, highlight_pixels = 1,
shadow_pixels = 1, shadow_pixels = 1,
border_style = "elevated", border_style = "elevated",
font = "xft:Envy Code R:pixelsize=13", font = "xft:Terminus:pixelsize=13",
text_align = "center", text_align = "center",
}) })
@ -93,7 +93,6 @@ de.defstyle("stdisp", {
shadow_pixels = 0, shadow_pixels = 0,
highlight_pixels = 0, highlight_pixels = 0,
text_align = "left", text_align = "left",
font = "xft:Envy Code R:pixelsize=13",
background_colour = "#222222", background_colour = "#222222",
de.substyle("important", { de.substyle("important", {