mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09: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=""
|
||||
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…
Add table
Reference in a new issue