Update
This commit is contained in:
parent
5135879348
commit
89d34dc551
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Source: https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland
|
# Source: https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland
|
||||||
|
|
||||||
config="~/.config/gtk-3.0/settings.ini"
|
config="$HOME/.config/gtk-3.0/settings.ini"
|
||||||
if [ ! -f "$config" ]; then exit 1; fi
|
if [ ! -f "$config" ]; then exit 1; fi
|
||||||
|
|
||||||
gnome_schema="org.gnome.desktop.interface"
|
gnome_schema="org.gnome.desktop.interface"
|
||||||
|
Loading…
Reference in New Issue
Block a user