Update 2023-04-13 07:48 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-04-13 07:48:34 +02:00
parent f10e285a68
commit ecaa46bd0d
5 changed files with 11 additions and 10 deletions

View File

@ -5,7 +5,7 @@ Xcursor.size:
Xcursor.theme:
xterm.cursorTheme:
Xft.dpi: 76
Xft.dpi: 96
! -- XIDLE -- !
XIdle*position: sw

View File

@ -5,15 +5,15 @@
# FONTS
#
DFONT="FuraCodeNerdFont-13"
SFONT="FuraCodeNerdFont-13"
SFONT="FuraCodeNerdFont-11"
BFONT="FuraCodeNerdFont-16"
HFONT="FuraCodeNerdFont-22"
HFONT="FuraCodeNerdFont-24"
#
# TERMINALS
#
STERM="st -f -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1"
BTERM="st -f $BFONT"
STERM="st -f -xos4-terminus-medium-r-normal--14-200-72-72-c-100-iso10646-1"
BTERM="st -f -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1"
HTERM="st -f $HFONT"
#

View File

@ -14,8 +14,8 @@ bar_color = rgb:18/18/18
bar_color_selected = rgb:18/24/28
bar_font_color = rgb:99/99/99,red
bar_font_color_selected = rgb:ff/ff/ff
bar_font = FuraCodeNerdFont-6
bar_font_pua = FuraCodeNerdFont-6
bar_font = FuraCodeNerdFont-11
bar_font_pua = FuraCodeNerdFont-11
bar_action = cbar
bar_action_expand = 1
bar_at_bottom = 0
@ -54,8 +54,8 @@ bind[sterm] = MOD+Return
program[bterm] = bterm
bind[bterm] = MOD+Shift+Return
program[bterm] = hterm
bind[bterm] = MOD+Control+Return
program[hterm] = hterm
bind[hterm] = MOD+Control+Return
program[irssi] = texec x
bind[irssi] = MOD+Shift+X

View File

@ -1,6 +1,6 @@
asterisk = "*";
prompt = "";
font = "FuraCodeNerdFont-15";
font = "FuraCodeNerdFont-14";
bottom = false;
prompt_fg = "#FFFFFF";

1
.vimrc
View File

@ -52,6 +52,7 @@ set formatprg=par\ -w72q
hi LineNr ctermfg=15
hi EndOfBuffer ctermfg=15
hi SpecialKey ctermfg=238
hi DiffAdd ctermbg=22 ctermfg=NONE cterm=NONE
hi DiffDelete ctermbg=234 ctermfg=NONE cterm=NONE