From 0d8bc81ef2b6abd75511290fddfd762eb8049cb3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Sep 2024 07:05:07 +0100 Subject: [PATCH] Fix thunar archiving - added FileRoller to mimeapps Remove Teams waybar rewrite due to buggy behaviour --- system/home/mimeapps/default.nix | 5 +++-- system/home/sway/waybar/default.nix | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/home/mimeapps/default.nix b/system/home/mimeapps/default.nix index 3f0c0693..527cc808 100644 --- a/system/home/mimeapps/default.nix +++ b/system/home/mimeapps/default.nix @@ -48,15 +48,16 @@ in "application/pdf" = [ "org.pwmt.zathura.desktop" ]; "application/epub+zip" = [ "org.pwmt.zathura.desktop" ]; "application/msword" = [ "writer.desktop" ]; - "application/zip" = [ "xarchiver.desktop" ]; + "application/zip" = [ "org.gnome.FileRoller.desktop" ]; + "application/x-archive" = [ "org.gnome.FileRoller.desktop" ]; "application/x-extension-htm" = browser; "application/x-extension-html" = browser; "application/x-extension-shtml" = browser; "application/x-extension-xhtml" = browser; "application/x-extension-xht" = browser; "application/x-mozilla-bookmarks" = browser; - "application/x-zoom" = [ "Zoom.desktop" ] ++ browser; + "application/x-zoom" = browser; "x-scheme-handler/http" = browser; "x-scheme-handler/https" = browser; diff --git a/system/home/sway/waybar/default.nix b/system/home/sway/waybar/default.nix index db14142e..7d379882 100644 --- a/system/home/sway/waybar/default.nix +++ b/system/home/sway/waybar/default.nix @@ -80,7 +80,6 @@ "(.*) - Blender.* " = "󰂫 $1"; "(X2Go Client)" = "󰢹 $1"; "(NoMachine|Nxplayer.bin) (.*)" = "󰢹 $1 $2"; - "(.*) \| Microsoft Teams" = "󰊻 ($1)"; }; }; mpris = {