aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-30 09:04:17 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-30 09:04:17 +0200
commitb74aa83210540aa98de058188f7edc9f160d35b4 (patch)
treeb27415eb1307a373136fd68b73c63a54e2295125
parent59205d85fb63405ca37d103694c1dbaba009c90d (diff)
reload gtk4 theme before launching rofi
-rwxr-xr-x.local/share/bin/rofi1
1 files changed, 1 insertions, 0 deletions
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 "$@"