Added bookmarks widget.

This commit is contained in:
2026-09-18 15:19:49 -05:00
parent 98e2a007f2
commit c7a283f4af
11 changed files with 148 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@
- size: full
widgets:
- $include: ../widgets/search.yml
- $include: ../widgets/bookmarks-most-used.yml
- size: small
widgets:
- $include: ../widgets/clock.yml
+1
View File
@@ -12,3 +12,4 @@
- size: full
widgets:
- $include: ../widgets/search.yml
- $include: ../widgets/bookmarks-most-used.yml
+130
View File
@@ -0,0 +1,130 @@
- type: bookmarks
title: 📌 Bookmarks
groups:
- title: Work
color: *color_mauve
same-tab: true
hide-arrow: false
links:
- title: GitHub
url: https://github.com/moonstar-x
icon: si:github
- title: Gitea
url: https://ms-x.dev
icon: si:gitea
- title: Penpot
url: https://design.ms-x.dev
icon: si:penpot
- title: AWS
url: https://console.aws.amazon.com
icon: si:amazonwebservices
- title: Cloudflare
url: https://cloudflare.com
icon: si:cloudflare
- title: Productivity
color: *color_blue
same-tab: true
hide-arrow: false
links:
- title: Pairdrop
url: https://pairdrop.ms-x.dev
icon: /assets/icons/svg/share-nodes.svg
- title: RegExr
url: https://regexr.com
icon: /assets/icons/svg/registered.svg
- title: Portainer
url: https://docker.ms-x.dev
icon: si:portainer
- title: Toggl Track
url: https://track.toggl.com
icon: si:toggltrack
- title: n8n
url: https://automation.ms-x.dev
icon: si:n8n
- title: Entertainment
color: *color_red
same-tab: true
hide-arrow: false
links:
- title: YouTube
url: https://youtube.com
icon: si:youtube
- title: Jellyfin
url: https://media.ms-x.dev
icon: si:jellyfin
- title: Jellyfin - Music
url: https://music.ms-x.dev
icon: si:jellyfin
- title: Roblox
url: https://roblox.com/home
icon: si:roblox
- title: Steam LVL Up
url: https://steamlvlup.com
icon: /assets/icons/svg/circle-up.svg
- title: Development
color: *color_peach
same-tab: true
hide-arrow: false
links:
- title: App Store Connect
url: https://appstoreconnect.apple.com
icon: si:appstore
- title: Google Play Console
url: https://play.google.com/console/
icon: si:googleplay
- title: Discord Applications
url: https://discord.com/developers/applications
icon: si:discord
- title: Google Analytics
url: https://analytics.google.com
icon: si:googleanalytics
- title: Umami
url: https://analytics.ms-x.dev
check-url: https://analytics.ms-x.dev/login
icon: si:umami
- title: Reference
color: *color_yellow
same-tab: true
hide-arrow: false
links:
- title: /g/
url: https://boards.4chan.org/g/
icon: si:4chan
- title: Reddit
url: https://reddit.com
icon: si:reddit
- title: Miniflux
url: https://rss.ms-x.dev
icon: si:rss
- title: Stack Overflow
url: https://stackoverflow.com/users/11200608/moonstar-x
icon: si:stackoverflow
- title: Selfh.st
url: http://selfh.st
icon: /assets/icons/svg/server.svg
- title: Other
color: *color_green
same-tab: true
hide-arrow: false
links:
- title: Last.fm
url: https://last.fm/user/moonstar-x
icon: si:lastdotfm
- title: Uptime Kuma
url: https://status.moonstar-x.dev
icon: si:uptimekuma
- title: SRI
url: https://srienlinea.sri.gob.ec
icon: /assets/icons/svg/stack-dollar.svg
- title: Maybe
url: https://finance.ms-x.dev
icon: /assets/icons/svg/money-bill-trend-up.svg
- title: Wallos
url: https://subscriptions.ms-x.dev
icon: /assets/icons/svg/dollar-sign.svg
+9 -3
View File
@@ -5,6 +5,9 @@
autofocus: true
placeholder: 검색어를 입력해 주세요.
bangs:
- title: ChatGPT
shortcut: "!chat"
url: https://chatgpt.com/?q={QUERY}
- title: YouTube
shortcut: "!yt"
url: https://youtube.com/results?search_query={QUERY}
@@ -17,6 +20,9 @@
- title: Reddit
shortcut: "!reddit"
url: https://reddit.com/search?q={QUERY}
- title: StackOverflow
shortcut: "!so"
url: https://stackoverflow.com/search?q={QUERY}
- title: Docker Hub
shortcut: "!docker"
url: https://hub.docker.com/search?q={QUERY}
@@ -29,6 +35,6 @@
- title: PyPI
shortcut: "!py"
url: https://pypi.org/search/?q={QUERY}
- title: StackOverflow
shortcut: "!so"
url: https://stackoverflow.com/search?q={QUERY}
- title: Pub.dev
shortcut: "!flutter"
url: https://pub.dev/packages?q={QUERY}