fix: replace trayscale with ktailctl in auto-start and add to flatpaks
This commit is contained in:
parent
a9f4779308
commit
5c5a3b5517
@ -7,7 +7,7 @@ declare -A apps=(
|
|||||||
["whatsapp"]="whatsapp-for-linux"
|
["whatsapp"]="whatsapp-for-linux"
|
||||||
["telegram"]="flatpak run io.github.kukuruzka165.materialgram"
|
["telegram"]="flatpak run io.github.kukuruzka165.materialgram"
|
||||||
["discord"]="flatpak run com.discordapp.Discord"
|
["discord"]="flatpak run com.discordapp.Discord"
|
||||||
["trayscale"]="trayscale"
|
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
||||||
["1password"]="1password"
|
["1password"]="1password"
|
||||||
["ulauncher"]="ulauncher-wrapped --no-window-shadow --hide-window"
|
["ulauncher"]="ulauncher-wrapped --no-window-shadow --hide-window"
|
||||||
)
|
)
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
loop:
|
loop:
|
||||||
|
- org.fkoehler.KTailctl
|
||||||
- io.github.kukuruzka165.materialgram
|
- io.github.kukuruzka165.materialgram
|
||||||
- com.spotify.Client
|
- com.spotify.Client
|
||||||
- org.gnome.Extensions
|
- org.gnome.Extensions
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
pinta # Paint.NET alternative
|
pinta # Paint.NET alternative
|
||||||
bottles # Wine manager
|
bottles # Wine manager
|
||||||
trayscale # Tray icon for Tailscale
|
|
||||||
spacedrive # Virtual filesystem manager
|
spacedrive # Virtual filesystem manager
|
||||||
smile # Emoji picker
|
smile # Emoji picker
|
||||||
gnome-frog # OCR tool
|
gnome-frog # OCR tool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user