Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate
This commit is contained in:
parent
48f1e35745
commit
91b2526c02
2 changed files with 6 additions and 0 deletions
|
@ -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;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue