dots/home/private_dot_local/private_share/light-mode.d/executable_kde-gtk-theme.sh
2024-12-09 22:11:37 +08:00

7 lines
448 B
Bash

#!/usr/bin/env bash
# GTK apps are not affected by the Plasma Global Theme, which only applies to Qt based programs.
# GTK themes can be installed here: Global Theme > Application Style > Configure GNOME/GTK Application Style.
# Reference: https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications
dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Vimix-light-beryl"