diff options
author | Joe <rrbo@proton.me> | 2023-04-05 10:54:49 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-04-05 10:54:49 +0200 |
commit | 69a8e528b086a2742ccb37db98233924c3fc6b72 (patch) | |
tree | e4680df4cec9c22e420e80e52785f0f77d0ee9c1 /.config/conky/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-69a8e528b086a2742ccb37db98233924c3fc6b72.tar.gz dotfiles-bsd-69a8e528b086a2742ccb37db98233924c3fc6b72.tar.bz2 dotfiles-bsd-69a8e528b086a2742ccb37db98233924c3fc6b72.tar.xz dotfiles-bsd-69a8e528b086a2742ccb37db98233924c3fc6b72.tar.zst dotfiles-bsd-69a8e528b086a2742ccb37db98233924c3fc6b72.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/conky/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 2c8409e..16992c4 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -62,7 +62,7 @@ ${color0}${alignc}${time %A %e %B %Y - %Hh%M} ${alignc}${color1}Terminal: ${color0}${nodename_short} ${alignc}${color1}OS: ${color0}${sysname} - ${execi 300 lsb_release -ds} ${alignc}${color1}Kernel: ${color0}${kernel} -${alignc}${color1}Uptime: ${color0}${uptime_short}${image ~/.config/conky/artix-logo.png -p 5,10 -s 75x75 -n}${font}${if_match "${nodename_short}" == "mother"}${if_mpd_playing} +${alignc}${color1}Uptime: ${color0}${uptime_short}${font}${if_match "${nodename_short}" == "po-rbo"}${image ~/.config/conky/popos-logo.png -p 5,10 -s 75x75 -n}${endif}${if_match "${nodename_short}" == "mother"}${image ~/.config/conky/artix-logo.png -p 5,10 -s 75x75 -n}${if_mpd_playing} ${color0}${hr}${font} ${color0}${goto 130}${mpd_artist} ${goto 130}${scroll wait 30 3 5 ${mpd_title}} |