cursor-theme
路徑
放置資料夾路徑,請參考「icons」。
設定檔路徑
執行
grep 'name="CursorThemeName"' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
顯示
<property name="CursorThemeName" type="string" value="Breeze"/>
執行
grep 'name="CursorThemeSize"' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
顯示
<property name="CursorThemeSize" type="int" value="24"/>
輔助工具 / 指令操作
xfconf-query
xfconf-query-set
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeName' -s 'Breeze'
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeSize' -s '24'
xfconf-query-get
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeName'
顯示
Breeze
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeSize'
顯示
24
style-ctrl-xfce
style-ctrl-xfce-set
執行
style-ctrl-xfce cursor_theme Breeze
顯示
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeName' -s 'Breeze'
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeSize' -s '24'
style-ctrl-xfce-get
執行
style-ctrl-xfce cursor_theme
顯示
Breeze 24