split up taskfiles

add azure builds
This commit is contained in:
2026-03-09 10:27:47 +00:00
parent 5e5ae33e6a
commit b0f634f1e8
8 changed files with 178 additions and 80 deletions

View File

@@ -1,10 +1,9 @@
# load a specific profile on start (file name without .toml ext)
# [configs]
# config="example"
# load with themes enabled? set the default mode
# load with themes enabled?
[theme]
enabled = true
mode = "light"
# load in extended mode? if so which orientation
[extends]
extended = true
@@ -22,4 +21,4 @@ size = 3
default = 0
# show the navigation frame?
[navigation]
show = true
show = false

View File

@@ -2,12 +2,12 @@
### set the ip then uncomment
# [connection-1]
# kind = 'banana'
# ip = '<ip address 1>'
# ip = 'localhost'
# streamname = 'Command1'
# port = 6980
# [connection-2]
# kind = 'potato'
# ip = '<ip address 2>'
# ip = 'gamepc.local'
# streamname = 'Command1'
# port = 6980