view pixmaps/tb_minwidth.xpm @ 34912:e1670b4b1466 v9.1.0316

patch 9.1.0316: filetype: some sh and confini files not recognized Commit: https://github.com/vim/vim/commit/5a9f7e6750727f81d0638e7ce0ee6bcb01742570 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sat Apr 13 18:19:20 2024 +0200 patch 9.1.0316: filetype: some sh and confini files not recognized Problem: filetype: some sh and confini files not recognized Solution: Detect neofetch, '.xprofile', XDG-User-Dirs files, paru and makepkg config files (Wu, Zhenyu) See: - https://github.com/dylanaraps/neofetch/wiki/Customizing-Info#config-file-location - https://www.freedesktop.org/wiki/Software/xdg-user-dirs/ closes: #14505 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Apr 2024 18:30:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_minwidth_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m none	c #DCDEE5",
"X	s iconColor1	m black	c #000000",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"     .XXXXXX      ",
"     .X...oX      ",
"     .X...oX      ",
"     .X...oX      ",
" X   .X.o.oXO   X ",
" XX  .X...oXO  XX ",
" XXX .X...oXO XXX ",
" XX  .X...oXO  XX ",
" X   .X...oXO   X ",
"     .X...oXO     ",
"     .X..ooXO     ",
"     .XooooXO     ",
"     .XXXXXXO     ",
"        OOOOO     ",
"                  ",
"                  "};