quickshell: add vesktop to muted notification apps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-27 17:19:44 +01:00
parent 98560bbbef
commit a007ed45d7

View file

@ -2207,7 +2207,7 @@ in
visible: false visible: false
property var currentNotif: null property var currentNotif: null
property bool toastOpen: false property bool toastOpen: false
readonly property var mutedApps: ["discord", "Discord", "Spotify", "spotify", "vlc", "mpv"] readonly property var mutedApps: ["discord", "Discord", "Vesktop", "vesktop", "Spotify", "spotify", "vlc", "mpv"]
readonly property bool isPrimary: bar.screen === Quickshell.screens[0] readonly property bool isPrimary: bar.screen === Quickshell.screens[0]
x: Math.round(bar.width / 2 - width / 2) x: Math.round(bar.width / 2 - width / 2)