Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:xfce4-panel:4.14:theming [2019/08/25 02:35] – [Plugin theming examples] emh_mark_i | xfce:xfce4-panel:4.14:theming [2019/08/25 03:03] (current) – [Plugin theming examples] making a minor correction emh_mark_i | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| wnck-pager | wnck-pager | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== GTK3 Theme testing and debugging ===== | ||
| + | |||
| + | For testing, you can make modifications in the override file located at **~/ | ||
| + | |||
| + |     mkdir -p  ~/ | ||
| + | |||
| + | To see your modifications applied, you can reset the xfce4-panel process by typing the following command into a terminal: | ||
| + | |||
| + | xfce4-panel -r | ||
| + | |||
| + | For debugging, you can use the [[https:// | ||
| + | |||
| + | Kill the current xfce panel process: | ||
| + | |||
| + | pkill xfce4-panel | ||
| + | |||
| + | Start the panel process with GtkInspector debugging enabled: | ||
| + | |||
| + | GTK_DEBUG=interactive xfce4-panel | ||
| ---- | ---- | ||
| Line 71: | Line 93: | ||
| <figure " | <figure " | ||
| + | |||
| + | Clock colours and font style: | ||
| + | |||
| + |     # | ||
| + | color: black; | ||
| + | font-style: italic; | ||
| + |       background-color: | ||
| + | |||
| + | <figure " | ||