Skip to content

peterferencz/desktopmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Manager

Gallery

Screenshot

Config

Visuals

"accentcolor": COLOR
"textcolor": COLOR
"lightaccentcolor": COLOR
"darkaccentcolor": COLOR
"opacity": FLOAT(0,1)

hotkey

hotkey: string representing electron global hotkeys

navbar

navbar is a list of objects such:
? means optional

"text": string that gets displayed STRING
"textType": TEXT | MATERIAL | DEVICON
    1. "material": fetches the icon from google's material icons "fonts.google.com/icons"
    2. "devicon": fetches the icon form "devicon.dev/", autofills the "devicon-" part
    3. "text": displays it regularly, as clear text
"hover": text displayed when hovering element ?STRING
"exelocation": the path to the application to run when clicked ?STRING
"submenu": a list of objects ?ARRAY

Example

{
    "text": "B",
    "hover": "Browsers",
    "submenu": [
    {
        "text": "firefox-plain",
        "exelocation": "Path to firefox.exe",
        "hover": "Firefox",
        "textType": "devicon"
    },
    {
        "text": "chrome-plain",
        "textType": "devicon",
        "exelocation": "Path to chrome.exe",
        "hover": "Chrome"
    }
    ]
}

Thanks

thanks to ui.ux.palette for providing the base palettes

About

An overlay with a bunch of useful features

Resources

Stars

Watchers

Forks

Contributors