Hallo
so sieht meine xinitrc aus
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#virtual desktop:
#xrandr --output LVDS1 --auto --output DP2 --auto --right-of LVDS1
#when not docked:
#xrandr --output LVDS1 --auto --output DP2 --off
#docked with NEC:
xrandr --output DP2 --auto --output LVDS1 --off
#when not docked:
#xrandr --output LVDS1 --auto --DP2 --off
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
sh ~/.fehbg &
conky &
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
exec openbox-session
meine conkyrc
# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <[url]http://www.gnu.org/licenses/[/url]>.
#
alignment tr
gap_y 0
maximum_width 390
minimum_size 390
update_interval 30
use_xft yes
xftfont Purisa:size=14
draw_shades no
TEXT
${alignr}${time %Y-%m-%d %H:%M Uhr}
${alignr}${time KW %V, %j. Tag}
${alignr}${time %A}
ich möchte wenn ich startx eingebe das Hintergrundbild geladen wird und conky wo muss ich denn was eintragen?
im moment wird nur conky dargestellt aber erst wenn ich die rechte Maustaste für das root menu drücke
noch ein komisches Phänomen ist es wenn ich meinen Browser in Richtung conky ausgabe bewege wird die Schrift von schön dünn zu fett was kann ich dagegen machen?
also nach ungefähr 30 sek wechselt er in die richtige dünne Darstellung vielleicht wegen dem update interval
den code habe ich hierher
https://wiki.archlinux.de/title/Conky unter simpel