Skip to content

Commit

Permalink
Automatic documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 25, 2024
1 parent 29499df commit cc5fc42
Showing 1 changed file with 1 addition and 116 deletions.
117 changes: 1 addition & 116 deletions lib/armbian-configng/config.ng.jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,16 +549,6 @@
"src_reference": "",
"author": ""
},
{
"id": "L03",
"description": "Change APT mirrors",
"about": "This will change the APT mirrors",
"command": [
"get_user_continue \"This is only a frontend test\" process_input"
],
"status": "Disabled",
"author": ""
},
{
"id": "L04",
"description": "Change System Hostname",
Expand Down Expand Up @@ -672,53 +662,6 @@
}
]
},
{
"id": "DE20",
"description": "i3-wm desktop",
"status": "Disabled",
"sub": [
{
"id": "DE21",
"description": "i3 desktop Install",
"command": [
"manage_desktops 'i3-wm' 'install'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ ! -f /usr/share/xsessions/i3.desktop ]"
},
{
"id": "DE22",
"description": "i3 desktop uninstall",
"command": [
"manage_desktops 'i3-wm' 'uninstall'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ -f /usr/share/xsessions/i3.desktop ]"
},
{
"id": "DE23",
"description": "Enable autologin",
"command": [
"manage_desktops 'i3-wm' 'auto'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ -f /usr/share/xsessions/i3.desktop ] && [ ! -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]"
},
{
"id": "DE24",
"description": "Disable autologin",
"command": [
"manage_desktops 'i3-wm' 'manual'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ -f /usr/share/xsessions/i3.desktop ] && [ -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]"
}
]
},
{
"id": "Cinnamon",
"description": "Cinnamon desktop",
Expand Down Expand Up @@ -765,53 +708,6 @@
}
]
},
{
"id": "DE40",
"description": "Kde-neon desktop",
"status": "Disabled",
"sub": [
{
"id": "DE41",
"description": "Kde-neon desktop Install",
"command": [
"manage_desktops 'kde-neon' 'install'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ ! -f /usr/share/xsessions/gnome.desktop ]"
},
{
"id": "DE42",
"description": "Uninstall",
"command": [
"manage_desktops 'kde-neon' 'uninstall'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ -f /usr/share/xsessions/gnome.desktop ]"
},
{
"id": "DE43",
"description": "Enable autologin",
"command": [
"manage_desktops 'kde-neon' 'auto'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ -f /usr/share/xsessions/gnome.desktop ] && [ ! -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]"
},
{
"id": "DE44",
"description": "Disable autologin",
"command": [
"manage_desktops 'kde-neon' 'manual'"
],
"status": "Stable",
"author": "@igorpecovnik",
"condition": "[ -f /usr/share/xsessions/gnome.desktop ] && [ -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]"
}
]
},
{
"id": "DE99",
"description": "Improve application search speed",
Expand Down Expand Up @@ -1176,19 +1072,8 @@
"doc_link": "",
"src_reference": "",
"author": ""
},
{
"id": "H03",
"description": "List of Config function(WIP)",
"command": [
"show_message <<< see_use"
],
"status": "Disabled",
"doc_link": "",
"src_reference": "",
"author": ""
}
]
}
]
}
}

0 comments on commit cc5fc42

Please sign in to comment.