#dzen2
New 𝟮𝟬𝟬 𝗠𝗕 𝗥𝗔𝗠 𝗙𝗿𝗲𝗲𝗕𝗦𝗗 𝗗𝗲𝘀𝗸𝘁𝗼𝗽 [200 MB RAM FreeBSD Desktop] article on vermaden.wordpress.com blog.

vermaden.wordpress.com/2026/01/18/2...

#verblog #desktop #dzen2 #freebsd #laptop #linux #openbox #pkgbase #tint2 #x11 #xlibre #xorg
January 18, 2026 at 8:43 AM
macOSは知らないけど以前Linux X環境で右上辺りに時計出すのはdzen2を使ってこうやってた
今もFirefoxやmpvでフルスクリーンの上に時計出せるのを確認⌚
Waylandは多分駄目(未確認)

dzen2_x=$((`xrandr | grep \\* | cut -f1 -dx` - 100 ))
while :; do
date +"%H:%M:%S"
sleep 1
done | dzen2 -p 1 -x ${dzen2_x} -y 12 -fn '12' -bg '#000000' -fg '#ffffff' […]
Original post on inari.opencocon.org
inari.opencocon.org
July 27, 2025 at 9:39 PM
s/xmobar/dzen2/
January 19, 2025 at 4:30 PM
taskbarみたいなのも全部要らなくなったのでxmonad.hsからdzen2, trayer, conkyを全部無効にした。
January 19, 2025 at 4:09 PM
dzen2を取っ払ってしまったので、代わりにtmuxのstatusbarを上に移動してみたけど全然見ないな。普段の視線がどこにあるのかがよくわかる。
January 19, 2025 at 4:09 PM
Its Dzen2 that I use :)

The thing that I LOVE about Dzen2 is that by default it refreshes every 5 minutes - not taking any resources in the background in the mean time - and when I CLICK on it with mouse - then it refreshes on demand.

I do not know any other 'taskbar' that have that feature.
November 11, 2025 at 11:46 PM
I always wonder ... what the fuck for this shit is running in the background of my #FreeBSD desktop based on Openbox/Tint2/Dzen2/... setup.

Everytime I kill them all with '-9' option ... nothing changes and everything still works.
November 11, 2025 at 10:42 PM