Portál AbcLinuxu, 23. července 2025 21:51
# Set conky on the bottom of all other applications on_bottom yes # Create own window instead of using desktop (required in nautilus) own_window no own_window_type no # Use pseudo transparency with own_window? own_window_transparent yesConky se mi potom spousti na desktopu (nema vlastni okno) a je pruhledny. Pouzivam Debian Testing a Xfce. Kdybys chtel tak sem dam cely
conkyrc
.
~/.kde/Autostart/setbg.sh
vloz:
#!/bin/bash
## pokud nechci stredovat tak se neposila --bg-center
##tahle vecicka taky resi problem s conky kdyz se resizuje pomoci opengl
while [ $I -lt 4 ]; do
feh --bg-center `dcop kdesktop KBackgroundIface currentWallpaper 1`
let I=I+1
done
a v ~/.conkyrc
si nastav:
double_buffer yes
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.