ui-theme

放置路徑

放置資料夾路徑,請參考「themes」。

設定檔路徑

執行

grep 'name="ThemeName"' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml

顯示

		<property name="ThemeName" type="string" value="Gruvbox"/>

輔助工具 / 指令操作

xfconf-query

xfconf-query-set

執行

xfconf-query -c 'xsettings' -p '/Net/ThemeName' -s 'Gruvbox'

xfconf-query-get

執行

xfconf-query -c 'xsettings' -p '/Net/ThemeName'

顯示

Gruvbox

style-ctrl-xfce

style-ctrl-xfce-set

執行

style-ctrl-xfce ui_theme Gruvbox

顯示

xfconf-query -c 'xsettings' -p '/Net/ThemeName' -s 'Gruvbox'

style-ctrl-xfce-get

執行

style-ctrl-xfce ui_theme

顯示

Gruvbox

輔助工具 / 圖形介面操作

指令 Desktop Entry For UI 設定檔
xfce4-appearance-settings /usr/share/applications/xfce-ui-settings.desktop Gtk ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
qt5ct /usr/share/applications/qt5ct.desktop Qt ~/.config/qt5ct/qt5ct.conf

我的「qt5ct/appearance/style」是設定「gtk2」,所以 Qt 應用程式的樣式,會根據 gtk2 的佈景主題的設定。