| 2022-08-20 00:11:57 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:4100:194d:beae:942b:9603) (Ping timeout: 268 seconds) |
| 2022-08-20 01:27:53 +0000 | catman | (~catman@user/catman) (Ping timeout: 256 seconds) |
| 2022-08-20 01:29:50 +0000 | catman | (~catman@user/catman) |
| 2022-08-20 01:45:42 +0000 | bla | (~bla@83.6.128.205.ipv4.supernova.orange.pl) |
| 2022-08-20 01:46:23 +0000 | blaa | (~bla@79.191.157.121.ipv4.supernova.orange.pl) (Ping timeout: 252 seconds) |
| 2022-08-20 02:03:59 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 2022-08-20 02:22:27 +0000 | td_ | (~td@94.134.91.58) (Ping timeout: 248 seconds) |
| 2022-08-20 02:24:09 +0000 | td_ | (~td@muedsl-82-207-238-122.citykom.de) |
| 2022-08-20 02:24:55 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2022-08-20 04:46:27 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds) |
| 2022-08-20 05:12:03 +0000 | thunderrd | (~thunderrd@183.182.110.20) (Ping timeout: 248 seconds) |
| 2022-08-20 05:14:26 +0000 | twiclo1 | (~twiclo@mail.twil.cx) |
| 2022-08-20 05:59:51 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-20 07:31:41 +0000 | sogens | (~sogens@211.30.36.43) (Ping timeout: 256 seconds) |
| 2022-08-20 07:33:41 +0000 | sogens | (~sogens@154.16.81.219) |
| 2022-08-20 08:52:58 +0000 | logzet | (~quassel@2001:9e8:e506:8f00:dabb:c1ff:fed3:a1b9) |
| 2022-08-20 09:00:19 +0000 | Florian[m]1 | (~qe7ftcyrp@2001:470:69fc:105::2:4ea8) (Quit: You have been kicked for being idle) |
| 2022-08-20 09:00:34 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-08-20 09:02:32 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (Quit: bye!) |
| 2022-08-20 09:08:19 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 248 seconds) |
| 2022-08-20 10:02:58 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-08-20 13:08:33 +0000 | zawaken | (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-nightly-20220808-32d4a4d5 - https://znc.in) |
| 2022-08-20 13:12:54 +0000 | zawaken | (~zawaken@user/zawaken) |
| 2022-08-20 13:21:50 +0000 | zawaken | (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-nightly-20220808-32d4a4d5 - https://znc.in) |
| 2022-08-20 13:24:48 +0000 | zawaken | (~zawaken@user/zawaken) |
| 2022-08-20 14:26:04 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) |
| 2022-08-20 14:35:49 +0000 | <Maeda> | Hi! Is it possible to add a custom String instead of "Select password:" in the https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-Prompt-Pass.html ? |
| 2022-08-20 14:36:02 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
| 2022-08-20 14:37:36 +0000 | <geekosaur> | looks like you'd need to modify it |
| 2022-08-20 14:37:44 +0000 | <Maeda> | BTW, the first link to Xmonad.Prompt seems broken (https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad.Prompt) |
| 2022-08-20 14:38:04 +0000 | <geekosaur> | look for passPrompt in https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/src/XMonad-Prompt-Pass.html |
| 2022-08-20 14:38:15 +0000 | <geekosaur> | also we're on 0.17.0 these days, not 0.13 |
| 2022-08-20 14:39:17 +0000 | <geekosaur> | still true in 0.17.0, it looks like, re overriding the password prompt |
| 2022-08-20 14:39:48 +0000 | <geekosaur> | the link is fixed though |
| 2022-08-20 14:39:56 +0000 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Prompt-Pass.html |
| 2022-08-20 14:40:05 +0000 | <Maeda> | Indeed, 0.17 :) |
| 2022-08-20 14:40:49 +0000 | <geekosaur> | it's still the passPrompt function you'd need to modify (or provide an alternative for) |
| 2022-08-20 14:42:24 +0000 | <Maeda> | I was previously using this: http://jdost.us/2014/07/16/xmonad-password-prompt.html. And it contained a string I can modify for the prompt, can I still somehow merge this content with Prompt.Pass? |
| 2022-08-20 14:42:48 +0000 | <geekosaur> | not directly, without modifying Prompt.Pass |
| 2022-08-20 14:43:15 +0000 | <Maeda> | OK then only solution is the passPrompt function to modify |
| 2022-08-20 14:43:18 +0000 | <geekosaur> | it doesn't currently expose a way to set the prompt, although as it's written I don't think there's a reason it couldn |
| 2022-08-20 14:43:20 +0000 | <geekosaur> | 't |
| 2022-08-20 14:43:36 +0000 | <Maeda> | Hard to implement? |
| 2022-08-20 14:44:10 +0000 | <geekosaur> | not very |
| 2022-08-20 14:44:29 +0000 | <Maeda> | The reason behind is that when showing up, we have no idea of the root "folders" to search for. I would like to (at least) see the root folders (hence writing them in the prompt). |
| 2022-08-20 14:45:07 +0000 | <geekosaur> | the usual convention is that passPrompt would be modified to invoke a new function passPrompt' whoch would be passed the prompt, then you could use passPrompt' instead of passPrompt in your keybinding |
| 2022-08-20 14:45:18 +0000 | <geekosaur> | probably similar with the other functions |
| 2022-08-20 14:50:24 +0000 | <Maeda> | I changed to Prompt.Pass because getting errors with "mkComplFunFromList" after recent xmonad updates, otherwise would have keep it. |
| 2022-08-20 14:50:43 +0000 | thunderrd | (~thunderrd@183.182.110.20) |
| 2022-08-20 14:51:49 +0000 | <Maeda> | What's better: see why "old" code that has the ability to change the prompt string is not working anymore. Or do something new with Prompt.Pass? |
| 2022-08-20 14:52:08 +0000 | <geekosaur> | I'm making a modified XMonad.Prompt.Pass in a paste |
| 2022-08-20 14:52:24 +0000 | <geekosaur> | you would put it in lib/XMonad/Prompt/Pass.hs |
| 2022-08-20 14:53:28 +0000 | <Maeda> | Wow great! I do not have high skills in Haskell, trying to improve :) |
| 2022-08-20 14:59:06 +0000 | <geekosaur> | it's fairly simple, just a lot of busywork |
| 2022-08-20 14:59:32 +0000 | <geekosaur> | it's actually well designed for this kind of change |
| 2022-08-20 15:04:43 +0000 | <geekosaur> | https://paste.tomsmeding.com/LkpF8UJL not tested but I think it's right |
| 2022-08-20 15:04:53 +0000 | <geekosaur> | the changes are fairly formulaic |
| 2022-08-20 15:07:29 +0000 | <Maeda> | That pass.hs is then "hard coded", it might have issues later if the main one is changing too much? |
| 2022-08-20 15:09:29 +0000 | <geekosaur> | hm? |
| 2022-08-20 15:09:51 +0000 | <geekosaur> | I'm about to test it locally, in a branch of my xmonad-contrib tree so I can submit it officially afterward |
| 2022-08-20 15:10:28 +0000 | <geekosaur> | that'll include adding a little more documentation since currently the examples don't include it |
| 2022-08-20 15:11:12 +0000 | <Maeda> | geekosaur: Indeed but that could be a good idea (because not easy to see first "folders"). That is not a high prio of course |
| 2022-08-20 15:12:51 +0000 | Maeda | can see the "-- | The same as 'passPrompt' but with a user-specified prompt." ;) |
| 2022-08-20 15:13:56 +0000 | <geekosaur> | yes, the individual functions are commented but the examples at the top lack one for these new functions |
| 2022-08-20 15:14:29 +0000 | <Maeda> | true |
| 2022-08-20 15:15:33 +0000 | <geekosaur> | just pushed the button 🙂 will know shortly if I need to make changes |
| 2022-08-20 15:19:02 +0000 | <geekosaur> | or not so shortly; this version of ghc isn't smart enough to realize it doesn't have to do a full recompile 🙂 |
| 2022-08-20 15:19:20 +0000 | <geekosaur> | looks like you're good to go |
| 2022-08-20 15:19:43 +0000 | <geekosaur> | the nature of these changes is such that any problem would have shown while compiling |
| 2022-08-20 15:19:59 +0000 | <geekosaur> | didn't cange any functionality aside from plumbing for the prompt |
| 2022-08-20 15:25:14 +0000 | mc47 | (~mc47@xmonad/TheMC47) |
| 2022-08-20 15:25:51 +0000 | <mc47> | Hi folks, how are you doing? |
| 2022-08-20 15:26:03 +0000 | <mc47> | and why is Solid complaining about Munich? ;) |
| 2022-08-20 15:29:05 +0000 | <Maeda> | geekosaur: Glad to hear it. Thanks :). Looking forward to the official release in my distribution. |
| 2022-08-20 15:31:31 +0000 | <geekosaur> | https://github.com/xmonad/xmonad-contrib/pull/745 |
| 2022-08-20 15:31:57 +0000 | <geekosaur> | oh wait, we have a bot now. should catch nup in a few minutes |
| 2022-08-20 15:34:02 +0000 | <xmonadtrack> | New xmonad-contrib branch created: pull/745 (2 commits) https://github.com/xmonad/xmonad-contrib/pull/745 |
| 2022-08-20 15:34:02 +0000 | <xmonadtrack> | xmonad-contrib Brandon S Allbery KF8NH https://github.com/xmonad/xmonad-contrib/pull/745 * v0.17.0-215-g1313137b: versions of pass functions with user-specified prompt (12 minutes ago, 1 file, 35+ 6-) https://github.com/xmonad/xmonad-contrib/commit/1313137bda59 |
| 2022-08-20 15:34:02 +0000 | <xmonadtrack> | xmonad-contrib Brandon S Allbery KF8NH https://github.com/xmonad/xmonad-contrib/pull/745 * v0.17.0-216-g3f31b27b: update CHANGES.md (6 minutes ago, 1 file, 5+ 0-) https://github.com/xmonad/xmonad-contrib/commit/3f31b27be42d |
| 2022-08-20 15:47:01 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-08-20 15:51:05 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-08-20 15:51:41 +0000 | <Maeda> | :) |
| 2022-08-20 15:53:07 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 2022-08-20 15:53:24 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-08-20 15:56:01 +0000 | <Maeda> | For reference, I have a github profile: Maeda1 |
| 2022-08-20 15:56:04 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 2022-08-20 15:56:19 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-08-20 16:00:17 +0000 | the-third-realm[ | (~the-third@2001:470:69fc:105::1:c326) (Quit: You have been kicked for being idle) |
| 2022-08-20 16:25:58 +0000 | <geekosaur> | mc47, doing about as well as can be expected considering |
| 2022-08-20 16:30:59 +0000 | catman | (~catman@user/catman) (Ping timeout: 248 seconds) |
| 2022-08-20 16:33:12 +0000 | catman | (~catman@user/catman) |
| 2022-08-20 16:54:08 +0000 | catman | (~catman@user/catman) (Quit: WeeChat 3.6) |
| 2022-08-20 16:58:03 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:4100:8951:37:5070:7277) |
| 2022-08-20 17:15:47 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:4100:8951:37:5070:7277) (Ping timeout: 248 seconds) |
| 2022-08-20 17:22:41 +0000 | catman | (~catman@user/catman) |
| 2022-08-20 17:29:07 +0000 | catman | (~catman@user/catman) (Ping timeout: 248 seconds) |
| 2022-08-20 17:34:47 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds) |
| 2022-08-20 17:37:38 +0000 | yuu[m] | (~yuum]@2001:470:69fc:105::8a6) (Quit: Reconnecting) |
| 2022-08-20 17:38:01 +0000 | yuu[m] | (~yuum]@2001:470:69fc:105::8a6) |
| 2022-08-20 18:03:54 +0000 | <^[> | Is there a non-deprecated alternative to multiPP from X.H.DynamicBars? |
| 2022-08-20 18:11:50 +0000 | <geekosaur> | doesn't look like it. mc47? |
| 2022-08-20 18:28:28 +0000 | qbt | (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-08-20 18:40:07 +0000 | <mc47> | nope, mostly beacuse I didn't understand what it does. What are you trying to do? |
| 2022-08-20 18:49:50 +0000 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-08-20 18:50:28 +0000 | <liskin> | shouldn't be hard to provide one as X.H.StatusBar has X PP everywhere |
| 2022-08-20 18:51:00 +0000 | <liskin> | having an ifActiveScreen :: PP -> PP -> X PP would be easy |
| 2022-08-20 18:51:07 +0000 | <liskin> | X PP -> X PP -> X PP even. |
| 2022-08-20 18:53:01 +0000 | <liskin> | (it's easier with X.H.StatusBar because we ignore ppOutput in there) |
| 2022-08-20 19:34:58 +0000 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-08-20 19:41:54 +0000 | <^[> | I use multiPP to highlight the visible workspace label on the active screen. |
| 2022-08-20 19:49:11 +0000 | <^[> | I'm not sure if I'm using the new bar infrastructure wrong, but I find that I have to use logTitleOnScreen and logLayoutOnScreen manually. |
| 2022-08-20 19:49:41 +0000 | <^[> | I think that was taken care of automatically before. |
| 2022-08-20 20:08:42 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:4100:595d:9ae5:1b71:8d3d) |
| 2022-08-20 20:17:33 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (Quit: --> []) |
| 2022-08-20 20:38:01 +0000 | [Leary] | (~Leary]@122-58-223-158-adsl.sparkbb.co.nz) (Changing host) |
| 2022-08-20 20:38:01 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) |
| 2022-08-20 20:41:37 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) (Ping timeout: 256 seconds) |
| 2022-08-20 21:19:37 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 2022-08-20 22:11:06 +0000 | sogens | (~sogens@154.16.81.219) (Quit: WeeChat 3.5) |
| 2022-08-20 22:16:40 +0000 | ChaoticMist[m] | (~gilganixm@2001:470:69fc:105::3d09) () |
| 2022-08-20 22:28:30 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-08-20 23:20:03 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:4100:595d:9ae5:1b71:8d3d) (Ping timeout: 248 seconds) |
| 2022-08-20 23:50:44 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |