Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.06 KB

Xfce4 Workspace Indicator

This CSS file adds an indicator to the Xfce4 workspace panel widget, on Linux. The colour and thickness of the indicator can be configured by editing the CSS file directly.

Screenshots

Before

Screenshot of how the workspace widget looks like without the indicator

After

Screenshot of how the workspace widget looks like with the indicator

Installation

Edit the file located at ~/.config/gtk-3.0/gtk.css. If it doesn't exist yet, then you will have to create it:

mkdir -p  ~/.config/gtk-3.0
cd ~/.config/gtk-3.0
wget --no-check-certificate --content-disposition https://raw.githubusercontent.com/Kimonode/xfce4_worspace_indicator/main/gtk.css

To see your modifications applied, you can reset the xfce4-panel process by typing the following command into a terminal:

xfce4-panel -r

Debug

If you need to debug, follow the instructions from the Xfce documentation.