update config
This commit is contained in:
parent
93cbbc087d
commit
3ff8085c17
4 changed files with 33 additions and 9 deletions
|
@ -277,7 +277,7 @@ struct {
|
|||
|
||||
.NeoVim = {
|
||||
.args = (const char * []) {
|
||||
"alacritty", "-T", "NeoVim", "-e", "nvim", NULL
|
||||
"alacritty", "-T", "NeoVim", "-e", "sh", "-c", "NVIM_APPNAME=nvim-ide nvim", NULL
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
16
theme.h
16
theme.h
|
@ -1,12 +1,12 @@
|
|||
# define DWM_BARSINGLEBG 1
|
||||
# define DWM_BORDERPX 6
|
||||
# define DWM_BARSINGLEBG 0
|
||||
# define DWM_BORDERPX 4
|
||||
# define DWM_SNAP 32
|
||||
# define DWM_SHOWBAR 1
|
||||
# define DWM_TOPBAR 1
|
||||
# define DWM_FONT {"IBM Plex Mono", "DejaVu Sans Mono", "monospace", "JoyPixels:size=10:antialias=true:autohint=true", "Symbols Nerd Font:style=2048-em:size=10:antialias=true:autohint=true", "Noto Color Emoji:size=10:style=Regular"}
|
||||
# define DWM_FOREGROUND "#839496"
|
||||
# define DWM_BACKGROUND "#002b36"
|
||||
# define DWM_BORDER "#073642"
|
||||
# define DWM_SELFOREGROUND "#93a1a1"
|
||||
# define DWM_SELBACKGROUND "#174956"
|
||||
# define DWM_SELBORDER "#174956"
|
||||
# define DWM_FOREGROUND "#BBBBBB"
|
||||
# define DWM_BACKGROUND "#000000"
|
||||
# define DWM_BORDER "#444444"
|
||||
# define DWM_SELFOREGROUND "#000000"
|
||||
# define DWM_SELBACKGROUND "#FF0000"
|
||||
# define DWM_SELBORDER "#FF0000"
|
||||
|
|
12
themes/leet.h
Normal file
12
themes/leet.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
# define DWM_BARSINGLEBG 0
|
||||
# define DWM_BORDERPX 4
|
||||
# define DWM_SNAP 32
|
||||
# define DWM_SHOWBAR 1
|
||||
# define DWM_TOPBAR 1
|
||||
# define DWM_FONT {"IBM Plex Mono", "DejaVu Sans Mono", "monospace", "JoyPixels:size=10:antialias=true:autohint=true", "Symbols Nerd Font:style=2048-em:size=10:antialias=true:autohint=true", "Noto Color Emoji:size=10:style=Regular"}
|
||||
# define DWM_FOREGROUND "#BBBBBB"
|
||||
# define DWM_BACKGROUND "#000000"
|
||||
# define DWM_BORDER "#444444"
|
||||
# define DWM_SELFOREGROUND "#000000"
|
||||
# define DWM_SELBACKGROUND "#FF0000"
|
||||
# define DWM_SELBORDER "#FF0000"
|
12
themes/solarized-dark.h
Normal file
12
themes/solarized-dark.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
# define DWM_BARSINGLEBG 1
|
||||
# define DWM_BORDERPX 6
|
||||
# define DWM_SNAP 32
|
||||
# define DWM_SHOWBAR 1
|
||||
# define DWM_TOPBAR 1
|
||||
# define DWM_FONT {"IBM Plex Mono", "DejaVu Sans Mono", "monospace", "JoyPixels:size=10:antialias=true:autohint=true", "Symbols Nerd Font:style=2048-em:size=10:antialias=true:autohint=true", "Noto Color Emoji:size=10:style=Regular"}
|
||||
# define DWM_FOREGROUND "#839496"
|
||||
# define DWM_BACKGROUND "#002b36"
|
||||
# define DWM_BORDER "#073642"
|
||||
# define DWM_SELFOREGROUND "#93a1a1"
|
||||
# define DWM_SELBACKGROUND "#174956"
|
||||
# define DWM_SELBORDER "#174956"
|
Loading…
Reference in a new issue