Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 299 300 301 302 303 304 305 306 307 308 309 .. 1847
184,692 events total
2021-11-02 09:00:12 mc47 joins (~mc47@xmonad/TheMC47)
2021-11-02 09:00:49 × cyr4x3 quits (~cyr4x3@139.47.115.87) (Quit: WeeChat 2.3)
2021-11-02 09:01:02 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-11-02 09:01:11 cyr4x3 joins (~cyr4x3@139.47.115.87)
2021-11-02 09:04:37 geekosaur joins (~geekosaur@xmonad/geekosaur)
2021-11-02 09:37:32 <liskin> geekosaur: the release itself didn't get much of a reaction so few people read the announcement :-/
2021-11-02 09:37:44 <liskin> geekosaur: I can tweet about the logo contest specifically though
2021-11-02 09:47:58 <sibi> Probably we can reach out to Tyson Tan. I loved his Kate icon. More details here: https://kate-editor.org/post/2020/2020-01-25-new-kate-icon/
2021-11-02 10:10:31 × mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 268 seconds)
2021-11-02 10:24:25 × cyr4x3 quits (~cyr4x3@139.47.115.87) (Quit: WeeChat 2.3)
2021-11-02 10:24:40 cyr4x3 joins (~cyr4x3@139.47.115.87)
2021-11-02 10:28:00 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2021-11-02 10:28:30 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Client Quit)
2021-11-02 10:43:39 × cyr4x3 quits (~cyr4x3@139.47.115.87) (Quit: WeeChat 2.3)
2021-11-02 12:07:22 mc47 joins (~mc47@xmonad/TheMC47)
2021-11-02 12:13:50 × mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 268 seconds)
2021-11-02 12:25:43 Ainoretho joins (~ypw@huji-132-64-245-223.xt.huji.ac.il)
2021-11-02 12:25:50 × Ainoretho quits (~ypw@huji-132-64-245-223.xt.huji.ac.il) (Client Quit)
2021-11-02 12:28:46 Ainoretho joins (~ypw@huji-132-64-245-223.xt.huji.ac.il)
2021-11-02 12:30:02 × Ainoretho quits (~ypw@huji-132-64-245-223.xt.huji.ac.il) (Client Quit)
2021-11-02 12:30:16 Ainoretho joins (~ypw@huji-132-64-245-223.xt.huji.ac.il)
2021-11-02 12:31:47 × Ainoretho quits (~ypw@huji-132-64-245-223.xt.huji.ac.il) (Client Quit)
2021-11-02 12:32:02 Ainoretho joins (~ypw@huji-132-64-245-223.xt.huji.ac.il)
2021-11-02 12:37:02 × Ainoretho quits (~ypw@huji-132-64-245-223.xt.huji.ac.il) (Quit: WeeChat 3.3)
2021-11-02 13:05:43 nomadxxxx3 joins (~lanomadx@208.91.66.247)
2021-11-02 13:06:46 × nomadxx3 quits (~lanomadx@208.91.67.219) (Ping timeout: 245 seconds)
2021-11-02 13:09:25 geekosaur wonders if we can package up the logic for workspace-switching keys as a helper function in place of the scary-looking list comprehension
2021-11-02 13:35:53 <FOSSHuman[m]> Hello everyone, I was wondering how I would show an icon for example when XMonad is on a certain layout, I've tried this: `ppLayout = \l -> xmobarColor ...` and ghc returns the error that `String` was expected but `String -> String` was found, I wanted to use an if statement to see which layout I'm on currently and then print an icon to XMobar depending on the layout... How would I do this?
2021-11-02 13:36:22 <FOSSHuman[m]> s///, s/see/check/
2021-11-02 13:37:48 <FOSSHuman[m]> Then I also added at the end `if l == "Spacing Tall" then hPutStrLn "example" else "example_a"` as an example to see if it would work, but experienced more errors...
2021-11-02 13:37:58 <FOSSHuman[m]> * "example" else hPutStrLn "example_a"` as
2021-11-02 13:39:02 FOSS_Human joins (~lol111@user/foss-human/x-0231813)
2021-11-02 13:40:51 FOSS_Human parts (~lol111@user/foss-human/x-0231813) ()
2021-11-02 13:48:30 <geekosaur> can you provide a paste of a more complete failing example?
2021-11-02 13:48:34 <geekosaur> @where paste
2021-11-02 13:48:34 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2021-11-02 13:49:18 <geekosaur> and you can't do putStrLn or other IO in there
2021-11-02 13:50:39 <geekosaur> ppLayout :: String -> String -- not IO String
2021-11-02 14:33:25 <FOSSHuman[m]> <geekosaur> "can you provide a paste of a..." <- k, I've made a paste with the PutStrLn bits removed: https://paste.tomsmeding.com/Qkp88xVa
2021-11-02 14:34:43 mc47 joins (~mc47@xmonad/TheMC47)
2021-11-02 14:35:49 <geekosaur> yeh, that looks wrong, you
2021-11-02 14:35:50 <geekosaur> 'er
2021-11-02 14:36:07 <geekosaur> you're passing the if expression as a parameter to pad, which doesn't take a parameter
2021-11-02 14:37:03 <FOSSHuman[m]> oh k, so how would I add an if expression to this for example?
2021-11-02 14:37:04 <geekosaur> https://paste.tomsmeding.com/PDsyJh83
2021-11-02 14:37:26 <geekosaur> all I did was insert a composition operator, although that is probably wrong as well
2021-11-02 14:37:33 <geekosaur> think it needs to be a $ instead of a .
2021-11-02 14:38:19 <FOSSHuman[m]> geekosaur: Yes! This worked, now XMobar shows example_a when the layout is `Spacing Tall`
2021-11-02 14:38:31 <FOSSHuman[m]> very nice
2021-11-02 14:39:19 <FOSSHuman[m]> Thank you for the help.. I learn more about XMonad every day lol
2021-11-02 14:39:20 <geekosaur> so presumably you want to change "example_a" to your icon and "example_b" to l
2021-11-02 14:40:30 <FOSSHuman[m]> geekosaur: yep
2021-11-02 14:54:59 <FOSSHuman[m]> btw how do replies appear in IRC
2021-11-02 14:55:14 <FOSSHuman[m]> In Matrix they appear as normal replies, but idk if on IRC they appear as replies
2021-11-02 14:55:20 <liskin> 15:33:25 <FOSSHuman[m]> <geekosaur> "can you provide a paste of a..." <- k, I've made a paste …
2021-11-02 14:55:41 <liskin> which is actually way better than in Matrix as it only takes one line
2021-11-02 14:55:58 <liskin> (in most Matrix clients, to be precise)
2021-11-02 14:56:22 <FOSSHuman[m]> Ahk, so they are compacted down then, pretty decent I guess..
2021-11-02 16:13:14 × sagax quits (~sagax_nb@user/sagax) (Remote host closed the connection)
2021-11-02 16:29:18 sagax joins (~sagax_nb@user/sagax)
2021-11-02 16:52:08 SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net)
2021-11-02 17:06:43 seschwar joins (~seschwar@user/seschwar)
2021-11-02 17:17:49 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2021-11-02 17:41:48 <Solid> matrix replies are much better on IRC than on matrix
2021-11-02 17:41:51 <Solid> what a time to be alive
2021-11-02 17:45:13 <L29Ah> that's only because y... Read the rest of the message: https://natribu.org/en/
2021-11-02 17:47:55 <liskin> it's also quite subjective
2021-11-02 17:48:16 <liskin> there are, after all, people who prefer to only see 5 messages at once on a 1080p
2021-11-02 17:52:06 <SenranKaguya> a small price to pay for animated frog emotes
2021-11-02 18:14:16 × darkstardevx quits (~darkstard@2601:1c2:300:c8a0::6c32) (Ping timeout: 245 seconds)
2021-11-02 18:33:59 line joins (~info@li2021-150.members.linode.com)
2021-11-02 18:35:12 darkstardevx joins (~darkstard@50.39.114.152)
2021-11-02 18:37:32 tremon joins (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl)
2021-11-02 18:50:26 × SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
2021-11-02 19:03:06 <liskin> :-D
2021-11-02 19:03:29 <FOSSHuman[m]> btw, some Matrix clients do have an option to change the UI style to look like IRC
2021-11-02 19:03:40 <FOSSHuman[m]> So it's not THAT bad
2021-11-02 19:04:54 <FOSSHuman[m]> The one I use, Schildichat for example has that option
2021-11-02 19:05:22 <FOSSHuman[m]> But IRC is a lot more minimal and less distracting tbh
2021-11-02 19:05:54 <FOSSHuman[m]> Since Schildichat is a fork of Element, Element might have that option too, but idk..
2021-11-02 19:06:09 <liskin> yeah Element does have that
2021-11-02 19:06:14 <liskin> it's still crap
2021-11-02 19:06:33 <liskin> anyway, here's a direct comparison of weechat as an IRC client and weechat as a Matrix client:
2021-11-02 19:06:39 <evilop> there are some cli matrix clients too
2021-11-02 19:06:39 <liskin> https://store.lisk.in/tmp/2021-11-02-190412_956x1031_scrot.png vs https://store.lisk.in/tmp/2021-11-02-190417_956x1031_scrot.png
2021-11-02 19:06:47 <Solid> I think element still shows the full quote though
2021-11-02 19:07:09 <liskin> replies look _way_ better on the IRC side
2021-11-02 19:09:32 <FOSSHuman[m]> weechat does look pretty nice though, never tried it
2021-11-02 19:09:45 <FOSSHuman[m]> I've only tried GUI IRC clients
2021-11-02 19:10:57 Hash is now known as LordOfThePings
2021-11-02 19:11:15 × qbt quits (~qbt@user/edun) (Read error: Connection reset by peer)
2021-11-02 19:11:37 liskin likes keyboard-controlled software and console apps are usually better at that
2021-11-02 19:12:14 qbt joins (~qbt@user/edun)
2021-11-02 19:44:37 × mc47 quits (~mc47@xmonad/TheMC47) (Ping timeout: 268 seconds)
2021-11-02 19:55:11 <jakefromstatefar> I tried weechat, but the controls and setup just seemed like too much for me
2021-11-02 20:09:32 <FOSSHuman[m]> I managed to set it up but couldn't get SASL working for some reason
2021-11-02 20:09:52 <FOSSHuman[m]> Even on the GUI ones I couldn't
2021-11-02 20:10:32 <FOSSHuman[m]> * tried Konversation & Hexchat
2021-11-02 20:10:53 <geekosaur> SASL worked for me but I had to figure out which field was actually used as the SASL username (hexchat)
2021-11-02 20:15:03 <liskin> I think setting up weechat took me almost a week

All times are in UTC.