mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
added plasma-netbook
This commit is contained in:
parent
20a6bbabf4
commit
993f50e942
2
inxi
2
inxi
|
@ -4896,7 +4896,7 @@ get_desktop_extra_data()
|
|||
desktops=""
|
||||
separator=""
|
||||
}
|
||||
/(gnome-shell|gnome-panel|kicker|lxpanel|mate-panel|plasma-desktop|xfce4-panel)$/ {
|
||||
/(gnome-shell|gnome-panel|kicker|lxpanel|mate-panel|plasma-desktop|plasma-netbook|xfce4-panel)$/ {
|
||||
# only one entry per type, can be multiple
|
||||
if ( desktops !~ $NF ) {
|
||||
desktops = desktops separator $NF
|
||||
|
|
Loading…
Reference in a new issue