What is yours ?
A quick glance atWhat is yours ?
htop if something feels off #!/usr/local/bin/bash
while [ : ]
do
clear
ps -ww -vv | grep "$1" | grep -v COMMAND | cut -c 69-$((69+$(tput cols))) | sort | uniq
sleep .2
read -n1 -t.1
[ $? = 0 ] && exit 0
done
#!/usr/bin/bash
#eumetsat.sh
IMAGE=EUMETSAT_MSG_RGBNatColourEnhncd_WesternEurope.jpg
SOURCE="https://eumetview.eumetsat.int/static-images/latestImages"
cd /tmp
wget "${SOURCE}/$IMAGE"
datestr=$(date -Iminutes)
img=$(basename $IMAGE .jpg)
name="$img-${datestr}.jpg"
cp $IMAGE ${HOME}/eumetsat/$name
magick "$IMAGE" -crop 1278x852+0+0 "$IMAGE"
# screen update
# windowmaker: wmsetbg
wmsetbg $IMAGE
# kde plasma: use media frame widget
# generic X11: use xwallpaper
# xwallpaper --center $IMAGE
rm -f $IMAGE
cd -
Thanks for the idea!The black FreeBSD logo become white when i receive email.
View attachment 25017
It consumes a lot of system resources. This is for powerful PCs. But otherwise, yes, it's beautiful.What is yours ?
AlfredoLlaquet, you have working RAM usage sensors with Plasma on FreeBSD?! Could you tell me which FreeBSD version you are using and if with ZFS or UFS? Or if you did something to make it work? AFAIK, it always reports full memory usage; astyle can you confirm this?I guess this counts as monitoring. It's part of my Plasma taskbar. A lot of widgets. The dials show swap, RAM, and CPU.
View attachment 25016
What is yours ?
View attachment 25005
I am waiting for those config files and a guide how to set them up and running...you got a fetish problem dude
I'am rebuilding my Fvwm configs from 8 years ago,soon I post screenshots
I had to try for a while different setups until I finally made it work. I don't remember exactly what I did. I'm sorry. I don't want to invest time in this topic either. Sorry for being a jerk. At least I replied.AlfredoLlaquet, you have working RAM usage sensors with Plasma on FreeBSD?! Could you tell me which FreeBSD version you are using and if with ZFS or UFS? Or if you did something to make it work? AFAIK, it always reports full memory usage; astyle can you confirm this?
No problem, just knowing that it is possible is already useful. Thank you for your reply.I had to try for a while different setups until I finally made it work. I don't remember exactly what I did. I'm sorry. I don't want to invest time in this topic either. Sorry for being a jerk. At least I replied.