refactor: remove obsolete WhatsApp and Telegram entries from auto-start and configuration files
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
6bc7b88220
commit
67f0c77a9e
@ -4,8 +4,6 @@ source $HOME/dotfiles/bin/helpers/functions.sh
|
|||||||
# Define associative array with app_name => command mapping
|
# Define associative array with app_name => command mapping
|
||||||
declare -A apps=(
|
declare -A apps=(
|
||||||
["spotify"]="flatpak run com.spotify.Client"
|
["spotify"]="flatpak run com.spotify.Client"
|
||||||
["whatsapp"]="whatsapp-for-linux"
|
|
||||||
["telegram"]="flatpak run org.telegram.desktop"
|
|
||||||
["vesktop"]="vesktop"
|
["vesktop"]="vesktop"
|
||||||
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
||||||
["1password"]="1password"
|
["1password"]="1password"
|
||||||
|
@ -73,7 +73,6 @@
|
|||||||
- io.bassi.Amberol
|
- io.bassi.Amberol
|
||||||
- org.gaphor.Gaphor
|
- org.gaphor.Gaphor
|
||||||
- io.github.seadve.Mousai
|
- io.github.seadve.Mousai
|
||||||
- org.telegram.desktop
|
|
||||||
|
|
||||||
- name: Define system desired Flatpak remotes
|
- name: Define system desired Flatpak remotes
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
@ -51,12 +51,12 @@
|
|||||||
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
|
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"brave-browser.desktop"
|
"org.mozilla.firefox.desktop"
|
||||||
"com.discordapp.Discord.desktop"
|
|
||||||
"org.telegram.desktop.desktop"
|
|
||||||
"com.spotify.Client.desktop"
|
"com.spotify.Client.desktop"
|
||||||
"brave-hnpfjngllnobngcgfapefoaidbinmjnm-Default.desktop"
|
"FFPWA-01JN0Y8Z6KR644ZG4CV0QAYPRF.desktop"
|
||||||
"brave-nkbljeindhmekmppbpgebpjebkjbmfaj-Default.desktop"
|
"FFPWA-01JN0YCBNR29VRW8GN5YBZSQ7W.desktop"
|
||||||
|
"vesktop.desktop"
|
||||||
|
"FFPWA-01JN13AEFTM76WVC6TSBYC5AXN.desktop"
|
||||||
"code.desktop"
|
"code.desktop"
|
||||||
"org.gnome.Ptyxis.desktop"
|
"org.gnome.Ptyxis.desktop"
|
||||||
];
|
];
|
||||||
|
@ -305,7 +305,6 @@
|
|||||||
"appindicator_legacy_TelegramDesktop"
|
"appindicator_legacy_TelegramDesktop"
|
||||||
"appindicator_legacy_1password"
|
"appindicator_legacy_1password"
|
||||||
"spotify_client"
|
"spotify_client"
|
||||||
"com_github_eneshecan_WhatsAppForLinux_Tray"
|
|
||||||
"appindicator_legacy_Electron"
|
"appindicator_legacy_Electron"
|
||||||
"steam"
|
"steam"
|
||||||
"appindicator_legacy_steam"
|
"appindicator_legacy_steam"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user