feat: added powerbi

This commit is contained in:
Matheus Neto Melo
2025-08-30 06:18:54 +00:00
parent 0ef690635f
commit 2e0f059868
5 changed files with 73 additions and 1 deletions

14
apps/powerbi/icon.svg Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<title>Power BI Logo</title>
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#F2C94C"/>
<stop offset="100%" style="stop-color:#F2994A"/>
</linearGradient>
</defs>
<rect x="10" y="30" width="15" height="60" fill="url(#gradient1)" rx="2"/>
<rect x="30" y="20" width="15" height="70" fill="url(#gradient1)" rx="2"/>
<rect x="50" y="10" width="15" height="80" fill="url(#gradient1)" rx="2"/>
<rect x="70" y="25" width="15" height="65" fill="url(#gradient1)" rx="2"/>
</svg>

After

Width:  |  Height:  |  Size: 694 B

22
apps/powerbi/info Normal file
View File

@@ -0,0 +1,22 @@
# Copyright (c) 2024 Fmstrat
# All rights reserved.
#
# SPDX-License-Identifier: Proprietary
# GNOME shortcut name
NAME="Power BI Desktop (Traditional)"
# Used for descriptions and window class
FULL_NAME="Microsoft Power BI Desktop"
# The executable inside windows
WIN_EXECUTABLE="C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"
# GNOME categories
CATEGORIES="WinApps;Office"
# GNOME mimetypes
MIME_TYPES="application/x-powerbi;application/vnd.ms-powerbi;application/powerbi;application/x-pbix;application/vnd.powerbi.pbix"
# System Icon
ICON="ms-powerbi"