diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 37afb69..5a6c654 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -109,6 +109,7 @@ Plug 'norcalli/nvim-colorizer.lua' Plug 'nvim-treesitter/nvim-treesitter-textobjects' Plug 'nvim-treesitter/nvim-treesitter-refactor' Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} +Plug 'Stoozy/vimcord' call plug#end() lua << EOF diff --git a/dwm/config.h b/dwm/config.h index 8801bfa..22eea52 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -4,13 +4,13 @@ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 0; /* snap pixel */ static const int swallowfloating = 1; /* 1 means swallow floating windows by default */ -static const unsigned int gappih = 10; /* horiz inner gap between windows */ -static const unsigned int gappiv = 10; /* vert inner gap between windows */ -static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ -static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ +static const unsigned int gappih = 8; /* horiz inner gap between windows */ +static const unsigned int gappiv = 8; /* vert inner gap between windows */ +static const unsigned int gappoh = 8; /* horiz outer gap between windows and screen edge */ +static const unsigned int gappov = 8; /* vert outer gap between windows and screen edge */ static const int smartgaps_fact = 1; /* gap factor when there is only one client; 0 = no gaps, 3 = 3x outer gaps */ static const int showbar = 1; /* 0 means no bar */ -static const int topbar = 1; /* 0 means bottom bar */ +static const int topbar = 0; /* 0 means bottom bar */ /* Status is to be shown on: -1 (all monitors), 0 (a specific monitor by index), 'A' (active monitor) */ static const int statusmon = 'A'; @@ -18,8 +18,8 @@ static const int statusmon = 'A'; static int tagindicatortype = INDICATOR_NONE; static int tiledindicatortype = INDICATOR_NONE; static int floatindicatortype = INDICATOR_NONE; -static const char *fonts[] = { "monospace:size=12" }; -static const char dmenufont[] = "monospace:size=12"; +static const char *fonts[] = { "Terminus:size=15" }; +static const char dmenufont[] = "Terminus:size=15"; static char c000000[] = "#000000"; diff --git a/dwm/dwm b/dwm/dwm index 41e7488..55e071f 100755 Binary files a/dwm/dwm and b/dwm/dwm differ diff --git a/dwm/dwm.o b/dwm/dwm.o index 387744f..3fecd05 100644 Binary files a/dwm/dwm.o and b/dwm/dwm.o differ diff --git a/slstatus/config.h b/slstatus/config.h index 4eb21be..6d43325 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -70,5 +70,5 @@ static const struct arg args[] = { {temp, "[tmp %s°C] ", "/sys/class/thermal/thermal_zone3/temp"}, {run_command, "[mem %s]", "sb-memory"}, {run_command, " [bat %s] ", "sb-battery"}, - {run_command, "[%s]", "date '+%a %I:%M %P'"}, + {run_command, "[%s]", "date '+%I:%M %P'"}, }; diff --git a/slstatus/slstatus b/slstatus/slstatus index 31508c2..3bdaabe 100755 Binary files a/slstatus/slstatus and b/slstatus/slstatus differ diff --git a/slstatus/slstatus.o b/slstatus/slstatus.o index 222ed6c..fb80c81 100644 Binary files a/slstatus/slstatus.o and b/slstatus/slstatus.o differ diff --git a/st/config.h b/st/config.h index e6ca747..a2d6230 100644 --- a/st/config.h +++ b/st/config.h @@ -1,4 +1,4 @@ -static char *font = "Inconsolata:size=13:antialias=true:autohint=true"; +static char *font = "Terminus:size=20:antialias=true:autohint=true"; static int borderpx = 2; static char *shell = "/bin/sh"; diff --git a/st/st b/st/st index 87645c9..f830ff9 100755 Binary files a/st/st and b/st/st differ diff --git a/st/x.o b/st/x.o index 32271eb..eaa0d44 100644 Binary files a/st/x.o and b/st/x.o differ