From cc03fe45a64b170453b26e32e3888838dfd49375 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 23 Jan 2022 13:20:03 +0100 Subject: [PATCH] fish: Set QT theme on vostok --- tree/.config/fish/config.fish.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tree/.config/fish/config.fish.tpl b/tree/.config/fish/config.fish.tpl index 2e8b435..84fce65 100644 --- a/tree/.config/fish/config.fish.tpl +++ b/tree/.config/fish/config.fish.tpl @@ -3,6 +3,10 @@ set -x GPG_TTY (tty) set -x BROWSER firefox set -x EDITOR nvim +{% if hostname == "vostok" %} +set -x QT_STYLE_OVERRIDE Oxygen +{% end %} + {% if username == "u0_a213" %} set -x USER hulthe {% end %}