Xfce Forum

Sub domains
 

You are not logged in.

#1 2015-05-28 21:37:19

Lime
Member
Registered: 2015-05-28
Posts: 2

Shadow around DockBarX

Hi!
I have recently installed DockBarX and my goal is to make it only show the icons, leaving the rest of the dock invisible.
The problem that I have is that after switching to the "Invisible"-theme, there is still shadow around it. Is there any way to get rid of that? Or is there any other alternative to DockBarX that will give the result I want?

What it currently looks like:
Before

How I want it to look like:
After

Offline

#2 2015-05-29 00:09:57

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: Shadow around DockBarX

Settings Manager >> Window Manager Tweaks >> Compositor >> (uncheck) Show shadows under dock windows.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2015-05-30 19:17:02

Lime
Member
Registered: 2015-05-28
Posts: 2

Re: Shadow around DockBarX

ToZ wrote:

Settings Manager >> Window Manager Tweaks >> Compositor >> (uncheck) Show shadows under dock windows.

Thank you very much! It works, but it also removes shadows on all panels, is there any way to leave it on all except the dock?

Last edited by Lime (2015-05-30 19:19:11)

Offline

#4 2015-05-31 02:37:59

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: Shadow around DockBarX

Yes, but it in a roundabout way.
Run the command (you need to have wmctrl installed):

wmctrl -r :SELECT: -b toggle,below

...and the mouse pointer will turn into a cross. Click anywhere on the the dockbar.
Then disable and re-enable the shadows again. I'm not sure why this works, I stumbled upon it a while ago.

To automate it a bit, create the following script:

#!/bin/bash
wmctrl -r :SELECT: -b toggle,below
xfconf-query -c xfwm4 -p /general/show_dock_shadow -s false
xfconf-query -c xfwm4 -p /general/show_dock_shadow -s true

...make the script executable and assign it to a shortcut key. (still need to click on the dock though)


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

Board footer

Powered by FluxBB