From b74aa83210540aa98de058188f7edc9f160d35b4 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 30 May 2024 09:04:17 +0200 Subject: reload gtk4 theme before launching rofi --- .local/share/bin/rofi | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi index b3c7e28..2b2d0b6 100755 --- a/.local/share/bin/rofi +++ b/.local/share/bin/rofi @@ -1,3 +1,4 @@ #!/bin/sh +[ -e "$XDG_CONFIG_HOME/gtk-4.0/env" ] && . "$XDG_CONFIG_HOME/gtk-4.0/env" . "$XDG_CONFIG_HOME/rofi/colors" exec /bin/rofi -no-default-config "$@" -- cgit v1.2.3