Hulubuntu a écrit@ rodofr :
Pourrai tu me dire comment paramétrer le conky clementine de manière à ce que son affichage en bas à gauche du bureau (pochette + piste + temps) soit moins transparent ?
Je te demande ça car sur un fond d'écran clair, on distingue mal le conky ...
Merci d'avance.
une solution à mon avis, est de placer un cadre derrière style barre AWN et notification
Tu ouvres en terminal
gksudo leafpad /home/VOTRE LOGIN/.conky1/conkyrc_clementine
Et tu places ceci à la place de
# Create own window instead of using desktop
own_window yes # create a separate XWindow over the one from Xfdesktop
own_window_type desktop # the window cannot be moved or resized
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # make it behave like it belongs to the desktop
own_window_argb_visual yes # true transparency, a compositor has to be active
own_window_argb_value 100 # make the background semi-transparent
😉