From e5488fa56d2dece8492cb9c1c534039d2befa219 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 10 Mar 2026 01:28:32 +0900 Subject: [PATCH] Add Services section with links to various applications in Dashy configuration --- config/dashy/conf.yml | 183 +++++++++++++++++++++++------------------- 1 file changed, 102 insertions(+), 81 deletions(-) diff --git a/config/dashy/conf.yml b/config/dashy/conf.yml index 580a274..fe26e7a 100644 --- a/config/dashy/conf.yml +++ b/config/dashy/conf.yml @@ -38,6 +38,8 @@ appConfig: border-radius: 14px !important; } sections: + +##################### At a Glance ##################### - name: At a Glance icon: mdi-home-variant-outline widgets: @@ -75,88 +77,8 @@ sections: cols: 2 collapsed: false hideForGuests: false - - name: System — Minisforum - icon: mdi-server - widgets: - - type: gl-current-cpu - label: CPU - options: - hostname: https://glances.home.arpa - apiVersion: 4 - - type: gl-current-mem - label: Memory - options: - hostname: https://glances.home.arpa - apiVersion: 4 - - type: gl-cpu-history - label: CPU History - options: - hostname: https://glances.home.arpa - apiVersion: 4 - limit: 60 - - type: gl-mem-history - label: Memory History - options: - hostname: https://glances.home.arpa - apiVersion: 4 - limit: 60 - - name: System — Debian - icon: mdi-harddisk - widgets: - - type: gl-current-cpu - label: CPU - options: - hostname: https://glances-debian.home.arpa - apiVersion: 4 - - type: gl-current-mem - label: Memory - options: - hostname: https://glances-debian.home.arpa - apiVersion: 4 - - type: gl-disk-space - label: Debian Storage - options: - hostname: https://glances-debian.home.arpa - apiVersion: 4 - - name: Shortcuts - icon: mdi-bookmark-outline - items: - - title: Facebook - icon: favicon - url: https://www.facebook.com/ - target: newtab - id: 2_975_facebook - - title: X (Twitter) - icon: favicon - url: https://twitter.com/ - target: newtab - id: 1_975_xtwitter - - title: Remote Desktop - icon: favicon - url: https://remotedesktop.google.com/access/ - target: newtab - id: 0_975_remotedesktop - - title: Nyaa - icon: favicon - url: https://nyaa.si/ - target: newtab - id: 3_975_nyaa - - title: YouTube - icon: favicon - url: https://www.youtube.com/ - target: newtab - id: 4_975_youtube - - title: Amazon Japan - icon: favicon - url: https://www.amazon.co.jp/ - target: newtab - id: 5_975_amazonjapan - displayData: - sectionLayout: grid - itemCountX: 2 - itemSize: large - cutToHeight: true +##################### Services ##################### - name: Services icon: mdi-apps items: @@ -197,3 +119,102 @@ sections: id: 1_836_qbittorrent displayData: cutToHeight: true + rows: 1 + cols: 1 + +##################### System — Minisforum ##################### + - name: System — Minisforum + icon: mdi-server + widgets: + - type: gl-current-cpu + label: CPU + options: + hostname: https://glances.home.arpa + apiVersion: 4 + - type: gl-current-mem + label: Memory + options: + hostname: https://glances.home.arpa + apiVersion: 4 + - type: gl-cpu-history + label: CPU History + options: + hostname: https://glances.home.arpa + apiVersion: 4 + limit: 60 + - type: gl-mem-history + label: Memory History + options: + hostname: https://glances.home.arpa + apiVersion: 4 + limit: 60 + displayData: + sortBy: default + rows: 3 + cols: 1 + +##################### System — Debian ##################### + - name: System — Debian + icon: mdi-harddisk + widgets: + - type: gl-current-cpu + label: CPU + options: + hostname: https://glances-debian.home.arpa + apiVersion: 4 + - type: gl-current-mem + label: Memory + options: + hostname: https://glances-debian.home.arpa + apiVersion: 4 + - type: gl-disk-space + label: Debian Storage + options: + hostname: https://glances-debian.home.arpa + apiVersion: 4 + displayData: + sortBy: default + rows: 3 + cols: 1 + +##################### Shortcuts ##################### + - name: Shortcuts + icon: mdi-bookmark-outline + items: + - title: Facebook + icon: favicon + url: https://www.facebook.com/ + target: newtab + id: 2_975_facebook + - title: X (Twitter) + icon: favicon + url: https://twitter.com/ + target: newtab + id: 1_975_xtwitter + - title: Remote Desktop + icon: favicon + url: https://remotedesktop.google.com/access/ + target: newtab + id: 0_975_remotedesktop + - title: Nyaa + icon: favicon + url: https://nyaa.si/ + target: newtab + id: 3_975_nyaa + - title: YouTube + icon: favicon + url: https://www.youtube.com/ + target: newtab + id: 4_975_youtube + - title: Amazon Japan + icon: favicon + url: https://www.amazon.co.jp/ + target: newtab + id: 5_975_amazonjapan + displayData: + sectionLayout: grid + itemCountX: 2 + itemSize: large + cutToHeight: true + rows: 1 + cols: 1 \ No newline at end of file