diff options
Diffstat (limited to 'home/dot_local/share/mode/switch.d/executable_gtk')
| -rw-r--r-- | home/dot_local/share/mode/switch.d/executable_gtk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/mode/switch.d/executable_gtk b/home/dot_local/share/mode/switch.d/executable_gtk index 95d3e53..13a2d9e 100644 --- a/home/dot_local/share/mode/switch.d/executable_gtk +++ b/home/dot_local/share/mode/switch.d/executable_gtk @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh GTK_3_SETTINGS_INI="$XDG_CONFIG_HOME/gtk-3.0/settings.ini" if [ "$mode" = "light" ]; then sed -e 's/-Dark/-Light/' -e 's/-dark/-light/' -i "$GTK_3_SETTINGS_INI" |