| 2021-07-09 00:53:51 +0000 | cjb | (~cjb@user/cjb) (Ping timeout: 246 seconds) |
| 2021-07-09 02:03:27 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 2021-07-09 02:23:27 +0000 | td_ | (~td@94.134.91.165) (Ping timeout: 258 seconds) |
| 2021-07-09 02:24:00 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2021-07-09 02:25:08 +0000 | td_ | (~td@muedsl-82-207-238-014.citykom.de) |
| 2021-07-09 03:36:55 +0000 | luna_ | (~luna@124.205.197.98) |
| 2021-07-09 03:42:18 +0000 | luna_ | (~luna@124.205.197.98) () |
| 2021-07-09 03:56:56 +0000 | thunderrd | (~thunderrd@183.182.115.39) |
| 2021-07-09 04:03:11 +0000 | FatBoyXPC | (~FatBoyXPC@user/fatboyxpc) |
| 2021-07-09 04:26:15 +0000 | ^[ | (~user@user//x-8473491) (Read error: Connection reset by peer) |
| 2021-07-09 04:26:43 +0000 | ^[ | (~user@user//x-8473491) |
| 2021-07-09 07:07:36 +0000 | thunderrd | (~thunderrd@183.182.115.39) (Ping timeout: 272 seconds) |
| 2021-07-09 07:27:45 +0000 | rhett | (Username@174-126-122-77.cpe.sparklight.net) |
| 2021-07-09 07:27:53 +0000 | rhett | (Username@174-126-122-77.cpe.sparklight.net) (Excess Flood) |
| 2021-07-09 07:49:41 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2021-07-09 08:17:55 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-07-09 08:17:57 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2021-07-09 09:15:55 +0000 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Quit: Leaving) |
| 2021-07-09 09:16:39 +0000 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2021-07-09 11:35:08 +0000 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.2) |
| 2021-07-09 14:07:43 +0000 | allbery_b | geekosaur |
| 2021-07-09 14:33:02 +0000 | thunderrd | (~thunderrd@183.182.114.211) |
| 2021-07-09 15:39:00 +0000 | thunderrd | (~thunderrd@183.182.114.211) (Remote host closed the connection) |
| 2021-07-09 15:40:10 +0000 | thunderrd | (~thunderrd@183.182.114.211) |
| 2021-07-09 16:07:42 +0000 | rednaZ[m] | (~r3dnazmat@2001:470:69fc:105::ba70) |
| 2021-07-09 16:25:09 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2021-07-09 17:01:55 +0000 | niemand | (~niemand@p2e52f111.dip0.t-ipconnect.de) |
| 2021-07-09 17:02:08 +0000 | niemand | (~niemand@p2e52f111.dip0.t-ipconnect.de) () |
| 2021-07-09 17:44:35 +0000 | lambdanon | (~user@2a00:23c6:7606:e200:2748:230b:c254:3926) |
| 2021-07-09 17:44:52 +0000 | <lambdanon> | Hey there, I'm trying to get the default XMonadPP to work, but it's not updating |
| 2021-07-09 17:45:22 +0000 | <lambdanon> | https://bpa.st/SWIQ |
| 2021-07-09 17:45:52 +0000 | <lambdanon> | Note: elsewhere I defined myBar = "xmobar |
| 2021-07-09 17:52:54 +0000 | <lambdanon> | Got it! Had to s/XMonadLog/StdinReader |
| 2021-07-09 18:24:13 +0000 | lambdanon | (~user@2a00:23c6:7606:e200:2748:230b:c254:3926) (Remote host closed the connection) |
| 2021-07-09 20:23:29 +0000 | Guest42 | (~Guest42@124.40.244.150) |
| 2021-07-09 20:26:36 +0000 | <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 20:27:00 +0000 | <Guest42> | xmobar1Top = (statusBarPropTo "_XMONAD_LOG_0_TOP" "xmobar -x 1 --dock ~/.xmonad/xmobarrc.hs" (clickablePP $ myXmobarPP)) |
| 2021-07-09 20:27:00 +0000 | <Guest42> | xmobarTitle = (statusBarPropTo "_XMONAD_LOG_TITLE" "while :;do sleep 5; done" (pure myXmobarTitlePP)) |
| 2021-07-09 20:27:56 +0000 | <Guest42> | In xmobarrc use: |
| 2021-07-09 20:27:58 +0000 | <Guest42> | , Run UnsafeXPropertyLog "_XMONAD_LOG_0_TOP" |
| 2021-07-09 20:27:58 +0000 | <Guest42> | , Run UnsafeXPropertyLog "_XMONAD_LOG_TITLE" |
| 2021-07-09 20:28:15 +0000 | <Guest42> | Looks very hacky. Is there a cleaner way of doing this? |
| 2021-07-09 20:36:39 +0000 | <Guest42> | any1. please. |
| 2021-07-09 20:37:53 +0000 | <^[> | Guest42: I think X.H.DynamicLog can take care of that for you. |
| 2021-07-09 20:53:37 +0000 | <Guest42> | How do I use it? Not able to figure out :( |
| 2021-07-09 20:57:53 +0000 | Guest42 | (~Guest42@124.40.244.150) (Quit: Client closed) |
| 2021-07-09 21:20:58 +0000 | ^[ | (~user@user//x-8473491) (Ping timeout: 240 seconds) |
| 2021-07-09 21:22:40 +0000 | ^[ | (~user@user//x-8473491) |
| 2021-07-09 21:29:08 +0000 | ^[ | (~user@user//x-8473491) (Ping timeout: 255 seconds) |
| 2021-07-09 21:51:13 +0000 | ^[ | (~user@user//x-8473491) |
| 2021-07-09 22:24:35 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-07-09 22:26:47 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-07-09 22:29:22 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-07-09 22:54:33 +0000 | smtnet3 | (~asdfasdfa@202.36.244.28) |
| 2021-07-09 23:40:54 +0000 | fizzie | (irc@selene.zem.fi) (Quit: connection reset by purr) |
| 2021-07-09 23:41:46 +0000 | fizzie | (irc@selene.zem.fi) |