You are not logged in.

#2001 2024-01-31 18:25:52

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

There is a section that talks about font emojis support


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2002 2024-01-31 18:49:59

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

unklar wrote:

The initial idea was to display the selected locations worldwide on this map with the time and current weather. Just like @Sector11 did back then with his 'Map'.

However, I quickly realized that this would be a very tedious task with ${voffset} in the configuration of the Conky to bring the locations to their position.

Not going to answer your question, I don't have an answer.  But yea, that conky took a LONG time.
If you remember the original, it had "live global cloud cover" and well as the "night darkness" moving in real time and the time as well as current weather.

I had to wait for daylight without cloud cover for each city to do the ${goto xx} and ${voffset xx} command for the "+" to be on the city. FUN STUFF!

That's why today it is just a shadow of it's former glory with only location, date and time.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2003 2024-02-01 08:49:58

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

Sector11 wrote:

There is a section that talks about font emojis support

I'm not interested in Emojis   tongue  wink

Have you tried 'symbola'?
With sed or awk it must be possible to exclude this stupid box from the display?

RbxZPEit.png

Offline

#2004 2024-02-01 08:52:57

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

Sector11 wrote:
unklar wrote:

The initial idea was to display the selected locations worldwide on this map with the time and current weather. Just like @Sector11 did back then with his 'Map'.

However, I quickly realized that this would be a very tedious task with ${voffset} in the configuration of the Conky to bring the locations to their position.

Not going to answer your question, I don't have an answer.  But yea, that conky took a LONG time.
If you remember the original, it had "live global cloud cover" and well as the "night darkness" moving in real time and the time as well as current weather.

I had to wait for daylight without cloud cover for each city to do the ${goto xx} and ${voffset xx} command for the "+" to be on the city. FUN STUFF!

That's why today it is just a shadow of it's former glory with only location, date and time.

All was still right with the world then!  dsfgo1o.png

Offline

#2005 2024-02-01 10:51:43

loutch
Member
Registered: 2015-12-12
Posts: 848

Re: Show us your conky

Hello

How is it that the weather icons are not always displayed in the conky, whether with Symbola or Conkyweather, and yet everything in the file is correct.

Honululu: ☀️   +22°C
Vancouver: ☀️   +10°C
New_York: ☀️   +4°C
Buenos_Aires: ☀️   +28°C
London: ☀️   +6°C
Berlin: ⛅️  +8°C
Kastoria: ☀️   +3°C
Moscow: ?  +0°C
Beijing: ☀️   -3°C
Tokyo: ⛅️  +16°C
Melbourne: ☀️   +24°C
Auckland: ⛅️  +20°C


Capture-d-cran-2024-02-01-11-50-41.png


@+

Last edited by loutch (2024-02-01 10:57:45)


Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX

Offline

#2006 2024-02-01 14:33:26

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

unklar wrote:
Sector11 wrote:

There is a section that talks about font emojis support

I'm not interested in Emojis   tongue  wink

Have you tried 'symbola'?
With sed or awk it must be possible to exclude this stupid box from the display?

https://i.imgur.com/RbxZPEit.png

One of the reasons I mentioned that section is:

p   fonts-symbola - symbolic font providing emoji characters from Unicode 9.0

Those 'weather symbols' are emoji

First I did:

format=1
${font Symbola:size:12}${execpi 86400 curl -s 'wttr.in/{Honululu,Vancouver,New+York,Buenos+Aires,London,Berlin,Kastoria,Moscow,Beijing,Tokyo,Melbourne,Auckland}?format=1'}${font}

format=2
${font Symbola:size:12}${execpi 86400 curl -s 'wttr.in/{Honululu,Vancouver,New+York,Buenos+Aires,London,Berlin,Kastoria,Moscow,Beijing,Tokyo,Melbourne,Auckland}?format=2'}${font}

format=3
${font Symbola:size:12}${execpi 86400 curl -s 'wttr.in/{Honululu,Vancouver,New+York,Buenos+Aires,London,Berlin,Kastoria,Moscow,Beijing,Tokyo,Melbourne,Auckland}?format=3'}${font}

It was perfect

Then I did what you did - put it in a file: /media/5/Conky/wttr.in.symbola.txt

