Update 2023-01-08 17:34 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-01-08 17:34:37 +01:00
parent 36500c913d
commit 5df8b5da0a
9 changed files with 119 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
# FONTS
#
DFONT="FuraCodeNerdFont-13" # Font for dmenu
SFONT="FuraCodeNerdFont-13" # productive
SFONT="FuraCodeNerdFont-11" # productive
BFONT="FuraCodeNerdFont-20" # couch distance
HFONT="FuraCodeNerdFont-21" # presentation
@@ -21,10 +21,10 @@ HTERM="st -f $HFONT"
#
# NOTION ORANGE
DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #FFA600 -sb #121212 -l 20 -i -f"
# DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #FFA600 -sb #121212 -l 20 -i -f"
# SPECTRWM GREY
# DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #CCCCCC -sb #121212 -l 20 -i -f"
DMENUOPTS="-fn '$DFONT' -nb #121212 -nf #707070 -sf #CCCCCC -sb #121212 -l 20 -i -f"
DMENU_CMD="dmenu $DMENUOPTS"
DMENURUN_CMD="dmenu_run $DMENUOPTS"