2021/07/09

2021-07-09 00:07:35 +0200diaspora[m](~diasporae@2001:470:69fc:105::93e)
2021-07-09 00:30:09 +0200slep(~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Quit: No Ping reply in 180 seconds.)
2021-07-09 00:30:22 +0200slep(~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net)
2021-07-09 00:58:07 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2021-07-09 01:07:45 +0200werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
2021-07-09 01:57:42 +0200cjb(~cjb@user/cjb)
2021-07-09 02:53:51 +0200cjb(~cjb@user/cjb) (Ping timeout: 246 seconds)
2021-07-09 04:03:27 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
2021-07-09 04:23:27 +0200td_(~td@94.134.91.165) (Ping timeout: 258 seconds)
2021-07-09 04:24:00 +0200banc(banc@gateway/vpn/airvpn/banc)
2021-07-09 04:25:08 +0200td_(~td@muedsl-82-207-238-014.citykom.de)
2021-07-09 05:36:55 +0200luna_(~luna@124.205.197.98)
2021-07-09 05:42:18 +0200luna_(~luna@124.205.197.98) ()
2021-07-09 05:56:56 +0200thunderrd(~thunderrd@183.182.115.39)
2021-07-09 06:03:11 +0200FatBoyXPC(~FatBoyXPC@user/fatboyxpc)
2021-07-09 06:26:15 +0200^[(~user@user//x-8473491) (Read error: Connection reset by peer)
2021-07-09 06:26:43 +0200^[(~user@user//x-8473491)
2021-07-09 09:07:36 +0200thunderrd(~thunderrd@183.182.115.39) (Ping timeout: 272 seconds)
2021-07-09 09:27:45 +0200rhett(Username@174-126-122-77.cpe.sparklight.net)
2021-07-09 09:27:53 +0200rhett(Username@174-126-122-77.cpe.sparklight.net) (Excess Flood)
2021-07-09 09:49:41 +0200cfricke(~cfricke@user/cfricke)
2021-07-09 10:17:55 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-09 10:17:57 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-09 11:15:55 +0200yosafbridge(~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving)
2021-07-09 11:16:39 +0200yosafbridge(~yosafbrid@static.38.6.217.95.clients.your-server.de)
2021-07-09 13:35:08 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-07-09 16:07:43 +0200allbery_bgeekosaur
2021-07-09 16:33:02 +0200thunderrd(~thunderrd@183.182.114.211)
2021-07-09 17:39:00 +0200thunderrd(~thunderrd@183.182.114.211) (Remote host closed the connection)
2021-07-09 17:40:10 +0200thunderrd(~thunderrd@183.182.114.211)
2021-07-09 18:07:42 +0200rednaZ[m](~r3dnazmat@2001:470:69fc:105::ba70)
2021-07-09 18:25:09 +0200seschwar(~seschwar@user/seschwar)
2021-07-09 19:01:55 +0200niemand(~niemand@p2e52f111.dip0.t-ipconnect.de)
2021-07-09 19:02:08 +0200niemand(~niemand@p2e52f111.dip0.t-ipconnect.de) ()
2021-07-09 19:44:35 +0200lambdanon(~user@2a00:23c6:7606:e200:2748:230b:c254:3926)
2021-07-09 19:44:52 +0200 <lambdanon> Hey there, I'm trying to get the default XMonadPP to work, but it's not updating
2021-07-09 19:45:22 +0200 <lambdanon> https://bpa.st/SWIQ
2021-07-09 19:45:52 +0200 <lambdanon> Note: elsewhere I defined myBar = "xmobar
2021-07-09 19:52:54 +0200 <lambdanon> Got it! Had to s/XMonadLog/StdinReader
2021-07-09 20:24:13 +0200lambdanon(~user@2a00:23c6:7606:e200:2748:230b:c254:3926) (Remote host closed the connection)
2021-07-09 22:23:29 +0200Guest42(~Guest42@124.40.244.150)
2021-07-09 22:26:36 +0200 <Guest42> I am looking at a way to display current window title in the middle of xmobar. A hacky solution I came out with is to use StatusBarPropto to log title into a different property. Something like follows:
2021-07-09 22:27:00 +0200 <Guest42> xmobar1Top = (statusBarPropTo "_XMONAD_LOG_0_TOP" "xmobar -x 1 --dock ~/.xmonad/xmobarrc.hs" (clickablePP $ myXmobarPP))
2021-07-09 22:27:00 +0200 <Guest42> xmobarTitle = (statusBarPropTo "_XMONAD_LOG_TITLE" "while :;do sleep 5; done" (pure myXmobarTitlePP))
2021-07-09 22:27:56 +0200 <Guest42> In xmobarrc use:
2021-07-09 22:27:58 +0200 <Guest42> , Run UnsafeXPropertyLog "_XMONAD_LOG_0_TOP"
2021-07-09 22:27:58 +0200 <Guest42> , Run UnsafeXPropertyLog "_XMONAD_LOG_TITLE"
2021-07-09 22:28:15 +0200 <Guest42> Looks very hacky. Is there a cleaner way of doing this?
2021-07-09 22:36:39 +0200 <Guest42> any1. please.
2021-07-09 22:37:53 +0200 <^[> Guest42: I think X.H.DynamicLog can take care of that for you.
2021-07-09 22:53:37 +0200 <Guest42> How do I use it? Not able to figure out :(
2021-07-09 22:57:53 +0200Guest42(~Guest42@124.40.244.150) (Quit: Client closed)
2021-07-09 23:20:58 +0200^[(~user@user//x-8473491) (Ping timeout: 240 seconds)
2021-07-09 23:22:40 +0200^[(~user@user//x-8473491)
2021-07-09 23:29:08 +0200^[(~user@user//x-8473491) (Ping timeout: 255 seconds)
2021-07-09 23:51:13 +0200^[(~user@user//x-8473491)