Logs: freenode/#xmonad
| 2021-01-06 17:18:16 | × | eblip quits (~eblip@unaffiliated/eblip) (Ping timeout: 240 seconds) |
| 2021-01-06 17:18:49 | × | eb0t quits (~eblip@unaffiliated/eblip) (Ping timeout: 268 seconds) |
| 2021-01-06 17:22:10 | × | ADG1089__ quits (~aditya@223.236.177.109) (Remote host closed the connection) |
| 2021-01-06 17:22:43 | → | ADG1089__ joins (~aditya@223.236.177.109) |
| 2021-01-06 17:24:44 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-01-06 17:27:36 | × | ADG1089__ quits (~aditya@223.236.177.109) (Remote host closed the connection) |
| 2021-01-06 17:27:50 | <al3x27> | Solid: ah, I started with that one as well. Not too bad, even if it's years old |
| 2021-01-06 17:40:57 | × | styledash quits (~styledash@157.230.173.136) (Quit: The Lounge - https://thelounge.chat) |
| 2021-01-06 17:41:41 | → | styledash joins (~styledash@157.230.173.136) |
| 2021-01-06 17:46:22 | → | andytoshi joins (~apoelstra@wpsoftware.net) |
| 2021-01-06 17:46:22 | × | andytoshi quits (~apoelstra@wpsoftware.net) (Changing host) |
| 2021-01-06 17:46:22 | → | andytoshi joins (~apoelstra@unaffiliated/andytoshi) |
| 2021-01-06 18:01:20 | × | geekosaur quits (ac3a8b92@172.58.139.146) (Ping timeout: 245 seconds) |
| 2021-01-06 18:02:53 | × | andytoshi quits (~apoelstra@unaffiliated/andytoshi) (Read error: Connection reset by peer) |
| 2021-01-06 18:08:18 | → | andytoshi joins (~apoelstra@unaffiliated/andytoshi) |
| 2021-01-06 18:12:13 | × | andytoshi quits (~apoelstra@unaffiliated/andytoshi) (Read error: Connection reset by peer) |
| 2021-01-06 18:12:30 | → | geekosaur joins (42d52137@66.213.33.55) |
| 2021-01-06 18:14:36 | × | al3x27 quits (~plovs@85.254.75.207) (Ping timeout: 240 seconds) |
| 2021-01-06 18:16:02 | → | kyali joins (~kyali@APN-123-253-144-gprs.simobil.net) |
| 2021-01-06 18:28:23 | → | andytoshi joins (~apoelstra@unaffiliated/andytoshi) |
| 2021-01-06 18:37:21 | <Solid> | mc47: I'm not sure what you mean by killing them once per restart |
| 2021-01-06 18:42:46 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-01-06 18:44:40 | → | ADG1089__ joins (~aditya@223.236.177.109) |
| 2021-01-06 18:49:50 | → | al3x27 joins (~plovs@85.254.75.207) |
| 2021-01-06 19:03:28 | → | berberman_ joins (~berberman@unaffiliated/berberman) |
| 2021-01-06 19:04:41 | × | berberman_ quits (~berberman@unaffiliated/berberman) (Max SendQ exceeded) |
| 2021-01-06 19:04:50 | × | berberman quits (~berberman@unaffiliated/berberman) (Ping timeout: 264 seconds) |
| 2021-01-06 19:05:09 | → | berberman joins (~berberman@unaffiliated/berberman) |
| 2021-01-06 19:10:18 | × | ADG1089__ quits (~aditya@223.236.177.109) (Remote host closed the connection) |
| 2021-01-06 19:10:58 | → | ADG1089__ joins (~aditya@223.236.177.109) |
| 2021-01-06 19:19:12 | <mc47> | Solid basically, something like `cleanupStatusBars >> spawnStatusBarAndRemember xmobar1 >> cleanUpStatusBars >> spawnStatusBarAndRemember xmobar2` would only result in xmobar2 getting started |
| 2021-01-06 19:19:20 | <mc47> | Granted, this isn't what someone would write in their config |
| 2021-01-06 19:20:34 | <mc47> | but I'm trying to play around with supporting multiple status bars, and if cleanUpStatusBars gets ignored in the second time (via a state that isn't persistent between restarts) then combining bars would be easy |
| 2021-01-06 19:22:59 | <Solid> | mc47: why not something like `traverse_ spawnStatusBarAndRemember [xmobar1, xmobar2] *> cleanUpStatusBars'? |
| 2021-01-06 19:23:37 | <Solid> | the other way around, that is :D |
| 2021-01-06 19:23:43 | <Solid> | don't want to spawn bars just to kill them |
| 2021-01-06 19:23:58 | <Solid> | but basically kill all bars at the start and then spawn what you need |
| 2021-01-06 19:24:03 | <Solid> | seems reasonable to me |
| 2021-01-06 19:27:12 | <mc47> | Well that would work, but the thing I'm trying to replace everything with a record (without changing the API) |
| 2021-01-06 19:28:08 | <mc47> | And the way I thought of to support multiple status bars is to reduce a list of records into a single record (by traversing the logHooks and the startupHooks that would be created by the records) |
| 2021-01-06 19:28:26 | <mc47> | Without actually caring about what's inside of the records |
| 2021-01-06 19:29:07 | <mc47> | It's a bit awkward with property-based logging though, because of the cleanUpStatusBars thing |
| 2021-01-06 19:32:10 | × | geekosaur quits (42d52137@66.213.33.55) (Ping timeout: 245 seconds) |
| 2021-01-06 19:34:09 | → | kidnextdoor joins (~igor@unaffiliated/imaginarius) |
| 2021-01-06 19:34:46 | <kidnextdoor> | hi, ive been following some documentation, and i dont even understand the documentation itself |
| 2021-01-06 19:36:32 | <kidnextdoor> | for 3 times now it was asked me to change one single line of xmonad.hs turning it different but i want the 3 modifications |
| 2021-01-06 19:37:34 | <kidnextdoor> | should i use xmonad $ docks defaults =<< dzen myConfig? |
| 2021-01-06 19:37:50 | <kidnextdoor> | or xmonad =<< dzen myConfig $ docks defaults ? |
| 2021-01-06 19:38:33 | <kidnextdoor> | or enve xmonad $ docks =<< dzen myConfig defaults ? |
| 2021-01-06 19:41:19 | × | thc202 quits (~thc202@unaffiliated/thc202) (Quit: thc202) |
| 2021-01-06 19:43:58 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:e826:4c07:b220:a42a) (Ping timeout: 260 seconds) |
| 2021-01-06 19:47:27 | → | geekosaur joins (42d52137@66.213.33.55) |
| 2021-01-06 19:52:07 | × | kidnextdoor quits (~igor@unaffiliated/imaginarius) (Quit: Leaving) |
| 2021-01-06 19:56:28 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:e475:5ea1:1ccc:d1ed) |
| 2021-01-06 19:59:44 | <mc47> | ?tell kidnextdoor it should be `xmonad =<< dzen $ def { modMask = myModMask, .. }` |
| 2021-01-06 19:59:44 | <lambdabot> | Consider it noted. |
| 2021-01-06 20:01:10 | × | mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-01-06 20:12:53 | → | ADG1089_ joins (~aditya@171.76.136.168) |
| 2021-01-06 20:13:31 | × | ADG1089__ quits (~aditya@223.236.177.109) (Ping timeout: 246 seconds) |
| 2021-01-06 20:24:18 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-01-06 20:30:49 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-01-06 20:45:56 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-01-06 20:49:20 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-01-06 20:52:25 | × | notis quits (~notis@45.134.22.54) (Ping timeout: 264 seconds) |
| 2021-01-06 20:54:15 | → | notis joins (~notis@185.51.134.230) |
| 2021-01-06 20:56:10 | × | evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Ping timeout: 256 seconds) |
| 2021-01-06 21:00:23 | → | evanjs joins (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-01-06 21:05:13 | → | cyr4x3 joins (~cyr4x3@139.47.121.51) |
| 2021-01-06 21:06:13 | × | cyr4x3 quits (~cyr4x3@139.47.121.51) (Client Quit) |
| 2021-01-06 21:27:22 | × | ADG1089_ quits (~aditya@171.76.136.168) (Read error: Connection reset by peer) |
| 2021-01-06 21:28:09 | → | ADG1089_ joins (~aditya@171.79.107.193) |
| 2021-01-06 21:35:33 | × | geekosaur quits (42d52137@66.213.33.55) (Remote host closed the connection) |
| 2021-01-06 21:51:09 | → | nova joins (~novasenco@gateway/tor-sasl/novasenco) |
| 2021-01-06 22:00:03 | × | hexo quits (~hexo@gateway/tor-sasl/hexo) (Ping timeout: 240 seconds) |
| 2021-01-06 22:00:31 | → | hexo joins (~hexo@gateway/tor-sasl/hexo) |
| 2021-01-06 22:09:01 | × | kyali quits (~kyali@APN-123-253-144-gprs.simobil.net) (Ping timeout: 246 seconds) |
| 2021-01-06 22:11:06 | × | nova quits (~novasenco@gateway/tor-sasl/novasenco) (Remote host closed the connection) |
| 2021-01-06 22:39:03 | → | kyali joins (~kyali@APN-123-253-144-gprs.simobil.net) |
| 2021-01-06 22:42:36 | × | ADG1089_ quits (~aditya@171.79.107.193) (Remote host closed the connection) |
| 2021-01-06 23:03:01 | × | seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq) |
| 2021-01-06 23:04:36 | × | kyali quits (~kyali@APN-123-253-144-gprs.simobil.net) (Ping timeout: 240 seconds) |
| 2021-01-06 23:29:24 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-01-06 23:30:10 | → | growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net) |
| 2021-01-06 23:56:15 | × | alourie quits (31bcffba@49.188.255.186) (Remote host closed the connection) |
| 2021-01-07 00:21:19 | × | notis quits (~notis@185.51.134.230) (Ping timeout: 246 seconds) |
| 2021-01-07 00:26:24 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
| 2021-01-07 00:30:51 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-01-07 00:37:12 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-01-07 00:39:56 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 240 seconds) |
| 2021-01-07 00:39:56 | palo1 | is now known as palo |
| 2021-01-07 01:47:22 | × | al3x27 quits (~plovs@85.254.75.207) (Ping timeout: 272 seconds) |
| 2021-01-07 02:27:13 | def_jam | is now known as eb0t |
| 2021-01-07 02:27:28 | eb0t_ | is now known as eblip |
| 2021-01-07 02:39:13 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 246 seconds) |
| 2021-01-07 02:51:11 | → | abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-01-07 02:58:16 | × | ke4pcx quits (~ke4pcx@024-158-093-129.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-01-07 02:58:53 | → | ke4pcx joins (~ke4pcx@024-158-093-129.res.spectrum.com) |
| 2021-01-07 03:25:54 | → | sszark joins (~sszark@h-213-180.A392.priv.bahnhof.se) |
| 2021-01-07 03:26:52 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-01-07 03:52:10 | × | theDon quits (~td@94.134.91.66) (Ping timeout: 256 seconds) |
All times are in UTC.