From 488dec64b403ae4aba65cad0e46b4d2767f0b2dd Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 27 Nov 2025 01:08:37 -0500 Subject: Automatic light/dark mode switching. What a pain. --- arch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch.sh') diff --git a/arch.sh b/arch.sh index 4adfacb..1d0cf9e 100755 --- a/arch.sh +++ b/arch.sh @@ -1,6 +1,7 @@ #!/bin/sh set -ex ./bldSession.sh +# GTK portal is for dark mode switching sudo pacman -S \ river \ foot \ @@ -15,4 +16,6 @@ sudo pacman -S \ slurp \ grim \ xdg-desktop-portal-wlr \ + xdg-desktop-portal-gtk \ + -- cgit v1.2.3