[verified] feat(quickshell): add orbit launcher variant
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import QtQuick
|
||||
import qs.widgets.launcher
|
||||
|
||||
OrbitLauncherContent {
|
||||
width: 1120
|
||||
height: 660
|
||||
query: "media"
|
||||
selectedIndex: 3
|
||||
showIcons: false
|
||||
apps: [
|
||||
{ name: "Vivaldi", genericName: "Web Browser", comment: "Access network and web applications", icon: "vivaldi" },
|
||||
{ name: "Obsidian", genericName: "Knowledge Base", comment: "Local-first markdown workspace", icon: "obsidian" },
|
||||
{ name: "Blender", genericName: "3D Creation", comment: "Model, animate and render 3D scenes", icon: "blender" },
|
||||
{ name: "Jellyfin Media Player", genericName: "Media Player", comment: "Stream media from the homelab library", icon: "jellyfin-media-player" },
|
||||
{ name: "Spotify", genericName: "Music Player", comment: "Browse and play music", icon: "spotify" },
|
||||
{ name: "Steam", genericName: "Game Platform", comment: "Launch and manage games", icon: "steam" },
|
||||
{ name: "Cosmic Files", genericName: "File Manager", comment: "Browse and manage local storage", icon: "com.system76.CosmicFiles" },
|
||||
{ name: "Alacritty", genericName: "Terminal Emulator", comment: "GPU accelerated command interface", icon: "utilities-terminal" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user