[feature] add nerdfont icon/name list
This commit is contained in:
parent
803bf26e24
commit
07162cac1b
55
gui/binicon
Normal file
55
gui/binicon
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
google-chrome
|
||||||
|
compton
|
||||||
|
picom
|
||||||
|
android-studio
|
||||||
|
arandr
|
||||||
|
assistant
|
||||||
|
avahi-discover
|
||||||
|
blueman-adapters
|
||||||
|
blueman-manager
|
||||||
|
code-oss
|
||||||
|
nextcloud
|
||||||
|
dbeaver
|
||||||
|
electron9
|
||||||
|
electron
|
||||||
|
|
||||||
|
File Manager
|
||||||
|
Mail Reader
|
||||||
|
Preferred Applications
|
||||||
|
Terminal Emulator
|
||||||
|
Web Browser
|
||||||
|
firefox
|
||||||
|
gimp-2.10
|
||||||
|
google-chrome-stable
|
||||||
|
gucharmap
|
||||||
|
ﱩ htop
|
||||||
|
java
|
||||||
|
jconsole
|
||||||
|
jshell
|
||||||
|
lxappearance
|
||||||
|
mpv
|
||||||
|
nitrogen
|
||||||
|
nm-applet
|
||||||
|
nm-connection-editor
|
||||||
|
nvim
|
||||||
|
ﳻ openscad
|
||||||
|
flameshot
|
||||||
|
פֿ ibus
|
||||||
|
פֿ ibus-extension-gtk3
|
||||||
|
פֿ ibus-setup
|
||||||
|
file-roller
|
||||||
|
umbrello5
|
||||||
|
keepassxc
|
||||||
|
zathura
|
||||||
|
פֿ qtcreator
|
||||||
|
墳 pavucontrol
|
||||||
|
qt5ct
|
||||||
|
ranger
|
||||||
|
screenkey
|
||||||
|
sxiv
|
||||||
|
ThunarBulkRename
|
||||||
|
thunar
|
||||||
|
thunar-settings
|
||||||
|
vim
|
||||||
|
virt-manager
|
||||||
|
|
3699
gui/nerdfonticons
Normal file
3699
gui/nerdfonticons
Normal file
File diff suppressed because it is too large
Load Diff
10
gui/updatenerdfonticons.sh
Executable file
10
gui/updatenerdfonticons.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
DIR=$(readlink -f "$(dirname "$0")")
|
||||||
|
. "$DIR/../env.sh"
|
||||||
|
|
||||||
|
[ -z "$1" ] && echo Usage: $0 path/to/nerdfont.git/bin/scrips/lib && exit 1
|
||||||
|
|
||||||
|
awk '/i=/ { print substr($1, 4, 1), substr($2, 0, index($2, "=") - 1) }' \
|
||||||
|
$1/i_{dev,fa,fae,iec,linux,material,oct,ple,pom,seti,weather}.sh > ~/.cache/icons
|
||||||
|
|
Loading…
Reference in New Issue
Block a user