How to make kde (3) panel transparent with console command?

570 Views Asked by At

Maybe using dcop or something?

1

There are 1 best solutions below

0
On
kwriteconfig --file kickerrc --group General --key Transparent --type bool true
dcop kicker kicker configure

The first command updates the config file and the second tells the panel (kicker) to reload the config.