Verified Commit 5a987676 authored by Stefano Capitani's avatar Stefano Capitani
Browse files

Reworked the python script: import json structure, add panel icon, add open at...


Reworked the python script: import json structure, add panel icon, add open at the center by default.
Need to continue to add software

Signed-off-by: default avatarSte74 <stefano@manjaro.org>
parent 5ec927a0
Loading
Loading
Loading
Loading

config/softs.json

0 → 100644
+29 −0
Original line number Diff line number Diff line
{
    "internet":{
        "caption":"Internet",
        "items":[  
            { "name":"Chromium", "pkg":"chromium", "desc":"Opensource Version of Google's Chrome Browser" }, 
            { "name":"Firefox", "pkg":"firefox", "desc":"Popular Mozilla Firefox Web Browser" },
            { "name":"Midori", "pkg":"midori", "desc":"Popular Opensource Browser" },
            { "name":"Falkon", "pkg":"falkon" , "desc":"Popular Opensource Browser made by KDE", "not":"xfce,deepin" },
            { "name":"Opera", "pkg":"opera", "desc":"Opera Opensource Browser", "not":"KDE" },
            { "name":"Netsurf", "pkg":"netsurf", "desc":"Lightweight Opensource Browser", "icon":"browser.svg" },
            { "name":"Filezilla", "pkg":"filezilla", "desc":"Graphical SSH Tool" }
            
        ]
    },
    "media":{
        "caption":"Media",
        "items":[   
            { "name":"Gimp", "pkg":"gimp" },
            { "name":"Vlc", "pkg":"vlc" }
        ]
    },
    "office":{
        "caption":"Office",
        "items":[ 
            { "name":"Libre Office (Frech)", "pkg":"libre-office-fresh", "icon":"libreoffice.svg" },
            { "name":"Libre Office (Still)", "pkg":"libre-office-still", "icon":"libreoffice.svg" } 
        ]
    }
}
+177 −1276

File changed.

Preview size limit exceeded, changes collapsed.