diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/conkyrc | 6 | ||||
-rw-r--r-- | .config/x11/xinitrc | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index e36ff3a..53c2b7b 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -49,8 +49,10 @@ conky.text = [[ ${color grey}${alignc}${time %A %e %B %Y : %Hh%M} ${hr}${if_mpd_playing} ${color grey}${alignc}MPD -${font1}${color white}${mpd_status}: ${mpd_artist} - ${mpd_title} -${mpd_elapsed}/${mpd_length} ${mpd_bar}${font} +${font1}${color white}${goto 140}$mpd_artist +${goto 140}$mpd_album +${goto 140}${mpd_elapsed}/${mpd_length} ${mpd_bar} +${execi 5 ~/.local/bin/conky_cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 10,30 -n} ${hr}${endif}${if_up re0} ${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font} ${hr}${endif} diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 3840d88..e39cbd3 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -21,6 +21,8 @@ startif xscreensaver --no-splash # startif sb-updatempd startif tint2 startif idesk +startif cairo-clock -x 900 -y 20 --width 300 --height 300 --theme zen & +startif cairo-dock startif conky -d -c "$HOME"/.config/conkyrc # /compat/linux/usr/lib/protonmail/bridge/proton-bridge --noninteractive # ekb |