mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 03:29:10 +00:00
added plasma-netbook
This commit is contained in:
parent
20a6bbabf4
commit
993f50e942
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue