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