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"
|
||||
["telegram"]="flatpak run io.github.kukuruzka165.materialgram"
|
||||
["discord"]="flatpak run com.discordapp.Discord"
|
||||
["trayscale"]="trayscale"
|
||||
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
||||
["1password"]="1password"
|
||||
["ulauncher"]="ulauncher-wrapped --no-window-shadow --hide-window"
|
||||
)
|
||||
|
@ -9,6 +9,7 @@
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- org.fkoehler.KTailctl
|
||||
- io.github.kukuruzka165.materialgram
|
||||
- com.spotify.Client
|
||||
- org.gnome.Extensions
|
||||
|
@ -7,7 +7,6 @@
|
||||
gnome-tweaks
|
||||
pinta # Paint.NET alternative
|
||||
bottles # Wine manager
|
||||
trayscale # Tray icon for Tailscale
|
||||
spacedrive # Virtual filesystem manager
|
||||
smile # Emoji picker
|
||||
gnome-frog # OCR tool
|
||||
|
Loading…
x
Reference in New Issue
Block a user