mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +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=""
|
desktops=""
|
||||||
separator=""
|
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
|
# only one entry per type, can be multiple
|
||||||
if ( desktops !~ $NF ) {
|
if ( desktops !~ $NF ) {
|
||||||
desktops = desktops separator $NF
|
desktops = desktops separator $NF
|
||||||
|
|
Loading…
Reference in a new issue