format=3 with Symbola font
${font Symbola:size:12}
#${execpi 86400 curl -s 'wttr.in/{Honululu,Vancouver,New+York,Buenos+Aires,London,Berlin,Kastoria,Moscow,Beijing,Tokyo,Melbourne,Auckland}?format=3' > /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '1p' /media/5/Conky/wttr.in.symbola.txt} 
${execpi 600 sed -n '2p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '3p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '4p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '5p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '6p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '7p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '8p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '9p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '10p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '11p' /media/5/Conky/wttr.in.symbola.txt}
${execpi 600 sed -n '12p' /media/5/Conky/wttr.in.symbola.txt}
${font}

still works like a charm


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2007 2024-02-01 14:35:50

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

loutch wrote:

Hello

How is it that the weather icons are not always displayed in the conky, whether with Symbola or Conkyweather, and yet everything in the file is correct.

Strange, it just worked for me with Symbola.
See previous post.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2008 2024-02-01 16:53:35

loutch
Member
Registered: 2015-12-12
Posts: 848

Re: Show us your conky

Hello

It works, I'm the one who made a mistake for the font symbola.

Another question: how can I get the weather forecast for the next 3 days in txt mode?


@+


Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX

Offline

#2009 2024-02-01 18:25:37

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

unklar wrote:

All was still right with the world then!  https://i.imgur.com/dsfgo1o.png

Well, all WAS right with the world.

Until some guy, whose name I will not mention, but his initials are: U N K L A R, had to create a mess.
128-4.png
And it's a messy work in progress!
haha-sm.png

"Positions" need to be corrected ....

Buenos Aires . 8° hahahahaha it is: 38.86°C right now.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2010 2024-02-01 18:33:39

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

loutch wrote:

Hello

It works, I'm the one who made a mistake for the font symbola.

We all do those kinds of OOPS! on occasions.

loutch wrote:

Another question: how can I get the weather forecast for the next 3 days in txt mode?

@+

Unklar's post 1 page back:

unklar wrote:

-----------------------------------
Edit: @chubin also has a json format.

curl wttr.in/Berlin?format=j1

However, a code of 1367 lines is output there for one location.

This can be shortened with

curl wttr.in/Berlin?format=j2

and there are only 137 lines left.

However, the method of cutting out and displaying seems even more complicated to me.

the " j2 " format is three days I believe.

It's an awk,sed, grep nightmare though.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2011 2024-02-02 08:38:46

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

I'm sorry, guys.
I don't see my OOPS!. The boxes shown remain in the Conky.

Is it 'symbola', or is it a different font? And where can I find it?  hmm

Offline

#2012 2024-02-02 14:31:39

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

unklar wrote:

I'm sorry, guys.
I don't see my OOPS!. The boxes shown remain in the Conky.

Is it 'symbola', or is it a different font? And where can I find it?  hmm

 02 Feb 24 @ 11:29:51 ~
   $ ser symbola
alias ser = aptitude search
i   fonts-symbola - symbolic font providing emoji characters 
p   ttf-ancient-fonts-symbola - symbolic font providing emoji chars from 
 
 02 Feb 24 @ 11:30:05 ~
   $ sudo apt install fonts-symbola

Ask and you shall hear!


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2013 2024-02-02 16:41:24

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

Sector11 wrote:
unklar wrote:

I'm sorry, guys.
I don't see my OOPS!. The boxes shown remain in the Conky.

Is it 'symbola', or is it a different font? And where can I find it?  hmm

 02 Feb 24 @ 11:29:51 ~
   $ ser symbola
alias ser = aptitude search
i   fonts-symbola - symbolic font providing emoji characters 
p   ttf-ancient-fonts-symbola - symbolic font providing emoji chars from 
 
 02 Feb 24 @ 11:30:05 ~
   $ sudo apt install fonts-symbola

Ask and you shall hear!

Thank you my friend for solving this riddle.  wink
mOW8gsrt.png

I did not know that there is a package 'fonts-symbola' in debian.

Because of this conky, I've had 'symbola' in ~/.fonts for over a year and it's made known to the user as well as to the SYSTEM for security with sudo.
LJzKSYIt.png

I was beginning to think I was stupid!  yikes

Offline

#2014 2024-02-02 21:02:07

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

unklar wrote:
Sector11 wrote:

Ask and you shall hear!

Thank you my friend for solving this riddle.  wink

I did not know that there is a package 'fonts-symbola' in debian.

I was beginning to think I was stupid!  yikes

1. You are NOT stupid, not even close.

Being that I am forgetful and a horrible typist I forget to type: "aptitude search"

so enter:

   $ alias ser
alias ser='echo "alias ser = aptitude search" && aptitude search'

because "ser" is easier to type.

alias ser='apt search' is better!


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2015 2024-02-03 10:23:15

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

Sector11 wrote:

1. You are NOT stupid, not even close.

Thank you my friend. It goes down like oil.  4QX485D.png

I only use aptitude for special cases, like in conky.
As a rule, it is not installed because I do everything with apt.  big_smile

Offline

#2016 2024-02-04 12:33:02

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

I hope that is Olive Oil - it's good for the heart!  128-25.png

I only use aptitude to search or show packages
APITIUDE SEARCH: shows if a package is installed or not with an easy to read/find "p|i"

 04 Feb 24 @ 08:32:35 ~
   $ ser conky
alias ser = aptitude search
p   conky            - highly configurable system monitor (transitional package)              
p   conky-all        - highly configurable system monitor (all features enabled)              
p   conky-cli        - highly configurable system monitor (basic version)                     
i   conky-legacy-all - highly configurable system monitor (all features enabled)              
p   conky-std        - highly configurable system monitor (default version)                   

APT SEARCH: shows nothing if not installed - but is formatted nicer!
I does show [installed,local] after a package.  A few years ago it did not show that.

 04 Feb 24 @ 08:32:42 ~
   $ aser conky
alias aser = apt search
Sorting... Done
Full Text Search... Done
conky/stable 1.18.3-1 all
  highly configurable system monitor (transitional package)

conky-all/stable 1.18.3-1 amd64
  highly configurable system monitor (all features enabled)

conky-cli/stable 1.18.3-1 amd64
  highly configurable system monitor (basic version)

conky-legacy-all/now 1:1.9.0-6 amd64 [installed,local]
  highly configurable system monitor (all features enabled)

conky-std/stable 1.18.3-1 amd64
  highly configurable system monitor (default version)
 
 04 Feb 24 @ 08:32:58 ~
   $

APTITUDE search - shows packages with the "name" asked for.
$ aptitude search intel - the list will have "intel" in the name

while APT search - shows stuff that does NOT have the name "intel" in it:
Some of a LONG list {snipped short}

 04 Feb 24 @ 09:05:32 ~
   $ aser intel
alias aser = apt search
Sorting... Done
Full Text Search... Done
accel-config/stable 3.5.3-1 amd64
  utility for configuring the DSA subsystem

ack/stable,now 3.6.0-1 all [installed]
  grep-like program specifically for large source trees

acpid/stable 1:2.0.33-2+b1 amd64
  Advanced Configuration and Power Interface event daemon

aewan/stable 1.0.01-5+b1 amd64
  ASCII-art Editor Without A Name

airstrike/stable 0.99+1.0pre6a-11 amd64
  2d dogfight game in the tradition of 'Biplanes' and 'BIP'

airstrike-common/stable 0.99+1.0pre6a-11 all
  2d dogfight game - data files

alsa-tools/stable 1.2.5-3 amd64
  Console based ALSA utilities for specific hardware

alsa-tools-gui/stable 1.2.5-3 amd64
  GUI based ALSA utilities for specific hardware

amd64-microcode/stable,now 3.20230808.1.1~deb12u1 amd64 [installed]
  Processor microcode firmware for AMD CPUs

amtterm/stable 1.4-3 amd64
  Serial-over-lan (sol) client for Intel AMT, console version

{snip snip}

I ONLY use aptitude in those 2 aliases and sometimes in a conky and even that is rare!

I use "apt" exclusively for file management, no aptitude or synaptic.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2017 2024-02-05 09:22:16

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

Concentrated knowledge!  big_smile

apt rdepends conky-all
conky-all
Reverse Depends:
  Kollidiert mit: conky-cli
  Ersetzt: conky-std
  Kollidiert mit: conky-std
  Ersetzt: conky-cli

For the aptitude-Fans
Do you know the aptitude why-not <package> command?

I always liked it because it 'explains' why a package should be installed/why the package cannot be installed.  wink
e.g.

aptitude why-not libgc1c2
i   inkscape Depends   libgc1 (>= 1:7.2d)
i A libgc1   Conflicts libgc1c2

Offline

#2018 2024-02-05 18:37:22

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

unklar wrote:

Concentrated knowledge!  big_smile

apt rdepends conky-all
conky-all
Reverse Depends:
  Kollidiert mit: conky-cli
  Ersetzt: conky-std
  Kollidiert mit: conky-std
  Ersetzt: conky-cli

For the aptitude-Fans
Do you know the aptitude why-not <package> command?

I always liked it because it 'explains' why a package should be installed/why the package cannot be installed.  wink
e.g.

aptitude why-not libgc1c2
i   inkscape Depends   libgc1 (>= 1:7.2d)
i A libgc1   Conflicts libgc1c2

Hello my friend,
Even my alter ego, The Tpyo Knig, knows about why and why-not.

 05 Feb 24 @ 15:19:31 ~
   $ whu conky-all
bash: whu: command not found
 
 05 Feb 24 @ 15:19:41 ~
   $ why conky-all
Not currently installed
The candidate version 1.18.3-1 has priority optional
No dependencies require to install conky-all
 
 05 Feb 24 @ 15:19:48 ~
   $ wnot conky-all
i   conky-legacy-all Conflicts conky-all
 
 05 Feb 24 @ 15:20:07 ~
   $ 

and then there is:
dep (apt-cache depends), rdep (apt-cache rdepends) and rrdep (apt-rdepends)
And last but not least: apt depends as well.

 05 Feb 24 @ 15:23:31 ~
   $ dep conky-legacy-all
alias dep=apt-cache depends
conky-legacy-all
  Depends: libaudclient2
  Depends: libc6
  Depends: libcairo2
  Depends: libcurl3-gnutls
  Depends: libdbus-glib-1-2
  Depends: libglib2.0-0
  Depends: libimlib2
  Depends: libiw30
  Depends: liblua5.1-0
  Depends: libncurses5
  Depends: libtinfo5
  Depends: libx11-6
  Depends: libxdamage1
  Depends: libxext6
  Depends: libxfixes3
  Depends: libxft2
  Depends: libxml2
  Depends: libxmmsclient6
  Depends: libxnvctrl0
  Conflicts: conky-all
  Conflicts: <conky-legacy-cli>
  Conflicts: <conky-legacy-std>
  Conflicts: conky-std
  Breaks: conky
  Suggests: apcupsd
  Suggests: audacious
  Suggests: moc
  Suggests: mpd
  Suggests: <xmms2>
  Replaces: conky
  Replaces: conky-all
  Replaces: <conky-legacy-cli>
  Replaces: <conky-legacy-std>
  Replaces: conky-std
 
 05 Feb 24 @ 15:23:40 ~
   $ rdep conky-legacy-all
alias apt-cache rdepends filename
conky-legacy-all
Reverse Depends:
 
 05 Feb 24 @ 15:23:48 ~
   $ rrdep conky-legacy-all
alias apt-rdepends filename
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
conky-legacy-all
  Depends: libaudclient2 (>= 2.3)
  Depends: libc6 (>= 2.17)
  Depends: libcairo2 (>= 1.8.0)
  Depends: libcurl3-gnutls (>= 7.16.2)
  Depends: libdbus-glib-1-2 (>= 0.78)
  Depends: libglib2.0-0 (>= 2.12.0)
  Depends: libimlib2 (>= 1.4.5)
  Depends: libiw30 (>= 30~pre1)
  Depends: liblua5.1-0
  Depends: libncurses5 (>= 6)
  Depends: libtinfo5 (>= 6)
  Depends: libx11-6
  Depends: libxdamage1 (>= 1:1.1)
  Depends: libxext6
  Depends: libxfixes3
  Depends: libxft2 (>> 2.1.1)
  Depends: libxml2 (>= 2.7.4)
  Depends: libxmmsclient6 (>= 0.7DrNo)
  Depends: libxnvctrl0
libaudclient2
  Depends: libc6 (>= 2.4)
  Depends: libdbus-glib-1-2 (>= 0.78)
  Depends: libglib2.0-0 (>= 2.12.0)
libc6
  Depends: libgcc-s1
libgcc-s1
  Depends: gcc-12-base (= 12.2.0-14)
  Depends: libc6 (>= 2.35)
gcc-12-base
libdbus-glib-1-2
  Depends: libc6 (>= 2.14)
  Depends: libdbus-1-3 (>= 1.9.14)
  Depends: libglib2.0-0 (>= 2.31.8)
libdbus-1-3
  Depends: libc6 (>= 2.34)
  Depends: libsystemd0
libsystemd0
  Depends: libc6 (>= 2.34)
  Depends: libcap2 (>= 1:2.10)
  Depends: libgcrypt20 (>= 1.10.0)
  Depends: liblz4-1 (>= 0.0~r122)
  Depends: liblzma5 (>= 5.1.1alpha+20120614)
  Depends: libzstd1 (>= 1.5.2)
libcap2
  Depends: libc6 (>= 2.34)
libgcrypt20
  Depends: libc6 (>= 2.34)
  Depends: libgpg-error0 (>= 1.27)
libgpg-error0
  Depends: libc6 (>= 2.34)
liblz4-1
  Depends: libc6 (>= 2.14)
liblzma5
  Depends: libc6 (>= 2.34)
libzstd1
  Depends: libc6 (>= 2.34)
libglib2.0-0
  Depends: libc6 (>= 2.34)
  Depends: libffi8 (>= 3.4)
  Depends: libmount1 (>= 2.35.2-7~)
  Depends: libpcre2-8-0 (>= 10.22)
  Depends: libselinux1 (>= 3.1~)
  Depends: zlib1g (>= 1:1.2.2)
libffi8
  Depends: libc6 (>= 2.34)
libmount1
  Depends: libblkid1 (>= 2.17.2)
  Depends: libc6 (>= 2.34)
  Depends: libselinux1 (>= 3.1~)
libblkid1
  Depends: libc6 (>= 2.33)
libselinux1
  Depends: libc6 (>= 2.34)
  Depends: libpcre2-8-0 (>= 10.22)
libpcre2-8-0
  Depends: libc6 (>= 2.34)
zlib1g
  Depends: libc6 (>= 2.14)
libcairo2
  Depends: libc6 (>= 2.35)
  Depends: libfontconfig1 (>= 2.12.6)
  Depends: libfreetype6 (>= 2.9.1)
  Depends: libpixman-1-0 (>= 0.30.0)
  Depends: libpng16-16 (>= 1.6.2-1)
  Depends: libx11-6
  Depends: libxcb-render0
  Depends: libxcb-shm0
  Depends: libxcb1 (>= 1.6)
  Depends: libxext6
  Depends: libxrender1
  Depends: zlib1g (>= 1:1.1.4)
libfontconfig1
  Depends: fontconfig-config (>= 2.14.1-4)
  Depends: libc6 (>= 2.33)
  Depends: libexpat1 (>= 2.0.1)
  Depends: libfreetype6 (>= 2.9.1)
fontconfig-config
  Depends: debconf (>= 0.5)
  Depends: debconf-2.0
  Depends: fonts-croscore
  Depends: fonts-dejavu-core
  Depends: fonts-freefont-otf
  Depends: fonts-freefont-ttf
  Depends: fonts-liberation
  Depends: fonts-liberation2
  Depends: fonts-texgyre
  Depends: fonts-urw-base35
  Depends: ttf-bitstream-vera
debconf
debconf-2.0
fonts-croscore
fonts-dejavu-core
fonts-freefont-otf
fonts-freefont-ttf
fonts-liberation
fonts-liberation2
fonts-texgyre
fonts-urw-base35
  Depends: xfonts-utils
xfonts-utils
  Depends: libc6 (>= 2.14)
  Depends: libfontenc1
  Depends: libfreetype6 (>= 2.2.1)
  Depends: x11-common
  Depends: xfonts-encodings
  Depends: zlib1g (>= 1:1.1.4)
libfontenc1
  Depends: libc6 (>= 2.14)
  Depends: zlib1g (>= 1:1.1.4)
libfreetype6
  Depends: libbrotli1 (>= 0.6.0)
  Depends: libc6 (>= 2.33)
  Depends: libpng16-16 (>= 1.6.2-1)
  Depends: zlib1g (>= 1:1.1.4)
libbrotli1
  Depends: libc6 (>= 2.29)
libpng16-16
  Depends: libc6 (>= 2.29)
  Depends: zlib1g (>= 1:1.2.11.dfsg)
x11-common
  Depends: lsb-base (>= 1.3-9ubuntu2)
lsb-base
  Depends: sysvinit-utils (>= 3.05-4~)
sysvinit-utils
  Depends: libc6 (>= 2.34)
xfonts-encodings
  Depends: x11-common
ttf-bitstream-vera
libexpat1
  Depends: libc6 (>= 2.25)
libpixman-1-0
  Depends: libc6 (>= 2.29)
libx11-6
  Depends: libc6 (>= 2.34)
  Depends: libx11-data
  Depends: libxcb1 (>= 1.11.1)
libx11-data
libxcb1
  Depends: libc6 (>= 2.14)
  Depends: libxau6 (>= 1:1.0.9)
  Depends: libxdmcp6
libxau6
  Depends: libc6 (>= 2.4)
libxdmcp6
  Depends: libbsd0 (>= 0.2.0)
  Depends: libc6 (>= 2.4)
libbsd0
  Depends: libc6 (>= 2.34)
  Depends: libmd0 (>= 1.0.3-2)
libmd0
  Depends: libc6 (>= 2.33)
libxcb-render0
  Depends: libc6 (>= 2.14)
  Depends: libxcb1 (>= 1.8)
libxcb-shm0
  Depends: libc6 (>= 2.4)
  Depends: libxcb1 (>= 1.12)
libxext6
  Depends: libc6 (>= 2.14)
  Depends: libx11-6 (>= 2:1.6.0)
libxrender1
  Depends: libc6 (>= 2.14)
  Depends: libx11-6 (>= 2:1.6.0)
libcurl3-gnutls
  Depends: libbrotli1 (>= 0.6.0)
  Depends: libc6 (>= 2.34)
  Depends: libgnutls30 (>= 3.7.5)
  Depends: libgssapi-krb5-2 (>= 1.17)
  Depends: libidn2-0 (>= 0.6)
  Depends: libldap-2.5-0 (>= 2.5.4)
  Depends: libnettle8
  Depends: libnghttp2-14 (>= 1.50.0)
  Depends: libpsl5 (>= 0.16.0)
  Depends: librtmp1 (>= 2.3)
  Depends: libssh2-1 (>= 1.7.0)
  Depends: libzstd1 (>= 1.5.2)
  Depends: zlib1g (>= 1:1.1.4)
libgnutls30
  Depends: libc6 (>= 2.34)
  Depends: libgmp10 (>= 2:6.2.1+dfsg1)
  Depends: libhogweed6 (>= 3.6)
  Depends: libidn2-0 (>= 2.0.0)
  Depends: libnettle8 (>= 3.7~)
  Depends: libp11-kit0 (>= 0.23.18.1)
  Depends: libtasn1-6 (>= 4.14)
  Depends: libunistring2 (>= 0.9.7)
libgmp10
  Depends: libc6 (>= 2.14)
libhogweed6
  Depends: libc6 (>= 2.14)
  Depends: libgmp10 (>= 2:6.2.1+dfsg1)
  Depends: libnettle8
libnettle8
  Depends: libc6 (>= 2.17)
libidn2-0
  Depends: libc6 (>= 2.14)
  Depends: libunistring2 (>= 0.9.7)
libunistring2
  Depends: libc6 (>= 2.34)
libp11-kit0
  Depends: libc6 (>= 2.34)
  Depends: libffi8 (>= 3.4)
libtasn1-6
  Depends: libc6 (>= 2.14)
libgssapi-krb5-2
  Depends: libc6 (>= 2.33)
  Depends: libcom-err2 (>= 1.43.9)
  Depends: libk5crypto3 (>= 1.20)
  Depends: libkrb5-3 (= 1.20.1-2+deb12u1)
  Depends: libkrb5support0 (>= 1.15~beta1)
libcom-err2
  Depends: libc6 (>= 2.17)
libk5crypto3
  Depends: libc6 (>= 2.33)
  Depends: libkrb5support0 (>= 1.20)
libkrb5support0
  Depends: libc6 (>= 2.34)
libkrb5-3
  Depends: libc6 (>= 2.34)
  Depends: libcom-err2 (>= 1.43.9)
  Depends: libk5crypto3 (>= 1.20)
  Depends: libkeyutils1 (>= 1.5.9)
  Depends: libkrb5support0 (= 1.20.1-2+deb12u1)
  Depends: libssl3 (>= 3.0.0)
libkeyutils1
  Depends: libc6 (>= 2.14)
libssl3
  Depends: libc6 (>= 2.34)
libldap-2.5-0
  Depends: libc6 (>= 2.34)
  Depends: libgnutls30 (>= 3.7.5)
  Depends: libsasl2-2 (>= 2.1.28+dfsg)
libsasl2-2
  Depends: libc6 (>= 2.34)
  Depends: libsasl2-modules-db (>= 2.1.28+dfsg-10)
libsasl2-modules-db
  Depends: libc6 (>= 2.14)
  Depends: libdb5.3
libdb5.3
  Depends: libc6 (>= 2.34)
libnghttp2-14
  Depends: libc6 (>= 2.17)
libpsl5
  Depends: libc6 (>= 2.33)
  Depends: libidn2-0 (>= 0.16)
  Depends: libunistring2 (>= 0.9.7)
librtmp1
  Depends: libc6 (>= 2.14)
  Depends: libgmp10
  Depends: libgnutls30 (>= 3.6.14)
  Depends: libhogweed6
  Depends: libnettle8
  Depends: zlib1g (>= 1:1.1.4)
libssh2-1
  Depends: libc6 (>= 2.14)
  Depends: libssl3 (>= 3.0.0)
  Depends: zlib1g (>= 1:1.1.4)
libimlib2
  Depends: libbz2-1.0
  Depends: libc6 (>= 2.35)
  Depends: libcairo2 (>= 1.2.4)
  Depends: libfreetype6 (>= 2.2.1)
  Depends: libgif7 (>= 5.1)
  Depends: libglib2.0-0 (>= 2.12.0)
  Depends: libheif1 (>= 1.4.0)
  Depends: libid3tag0 (>= 0.15.1b)
  Depends: libjpeg62-turbo (>= 1.3.1)
  Depends: libjxl0.7 (>= 0.6.1)
  Depends: liblzma5 (>= 5.1.1alpha+20120614)
  Depends: libopenjp2-7 (>= 2.0.0)
  Depends: libpng16-16 (>= 1.6.2-1)
  Depends: librsvg2-2 (>= 2.46.0)
  Depends: libspectre1 (>= 0.2.3)
  Depends: libtiff6 (>= 4.0.3)
  Depends: libwebp7 (>= 1.2.4)
  Depends: libwebpdemux2 (>= 1.2.4)
  Depends: libx11-6
  Depends: libx11-xcb1 (>= 2:1.8.4)
  Depends: libxcb-shm0 (>= 1.10)
  Depends: libxcb1
  Depends: libxext6
  Depends: zlib1g (>= 1:1.1.4)
libbz2-1.0
  Depends: libc6 (>= 2.4)
libgif7
  Depends: libc6 (>= 2.14)
libheif1
  Depends: libaom3 (>= 3.2.0)
  Depends: libc6 (>= 2.34)
  Depends: libdav1d6 (>= 0.1.0)
  Depends: libde265-0 (>= 1.0.7)
  Depends: libgcc-s1 (>= 3.0)
  Depends: libstdc++6 (>= 11)
  Depends: libx265-199 (>= 3.5)
  Depends: zlib1g (>= 1:1.1.4)
libaom3
  Depends: libc6 (>= 2.34)
libdav1d6
  Depends: libc6 (>= 2.32)
libde265-0
  Depends: libc6 (>= 2.34)
  Depends: libgcc-s1 (>= 3.0)
  Depends: libstdc++6 (>= 11)
libstdc++6
  Depends: gcc-12-base (= 12.2.0-14)
  Depends: libc6 (>= 2.36)
  Depends: libgcc-s1 (>= 4.2)
libx265-199
  Depends: libc6 (>= 2.34)
  Depends: libnuma1 (>= 2.0.11)
  Depends: libstdc++6 (>= 4.1.1)
libnuma1
  Depends: libc6 (>= 2.34)
libid3tag0
  Depends: libc6 (>= 2.14)
  Depends: zlib1g (>= 1:1.1.4)
libjpeg62-turbo
  Depends: libc6 (>= 2.14)
libjxl0.7
  Depends: libbrotli1 (>= 0.6.0)
  Depends: libc6 (>= 2.35)
  Depends: libgcc-s1 (>= 3.4)
  Depends: libhwy1 (>= 0.16.0)
  Depends: liblcms2-2 (>= 2.13)
  Depends: libstdc++6 (>= 12)
libhwy1
  Depends: libc6 (>= 2.25)
  Depends: libgcc-s1 (>= 3.4)
  Depends: libstdc++6 (>= 5.2)
liblcms2-2
  Depends: libc6 (>= 2.29)
libopenjp2-7
  Depends: libc6 (>= 2.34)
librsvg2-2
  Depends: libc6 (>= 2.34)
  Depends: libcairo-gobject2 (>= 1.12.16)
  Depends: libcairo2 (>= 1.15.12)
  Depends: libgcc-s1 (>= 4.2)
  Depends: libgdk-pixbuf-2.0-0 (>= 2.31.1)
  Depends: libglib2.0-0 (>= 2.50.0)
  Depends: libpango-1.0-0 (>= 1.48.11)
  Depends: libpangocairo-1.0-0 (>= 1.48.11)
  Depends: libxml2 (>= 2.9.0)
libcairo-gobject2
  Depends: libcairo2 (= 1.16.0-7)
  Depends: libglib2.0-0 (>= 2.14.0)
libgdk-pixbuf-2.0-0
  Depends: libc6 (>= 2.34)
  Depends: libgdk-pixbuf2.0-common (>= 2.42.10+dfsg-1)
  Depends: libglib2.0-0 (>= 2.59.0)
  Depends: libjpeg62-turbo (>= 1.3.1)
  Depends: libpng16-16 (>= 1.6.2-1)
  Depends: libtiff6 (>= 4.0.3)
  Depends: shared-mime-info
libgdk-pixbuf2.0-common
libtiff6
  Depends: libc6 (>= 2.33)
  Depends: libdeflate0 (>= 1.0)
  Depends: libjbig0 (>= 2.0)
  Depends: libjpeg62-turbo (>= 1.3.1)
  Depends: liblerc4 (>= 3.0)
  Depends: liblzma5 (>= 5.1.1alpha+20120614)
  Depends: libwebp7 (>= 1.2.4)
  Depends: libzstd1 (>= 1.5.2)
  Depends: zlib1g (>= 1:1.1.4)
libdeflate0
  Depends: libc6 (>= 2.14)
libjbig0
  Depends: libc6 (>= 2.4)
liblerc4
  Depends: libc6 (>= 2.29)
  Depends: libgcc-s1 (>= 3.0)
  Depends: libstdc++6 (>= 11)
libwebp7
  Depends: libc6 (>= 2.34)
shared-mime-info
  Depends: libc6 (>= 2.33)
  Depends: libglib2.0-0 (>= 2.35.9)
  Depends: libxml2 (>= 2.7.4)
libxml2
  Depends: libc6 (>= 2.34)
  Depends: libicu72 (>= 72.1~rc-1~)
  Depends: liblzma5 (>= 5.1.1alpha+20120614)
  Depends: zlib1g (>= 1:1.2.3.3)
libicu72
  Depends: libc6 (>= 2.34)
  Depends: libgcc-s1 (>= 3.0)
  Depends: libstdc++6 (>= 12)
libpango-1.0-0
  Depends: fontconfig (>= 2.13.0)
  Depends: libc6 (>= 2.14)
  Depends: libfribidi0 (>= 1.0.6)
  Depends: libglib2.0-0 (>= 2.67.3)
  Depends: libharfbuzz0b (>= 5.1.0)
  Depends: libthai0 (>= 0.1.25)
fontconfig
  Depends: fontconfig-config
  Depends: libc6 (>= 2.34)
  Depends: libfontconfig1 (>= 2.13.0)
  Depends: libfreetype6 (>= 2.2.1)
libfribidi0
  Depends: libc6 (>= 2.3.4)
libharfbuzz0b
  Depends: libc6 (>= 2.34)
  Depends: libfreetype6 (>= 2.11.0)
  Depends: libglib2.0-0 (>= 2.31.8)
  Depends: libgraphite2-3 (>= 1.2.2)
libgraphite2-3
  Depends: libc6 (>= 2.14)
libthai0
  Depends: libc6 (>= 2.14)
  Depends: libdatrie1 (>= 0.2.0)
  Depends: libthai-data (>= 0.1.10)
libdatrie1
  Depends: libc6 (>= 2.14)
libthai-data
libpangocairo-1.0-0
  Depends: libc6 (>= 2.4)
  Depends: libcairo2 (>= 1.12.10)
  Depends: libfontconfig1 (>= 2.13.0)
  Depends: libglib2.0-0 (>= 2.62.0)
  Depends: libharfbuzz0b (>= 2.6.0)
  Depends: libpango-1.0-0 (= 1.50.12+ds-1)
  Depends: libpangoft2-1.0-0 (= 1.50.12+ds-1)
libpangoft2-1.0-0
  Depends: libc6 (>= 2.14)
  Depends: libfontconfig1 (>= 2.13.0)
  Depends: libfreetype6 (>= 2.2.1)
  Depends: libglib2.0-0 (>= 2.67.3)
  Depends: libharfbuzz0b (>= 5.1.0)
  Depends: libpango-1.0-0 (= 1.50.12+ds-1)
libspectre1
  Depends: libc6 (>= 2.33)
  Depends: libgs10 (>= 9.53.0~dfsg)
libgs10
  Depends: libc6 (>= 2.34)
  Depends: libcups2 (>= 2.3~b6)
  Depends: libfontconfig1 (>= 2.12.6)
  Depends: libfreetype6 (>= 2.10.1)
  Depends: libgs10-common (= 10.0.0~dfsg-11+deb12u3)
  Depends: libidn12 (>= 1.13)
  Depends: libijs-0.35 (>= 0.35)
  Depends: libjbig2dec0 (>= 0.16+20190905)
  Depends: libjpeg62-turbo (>= 1.3.1)
  Depends: liblcms2-2 (>= 2.6)
  Depends: libopenjp2-7 (>= 2.0.0)
  Depends: libpaper1
  Depends: libpng16-16 (>= 1.6.2-1)
  Depends: libtiff6 (>= 4.0.3)
  Depends: libx11-6
  Depends: libxt6
  Depends: poppler-data
  Depends: zlib1g (>= 1:1.2.0)
libcups2
  Depends: libavahi-client3 (>= 0.6.16)
  Depends: libavahi-common3 (>= 0.6.16)
  Depends: libc6 (>= 2.36)
  Depends: libgnutls30 (>= 3.7.5)
  Depends: libgssapi-krb5-2 (>= 1.17)
  Depends: zlib1g (>= 1:1.2.0)
libavahi-client3
  Depends: libavahi-common3 (= 0.8-10)
  Depends: libc6 (>= 2.34)
  Depends: libdbus-1-3 (>= 1.9.14)
libavahi-common3
  Depends: libavahi-common-data (= 0.8-10)
  Depends: libc6 (>= 2.34)
libavahi-common-data
libgs10-common
  Depends: fonts-urw-base35 (>= 20200910)
  Depends: libgs-common
libgs-common
libidn12
  Depends: libc6 (>= 2.14)
libijs-0.35
  Depends: libc6 (>= 2.14)
libjbig2dec0
  Depends: libc6 (>= 2.14)
libpaper1
  Depends: debconf (>= 0.5)
  Depends: debconf-2.0
  Depends: dpkg (>= 1.17.2)
  Depends: libc6 (>= 2.33)
  Depends: ucf (>= 0.28)
dpkg
  Depends: tar (>= 1.28-1)
  PreDepends: libbz2-1.0
  PreDepends: libc6 (>= 2.34)
  PreDepends: liblzma5 (>= 5.4.0)
  PreDepends: libmd0 (>= 0.0.0)
  PreDepends: libselinux1 (>= 3.1~)
  PreDepends: libzstd1 (>= 1.5.2)
  PreDepends: zlib1g (>= 1:1.1.4)
tar
  PreDepends: libacl1 (>= 2.2.23)
  PreDepends: libc6 (>= 2.34)
  PreDepends: libselinux1 (>= 3.1~)
libacl1
  Depends: libc6 (>= 2.33)
ucf
  Depends: debconf (>= 0.5)
  Depends: debconf-2.0
  Depends: sensible-utils
sensible-utils
libxt6
  Depends: libc6 (>= 2.33)
  Depends: libice6 (>= 1:1.0.0)
  Depends: libsm6
  Depends: libx11-6
libice6
  Depends: libbsd0 (>= 0.2.0)
  Depends: libc6 (>= 2.14)
  Depends: x11-common
libsm6
  Depends: libc6 (>= 2.14)
  Depends: libice6 (>= 1:1.0.0)
  Depends: libuuid1 (>= 2.16)
libuuid1
  Depends: libc6 (>= 2.25)
poppler-data
  PreDepends: dpkg (>= 1.15.6~)
libwebpdemux2
  Depends: libc6 (>= 2.14)
  Depends: libwebp7 (>= 1.2.4)
libx11-xcb1
  Depends: libx11-6 (= 2:1.8.4-2+deb12u2)
libiw30
  Depends: libc6 (>= 2.29)
liblua5.1-0
  Depends: libc6 (>= 2.29)
  Depends: libstdc++6 (>= 4.1.1)
libncurses5
  Depends: libc6 (>= 2.34)
  Depends: libtinfo5 (= 6.4-4)
libtinfo5
  Depends: libc6 (>= 2.34)
libxdamage1
  Depends: libc6 (>= 2.4)
  Depends: libx11-6 (>= 2:1.4.99.1)
libxfixes3
  Depends: libc6 (>= 2.14)
  Depends: libx11-6 (>= 2:1.6.0)
libxft2
  Depends: libc6 (>= 2.14)
  Depends: libfontconfig1 (>= 2.12.6)
  Depends: libfreetype6 (>= 2.3.5)
  Depends: libx11-6
  Depends: libxrender1
libxmmsclient6
  Depends: libc6 (>= 2.15)
libxnvctrl0
  Depends: libc6 (>= 2.14)
  Depends: libx11-6 (>= 2:1.4.99.1)
  Depends: libxext6

It's enough to drive a man INSANE!


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2019 2024-02-27 02:27:20

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: Show us your conky

Today's conky

Just because.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#2020 2024-02-27 09:28:57

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Show us your conky

Sector11 wrote:

Today's conky

Just because.

Excellent  wink

Offline

Board footer

Powered by FluxBB