xfce
相關筆記
微調腳本
設定檔路徑
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
- ~/.config/xfce4/panel/whiskermenu-1.rc
- ~/.config/xfce4/helpers.rc
採用佈景主題
項目 | 佈景主題 | 指令 |
---|---|---|
wm-theme | RGapsBlendNoButtons | (set) (get) |
ui-theme (gtk-theme) | Gruvbox | (set) (get) |
icon-theme | Gruvbox-Dark | (set) (get) |
cursor-theme | Breeze | (set) (get) |
相關設定檔是
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
- ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
設定指令操作
wm-theme-set
執行
xfconf-query -c 'xfwm4' -p '/general/theme' -s 'RGapsBlendNoButtons'
wm-theme-get
執行
xfconf-query -c 'xfwm4' -p '/general/theme'
顯示
RGapsBlendNoButtons
ui-theme-set
執行
xfconf-query -c 'xsettings' -p '/Net/ThemeName' -s 'Gruvbox'
ui-theme-get
執行
xfconf-query -c 'xsettings' -p '/Net/ThemeName'
顯示
Gruvbox
icon-theme-set
執行
xfconf-query -c 'xsettings' -p '/Net/IconThemeName' -s 'Gruvbox-Dark'
icon-theme-get
執行
xfconf-query -c 'xsettings' -p '/Net/IconThemeName'
顯示
Gruvbox-Dark
cursor-theme-set
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeName' -s 'Breeze'
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeSize' -s '24'
cursor-theme-get
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeName'
顯示
Breeze
執行
xfconf-query -c 'xsettings' -p '/Gtk/CursorThemeSize'
顯示
24