Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate

This commit is contained in:
Ming Aldrich-Gan 2019-04-05 11:35:01 -04:00
commit 91b2526c02
2 changed files with 6 additions and 0 deletions

View file

@ -2283,6 +2283,7 @@ _p9k_init() {
case "$os_release_id" in
*arch*) _$0_set_os Linux LINUX_ARCH_ICON;;
*debian*) _$0_set_os Linux LINUX_DEBIAN_ICON;;
*raspbian*) _$0_set_os Linux LINUX_RASPBIAN_ICON;;
*ubuntu*) _$0_set_os Linux LINUX_UBUNTU_ICON;;
*elementary*) _$0_set_os Linux LINUX_ELEMENTARY_ICON;;
*fedora*) _$0_set_os Linux LINUX_FEDORA_ICON;;