| 2022-08-16 00:03:29 +0000 | <tikosh> | here is the xmonad.hs https://dpaste.com/GPZ8RUDDW |
| 2022-08-16 00:10:19 +0000 | <geekosaur> | you can't refer to `xmproc0` inside of `myConfig` unless you pass it in as a parameter |
| 2022-08-16 00:10:38 +0000 | <tikosh> | so change it to default? |
| 2022-08-16 00:10:49 +0000 | <geekosaur> | also, why are you using both the old (`xmproc <- ...`) and new (`withEasySB`) ways at the same time? |
| 2022-08-16 00:11:10 +0000 | <tikosh> | I guess i wanted to have def toggle struts key too |
| 2022-08-16 00:11:48 +0000 | <geekosaur> | you're going to end up with 4 xmobars running all on top of each other |
| 2022-08-16 00:11:56 +0000 | <tikosh> | yea |
| 2022-08-16 00:11:56 +0000 | <geekosaur> | this doesn't make a whole lot of sense |
| 2022-08-16 00:12:00 +0000 | <tikosh> | i know |
| 2022-08-16 00:12:05 +0000 | <tikosh> | sorry about that |
| 2022-08-16 00:12:23 +0000 | <tikosh> | I don't know, okay? I'm a noob |
| 2022-08-16 00:13:08 +0000 | <geekosaur> | https://paste.tomsmeding.com/KfH4fNn2 |
| 2022-08-16 00:13:58 +0000 | <tikosh> | what does the xmp do? |
| 2022-08-16 00:14:07 +0000 | <geekosaur> | personally I'd get rid of the xmproc-s and such and let withEasySB do it |
| 2022-08-16 00:14:43 +0000 | <geekosaur> | if you look at line 30, I'm passing `xmproc0` to `myConfig`. `xmp` is what it's called inside `myConfig` |
| 2022-08-16 00:17:21 +0000 | <geekosaur> | https://paste.tomsmeding.com/ibtgg0sr this should do just as well and gets rid of the need to create xmproc? explicitly and/or pass it around; withEasySB deals with it |
| 2022-08-16 00:18:41 +0000 | <isaacthekind[m]> | i'm trying to set backgrounds on multiple displays. so far i've tried nitrogen, but i was only able to set one display with it. it looks like there is a xmonad package for wallpapers, but it seems the wallpapers are associted with workspaces, which i don't want, i want them associated with physical monitors. if someone can give me a sense of best practice here, that would be awesome. |
| 2022-08-16 00:19:14 +0000 | <geekosaur> | if you later want more bars (say, on other screens) then you can use `withSB` to create them |
| 2022-08-16 00:19:55 +0000 | twiclo1 | (~twiclo@mail.twil.cx) |
| 2022-08-16 00:20:01 +0000 | <tikosh> | okay |
| 2022-08-16 00:22:41 +0000 | <geekosaur> | isaacthekind[m], https://www.reddit.com/r/unixporn/comments/6c7nlx/question_how_to_assign_dual_monitor_wallpapers/ first answer here |
| 2022-08-16 00:23:04 +0000 | <geekosaur> | basically list one background for each monitor you have |
| 2022-08-16 00:23:24 +0000 | <isaacthekind[m]> | oh wow, that looks really straightforward |
| 2022-08-16 00:23:26 +0000 | <isaacthekind[m]> | thank you |
| 2022-08-16 00:28:41 +0000 | <tikosh> | i got issues with the sbloghook in the do curly brace thing under do https://dpaste.com/F9QYGQ64L |
| 2022-08-16 00:31:15 +0000 | <geekosaur> | I have no idea what it's supposed to be |
| 2022-08-16 00:31:35 +0000 | <tikosh> | okay |
| 2022-08-16 00:32:09 +0000 | <geekosaur> | perhaps just remove it; I would guess that it was supposed to mean "statusbar" but `withEasySB` deals with that already |
| 2022-08-16 00:35:16 +0000 | <tikosh> | i got it working. now, to get three instances of xmobar on three separate monitors, i attempt to use xmproc originally. I thought I could used the IndependentScreen import but I am still a noob. the documentation is fine to an extent, but I am a complete noob to it. |
| 2022-08-16 00:35:42 +0000 | <tikosh> | wanna see the working hs file? |
| 2022-08-16 00:36:00 +0000 | <geekosaur[m]> | IndependentScreens is fairly complicated |
| 2022-08-16 00:36:37 +0000 | <tikosh> | yea, I guess my ego got the best of me. there is allot I don't know. I want to put the func in FuncShui my desktop |
| 2022-08-16 00:38:08 +0000 | <geekosaur[m]> | Hooking it into xmobar is even more complicated and I would have to defer to Solid on that |
| 2022-08-16 00:38:43 +0000 | <tikosh> | wanna see a working xmonad.hs with polybar? i can share it if you like |
| 2022-08-16 00:38:52 +0000 | <tikosh> | it's only for one screen |
| 2022-08-16 00:39:04 +0000 | <tikosh> | since i have a laptop. |
| 2022-08-16 00:39:48 +0000 | <tikosh> | https://github.com/Ochoartu/dotfiles/blob/main/xmonad/xmonad-polybar.hs |
| 2022-08-16 00:41:24 +0000 | <tikosh> | other solutions tried to import qualified dbus and other things and found it too disorienting to me. I RTFMd the xmonad config tutorial and got great results. I wanted to be like DT from youtube. since, he is the Monad master, on xmonad |
| 2022-08-16 00:43:20 +0000 | <tikosh> | the version of xmonad this code runs for is 0.17. i was on 0.15 when the tutorial came out this year |
| 2022-08-16 01:00:53 +0000 | tikosh | (~tikosh@2601:201:301:c5e0::a254) (Quit: Client closed) |
| 2022-08-16 01:16:23 +0000 | catman | (~catman@user/catman) (Ping timeout: 256 seconds) |
| 2022-08-16 01:18:18 +0000 | catman | (~catman@user/catman) |
| 2022-08-16 01:24:23 +0000 | catman | (~catman@user/catman) (Quit: WeeChat 3.6) |
| 2022-08-16 01:27:38 +0000 | catman | (~catman@user/catman) |
| 2022-08-16 01:48:51 +0000 | chomwitt | (~chomwitt@2a02:587:dc15:5e00:ece7:3fb3:7c32:eccf) (Ping timeout: 248 seconds) |
| 2022-08-16 02:05:06 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
| 2022-08-16 02:06:48 +0000 | tikosh | (~tikosh@2601:201:301:c5e0::dd98) |
| 2022-08-16 02:08:43 +0000 | <tikosh> | i finally got three xmoabar running on three separate monitor https://dpaste.com/EXJN3HB3D |
| 2022-08-16 02:09:25 +0000 | <tikosh> | i gotta thank geekosaur and the others for their help |
| 2022-08-16 02:10:10 +0000 | <tikosh> | also this link that helped me as well https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Hooks-StatusBar.html |
| 2022-08-16 02:12:35 +0000 | <tikosh> | the xmproc crap was a bit disorienting and the line for the separate is much more digestible to understand |
| 2022-08-16 02:13:14 +0000 | <tikosh> | any book recommendations on Haskell for the latest year? |
| 2022-08-16 02:13:15 +0000 | twiclo1 | (~twiclo@mail.twil.cx) (Ping timeout: 244 seconds) |
| 2022-08-16 02:13:40 +0000 | twiclo1 | (~twiclo@vpn.utahbroadband.com) |
| 2022-08-16 02:23:05 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2022-08-16 02:23:07 +0000 | tikosh | (~tikosh@2601:201:301:c5e0::dd98) (Quit: Client closed) |
| 2022-08-16 02:26:43 +0000 | td_ | (~td@muedsl-82-207-238-255.citykom.de) (Ping timeout: 268 seconds) |
| 2022-08-16 02:28:02 +0000 | td_ | (~td@muedsl-82-207-238-061.citykom.de) |
| 2022-08-16 02:54:58 +0000 | <isaacthekind[m]> | i notice that the tiles flash in and out of existence very abruptly. is there a way to smooth out the tile create/delete/move animation |
| 2022-08-16 03:14:34 +0000 | <isaacthekind[m]> | also, i've given up on xmobar. i found taffybar, which is also configured via haskell. but i can't figure out how to get it running. read some of the docs and built this dir, which is i think what the docs said to do: |
| 2022-08-16 03:14:54 +0000 | isaacthekind[m] | uploaded an image: (11KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/qUdcaJSyLpmVRlkVsEsqAJwu/image.png > |
| 2022-08-16 03:15:04 +0000 | <isaacthekind[m]> | then within it i have their two defaults |
| 2022-08-16 03:15:19 +0000 | isaacthekind[m] | uploaded an image: (86KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/eUjaBIjZCmjpbeRBboadZtsI/image.png > |
| 2022-08-16 03:15:30 +0000 | isaacthekind[m] | uploaded an image: (232KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/qxWZwUBQUymgJzvOyqMqZAlM/image.png > |
| 2022-08-16 03:15:59 +0000 | <isaacthekind[m]> | i figured probably i need to run cabal build then try to call the exe from within xmonad.hs or something, not really sure. |
| 2022-08-16 03:16:06 +0000 | <isaacthekind[m]> | but when i run cabal build i just get a massive error list |
| 2022-08-16 03:16:24 +0000 | <isaacthekind[m]> | s/build/install/ |
| 2022-08-16 03:16:31 +0000 | <isaacthekind[m]> | s/build/install/ |
| 2022-08-16 03:16:58 +0000 | isaacthekind[m] | uploaded an image: (505KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/EjbVkpPohBRsASKwcBINBzoO/image.png > |
| 2022-08-16 03:17:25 +0000 | <isaacthekind[m]> | if someone can clarify how to get taffybar up and running, that would be awesome, cause i don't think i'm getting anywhere lol |
| 2022-08-16 03:19:58 +0000 | catman | (~catman@user/catman) (Quit: WeeChat 3.6) |
| 2022-08-16 03:42:00 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 256 seconds) |
| 2022-08-16 03:44:17 +0000 | ml| | (~ml|@user/ml/x-5298235) (Ping timeout: 255 seconds) |
| 2022-08-16 03:57:31 +0000 | ml| | (~ml|@user/ml/x-5298235) |
| 2022-08-16 04:43:17 +0000 | noex | (~null@user/noex) |
| 2022-08-16 05:32:40 +0000 | <Solid> | isaacthekind[m]: I'm here now, but I see you already chose taffybar :) |
| 2022-08-16 05:33:50 +0000 | <isaacthekind[m]> | yeah it seems a little bit more powerful. but if you have any insight on how to make it run, feel free to share, lol. |
| 2022-08-16 05:34:21 +0000 | <isaacthekind[m]> | they say it's based on xmobar, but with a bit of a trade off of some minimalism for some aesthetics. |
| 2022-08-16 05:34:46 +0000 | <isaacthekind[m]> | and it seems like they want you to set it up in a similar way, build a cabal project basically. but mine is exploding. |
| 2022-08-16 05:35:07 +0000 | qbt | (~qbt@user/edun) |
| 2022-08-16 05:47:29 +0000 | <xmonadtrack> | xmonad-contrib Tony Zorman * v0.17.0-215-gdf3d0aa0: X.U.Run: Use isPrefixOf in withEmacsLibs (12 minutes ago, 1 file, 2+ 2-) https://github.com/xmonad/xmonad-contrib/commit/df3d0aa057c0 |
| 2022-08-16 05:47:50 +0000 | <Solid> | Yeah AFAIK taffybar is (like xmonad) pretty much a library to build your own status bar |
| 2022-08-16 05:48:21 +0000 | <Solid> | I think they have a matrix channel for taffybar specifically, maybe you could try your luck there |
| 2022-08-16 05:50:48 +0000 | <isaacthekind[m]> | oh you're right |
| 2022-08-16 05:50:52 +0000 | <isaacthekind[m]> | thanks for the tip |
| 2022-08-16 05:50:55 +0000 | <isaacthekind[m]> | i'll try there |
| 2022-08-16 07:49:16 +0000 | mc47 | (~mc47@xmonad/TheMC47) |
| 2022-08-16 07:58:07 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-08-16 09:00:46 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle) |
| 2022-08-16 09:57:45 +0000 | benin0 | (~benin@183.82.178.82) |
| 2022-08-16 10:10:11 +0000 | sogens | (~sogens@211.30.156.66) (Ping timeout: 248 seconds) |
| 2022-08-16 11:05:07 +0000 | tv | (~tv@user/tv) (Read error: Connection reset by peer) |
| 2022-08-16 11:23:09 +0000 | tv | (~tv@user/tv) |
| 2022-08-16 11:41:35 +0000 | noex | (~null@user/noex) (Ping timeout: 244 seconds) |
| 2022-08-16 11:56:41 +0000 | Robin[m]1234 | (~robinnorr@2001:470:69fc:105::c07c) |
| 2022-08-16 12:11:51 +0000 | tv | (~tv@user/tv) (Read error: Connection reset by peer) |
| 2022-08-16 12:28:40 +0000 | tv | (~tv@user/tv) |
| 2022-08-16 12:31:57 +0000 | themc47 | (~mc47@xmonad/TheMC47) |
| 2022-08-16 12:34:11 +0000 | mc47 | (~mc47@xmonad/TheMC47) (Ping timeout: 248 seconds) |
| 2022-08-16 12:43:50 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 255 seconds) |
| 2022-08-16 12:46:15 +0000 | catman | (~catman@user/catman) |
| 2022-08-16 12:46:45 +0000 | catman | (~catman@user/catman) (Client Quit) |
| 2022-08-16 12:52:19 +0000 | tv | (~tv@user/tv) (Read error: Connection reset by peer) |
| 2022-08-16 13:00:16 +0000 | sogens | (~sogens@211.30.156.66) |
| 2022-08-16 13:10:02 +0000 | tv | (~tv@user/tv) |
| 2022-08-16 13:30:13 +0000 | tv | (~tv@user/tv) (Read error: Connection reset by peer) |
| 2022-08-16 13:35:33 +0000 | thunderrd | (~thunderrd@183.182.110.20) (Ping timeout: 252 seconds) |
| 2022-08-16 13:47:48 +0000 | tv | (~tv@user/tv) |
| 2022-08-16 13:48:24 +0000 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.6) |
| 2022-08-16 14:21:30 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-08-16 14:45:32 +0000 | steve_ | (~steve@ool-182c2b80.dyn.optonline.net) |
| 2022-08-16 14:51:15 +0000 | noex | (~null@user/noex) |
| 2022-08-16 15:29:37 +0000 | tv | (~tv@user/tv) (Read error: Connection reset by peer) |
| 2022-08-16 15:46:51 +0000 | tv | (~tv@user/tv) |
| 2022-08-16 16:49:27 +0000 | <geekosaur> | isaacthekind[m], the only way to smooth out window viewing is to run a compositor of some kind. several of us use compton/picom |
| 2022-08-16 16:49:41 +0000 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
| 2022-08-16 16:51:43 +0000 | benin0 | (~benin@183.82.178.82) (Quit: The Lounge - https://thelounge.chat) |
| 2022-08-16 18:02:25 +0000 | qbt | (~qbt@user/edun) (Quit: WeeChat 3.5) |
| 2022-08-16 18:32:38 +0000 | srk | (~sorki@user/srk) (Ping timeout: 240 seconds) |
| 2022-08-16 18:33:13 +0000 | srk | (~sorki@user/srk) |
| 2022-08-16 19:25:10 +0000 | chomwitt | (~chomwitt@2a02:587:dc06:ee00:4f0b:15e9:107f:312) |
| 2022-08-16 20:10:37 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-08-16 20:36:14 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 2022-08-16 20:36:30 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) |
| 2022-08-16 21:16:02 +0000 | themc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2022-08-16 21:24:34 +0000 | <xmonadtrack> | New xmonad-contrib branch created: pull/743 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/743 |
| 2022-08-16 21:24:35 +0000 | <xmonadtrack> | xmonad-contrib Tomasz Hołubowicz https://github.com/xmonad/xmonad-contrib/pull/743 * v0.17.0-216-g85c68475: X.U.Loggers: Add variants of logTitle with urgent windows support (13 minutes ago, 2 files, 42+ 2-) https://github.com/xmonad/xmonad-contrib/commit/85c6847578f0 |
| 2022-08-16 22:04:07 +0000 | [Leary] | (~Leary]@122-58-224-198-vdsl.sparkbb.co.nz) (Ping timeout: 252 seconds) |
| 2022-08-16 23:07:47 +0000 | twiclo1 | (~twiclo@vpn.utahbroadband.com) (Ping timeout: 248 seconds) |
| 2022-08-16 23:09:59 +0000 | twiclo1 | (~twiclo@mail.twil.cx) |
| 2022-08-16 23:18:20 +0000 | chomwitt | (~chomwitt@2a02:587:dc06:ee00:4f0b:15e9:107f:312) (Ping timeout: 255 seconds) |
| 2022-08-16 23:50:15 +0000 | catman | (~catman@user/catman) |