diff --git a/files/gschema-overrides/zz1-hydro-os-theming.gschema.override b/files/gschema-overrides/zz1-hydro-os-theming.gschema.override new file mode 100644 index 0000000..caa45e1 --- /dev/null +++ b/files/gschema-overrides/zz1-hydro-os-theming.gschema.override @@ -0,0 +1,4 @@ +[org.gnome.desktop.interface] +gtk-theme='Adwaita-dark' +color-scheme='prefer-dark' +icon-theme='Papirus' \ No newline at end of file diff --git a/files/system/etc/xdg/autostart/discord.desktop b/files/system/etc/xdg/autostart/discord.desktop deleted file mode 100644 index eb2e443..0000000 --- a/files/system/etc/xdg/autostart/discord.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Name=Discord -StartupWMClass=discord -Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. -GenericName=Internet Messenger -Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=com.discordapp.Discord --file-forwarding com.discordapp.Discord @@u %U @@ -Icon=com.discordapp.Discord -Type=Application -Categories=Network;InstantMessaging; -Path=/usr/bin -X-Desktop-File-Install-Version=0.28 -MimeType=x-scheme-handler/discord; -X-Flatpak-Tags=proprietary; -X-Flatpak=com.discordapp.Discord \ No newline at end of file diff --git a/recipes/components/appearance-module.yml b/recipes/components/appearance-module.yml index 53dbe6b..d0bb8fd 100644 --- a/recipes/components/appearance-module.yml +++ b/recipes/components/appearance-module.yml @@ -26,4 +26,8 @@ modules: - paper-icon-theme - breeze-icon-theme - papirus-icon-theme - - bibata-cursor-themes \ No newline at end of file + - bibata-cursor-themes + + - type: gschema-overrides + include: + - zz1-hydro-os-theming.gschema.override \ No newline at end of file diff --git a/recipes/components/core-module.yml b/recipes/components/core-module.yml index d9aa59a..a58b7cb 100644 --- a/recipes/components/core-module.yml +++ b/recipes/components/core-module.yml @@ -35,8 +35,6 @@ modules: - mediainfo - playerctl - alsa-firmware - # tools for evocation - - just # zip utilities - p7zip # qt libraries diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml index a58cf9f..e528711 100644 --- a/recipes/components/default-flatpak.yml +++ b/recipes/components/default-flatpak.yml @@ -6,7 +6,7 @@ modules: - one.ablaze.floorp - com.github.tchx84.Flatseal - io.missioncenter.MissionCenter - - io.github.flattool.Warehouse + - io.github.flattool.Ignition user: install: - com.discordapp.Discord \ No newline at end of file