Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 968 969 970 971 972 973 974 975 976 977 978 .. 1850
184,999 events total
2022-11-27 17:43:54 <xmonadtrack> xmonad-contrib Tomas Janousek * v0.17.1-98-g8cd09601: ci: Bump actions/* to v3 in haskell-ci workflow (26 minutes ago, 4 files, 30+ 6-) https://github.com/xmonad/xmonad-contrib/commit/8cd09601b1d4
2022-11-27 17:44:02 <xmonadtrack> xmonad-contrib Tomas Janousek * v0.17.1-99-gcf0e3531: ci: Configure dependabot to keep GH Actions up to date (7 days ago, 1 file, 6+ 0-) https://github.com/xmonad/xmonad-contrib/commit/cf0e3531f9d3
2022-11-27 17:44:10 <xmonadtrack> xmonad-contrib dependabot[bot] {Tomas Janousek} * v0.17.1-100-g797fd241: build(deps): bump haskell/actions from 1 to 2 (25 minutes ago, 1 file, 1+ 1-) https://github.com/xmonad/xmonad-contrib/commit/797fd24112df
2022-11-27 17:44:11 <AskYourself[m]> s/here/in this line/
2022-11-27 17:47:06 <geekosaur> is it on your initial PATH? xmonad usually does *not* have the same path you have in a terminal, but something minimal like `/bin:/usr/bin`
2022-11-27 17:48:24 <AskYourself[m]> I'm not sure how to find that out, is there a command I can run or a file to look at?
2022-11-27 17:49:55 <geekosaur> open a terminal, type `type xmobar`
2022-11-27 17:50:29 <geekosaur> it should report back `xmobar is (some path)`
2022-11-27 17:51:14 <geekosaur> if the path isn't in /bin or /usr/bin and you're not using Fedora/Rawhide with units started from a systemd user session, it won't be found
2022-11-27 17:51:37 <geekosaur> I modify Debian/Ubuntu X startup to read my shell dotfiles to avoid this
2022-11-27 17:51:47 <AskYourself[m]> Ok. It's not found.
2022-11-27 17:51:56 <AskYourself[m]> Hmm I wonder how to fix this.
2022-11-27 17:52:15 <geekosaur> even in a terminal? you probably have ti either install it or add its path to your shell dotfiles
2022-11-27 17:52:29 <AskYourself[m]> On NixOS, just fyi.
2022-11-27 17:52:30 <geekosaur> stack installs in ~/.local/bin, cabal in ~/.cabal/bin
2022-11-27 17:52:36 thyriaen_ joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-11-27 17:52:44 × thyriaen_ quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Remote host closed the connection)
2022-11-27 17:52:46 <geekosaur> oh, I'd expect NixOS to deal with that for you
2022-11-27 17:53:37 <geekosaur> including putting it in your PATH
2022-11-27 17:53:52 <AskYourself[m]> I thought so. What I did was:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/3aeac0d97c083f04eb0b28be6f31ab7ff48519f9>)
2022-11-27 17:54:07 <AskYourself[m]> Idk if this is really a thing to ask here if it's a Nix issue.
2022-11-27 17:54:32 <AskYourself[m]> But I thought that made it such that the file can be found at ~/.config/xmobar/xmobarrc .
2022-11-27 17:55:21 <geekosaur> the xmobarrc, yes. doesn't actually tell it to bring xmobar itself into your session, that I see
2022-11-27 17:55:36 <geekosaur> but you probably someone who knows NixOS and home-manager
2022-11-27 17:56:19 <AskYourself[m]> Yeah, I'll go to NixOS server for this. How exactly do I summarize this problem? It's that xmobar is not on a certain path?
2022-11-27 17:56:43 <[Leary]> Presumably you just want to add haskellPackages.xmobar to your system packages.
2022-11-27 17:58:58 <AskYourself[m]> Ok actually.
2022-11-27 17:59:06 <AskYourself[m]> Once you phrased it like that I was able to figure it out.
2022-11-27 17:59:48 <AskYourself[m]> Now when I do type xmobar I get xmobar is /nix/store/0qz6ac3qw0snr0z60pcbbz2ld0bchr54-ghc-9.0.2-with-packages/bin/xmobar. But it's still not spawning when I restart xmonad.
2022-11-27 18:02:34 <AskYourself[m]> OK.
2022-11-27 18:02:51 <AskYourself[m]> I got it. The issue was that I only had it on the path IN the devshell, not at the system level.
2022-11-27 18:03:05 <AskYourself[m]> Thank you very much geekosaur and [Leary].
2022-11-27 18:47:38 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-11-27 19:46:46 × ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.7.1)
2022-11-27 19:50:21 ectospasm joins (~ectospasm@user/ectospasm)
2022-11-27 20:25:42 × lazycat quits (~lazycat@user/lazycat) (Quit: ZNC - https://znc.in)
2022-11-27 20:42:18 lykos153 joins (~lykos153@2001:470:69fc:105::c8ea)
2022-11-27 20:43:07 noex joins (~null@user/noex)
2022-11-27 21:38:48 tom4 joins (~tom@p200300c7cf1a3800251c58a5253aebb5.dip0.t-ipconnect.de)
2022-11-27 21:43:21 <tom4> Hey, just wanted to stop by and say thank you for the tutorial documentation. Just getting into linux, customization and wm's and this helped so much. Thanks to the guys standing behind this, you are awesome! <3
2022-11-27 21:44:40 TylerWolf[m] joins (~tylerwolf@2001:470:69fc:105::2:cab1)
2022-11-27 21:45:27 Guest40 joins (~Guest40@pool-173-70-242-123.nwrknj.east.verizon.net)
2022-11-27 21:45:45 × Guest40 quits (~Guest40@pool-173-70-242-123.nwrknj.east.verizon.net) (Client Quit)
2022-11-27 21:46:07 × tom4 quits (~tom@p200300c7cf1a3800251c58a5253aebb5.dip0.t-ipconnect.de) (Quit: Client closed)
2022-11-27 21:46:14 Guest40 joins (~Guest40@pool-173-70-242-123.nwrknj.east.verizon.net)
2022-11-27 21:46:17 Guest40 is now known as test12
2022-11-27 21:46:32 × test12 quits (~Guest40@pool-173-70-242-123.nwrknj.east.verizon.net) (Client Quit)
2022-11-27 21:46:41 Guest40 joins (~Guest40@pool-173-70-242-123.nwrknj.east.verizon.net)
2022-11-27 21:47:11 × Guest40 quits (~Guest40@pool-173-70-242-123.nwrknj.east.verizon.net) (Client Quit)
2022-11-27 21:49:23 × chomwitt quits (~chomwitt@ppp-94-67-236-76.home.otenet.gr) (Ping timeout: 264 seconds)
2022-11-27 22:23:11 chomwitt joins (~chomwitt@ppp-94-67-236-76.home.otenet.gr)
2022-11-27 22:34:01 × Buliarous quits (~gypsydang@46.232.210.139) (Quit: Lost terminal)
2022-11-27 22:38:42 × thyriaen quits (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Quit: Leaving)
2022-11-27 22:47:51 minnie joins (~minnie@159.196.202.199)
2022-11-27 23:50:46 × chomwitt quits (~chomwitt@ppp-94-67-236-76.home.otenet.gr) (Ping timeout: 268 seconds)
2022-11-28 01:15:35 × noex quits (~null@user/noex) (Quit: :q!)
2022-11-28 02:13:23 × clu quits (~clu@user/varjax) (Ping timeout: 264 seconds)
2022-11-28 03:03:49 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 265 seconds)
2022-11-28 03:14:31 clu joins (~clu@user/varjax)
2022-11-28 03:22:54 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-11-28 03:24:13 banc joins (banc@gateway/vpn/airvpn/banc)
2022-11-28 03:34:20 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-11-28 03:55:35 × td_ quits (~td@83.135.9.37) (Ping timeout: 268 seconds)
2022-11-28 03:57:22 td_ joins (~td@83.135.9.9)
2022-11-28 06:11:40 chomwitt joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-28 06:18:34 × hrberg quits (~quassel@171.79-160-161.customer.lyse.net) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2022-11-28 06:31:59 × minnie quits (~minnie@159.196.202.199) (Ping timeout: 264 seconds)
2022-11-28 06:38:12 hrberg joins (~quassel@171.79-160-161.customer.lyse.net)
2022-11-28 06:38:25 × thunderrd quits (~thunderrd@183.182.110.215) (Ping timeout: 265 seconds)
2022-11-28 06:51:30 thunderrd joins (~thunderrd@183.182.115.167)
2022-11-28 06:56:35 × clu quits (~clu@user/varjax) (Ping timeout: 264 seconds)
2022-11-28 07:18:32 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 265 seconds)
2022-11-28 07:30:40 <Solid> ?tell tom4 :)
2022-11-28 07:30:40 <lambdabot> Consider it noted.
2022-11-28 07:46:38 tom4 joins (~tom4@p200300c7cf1a3800741892382244c9d4.dip0.t-ipconnect.de)
2022-11-28 08:43:47 aliosablack joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-28 08:44:08 × chomwitt quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Read error: Connection reset by peer)
2022-11-28 09:00:10 × reo42[m] quits (~reo42matr@2001:470:69fc:105::2:aa6b) (Quit: You have been kicked for being idle)
2022-11-28 09:02:12 × tom4 quits (~tom4@p200300c7cf1a3800741892382244c9d4.dip0.t-ipconnect.de) (Quit: Client closed)
2022-11-28 09:04:23 × aliosablack quits (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 265 seconds)
2022-11-28 09:19:38 chomwitt joins (~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-28 09:38:50 minnie joins (~minnie@159.196.202.199)
2022-11-28 13:09:22 lassulus joins (~lass@ip5b4060f0.dynamic.kabel-deutschland.de)
2022-11-28 13:10:39 thyriaen joins (~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-11-28 14:50:41 cfricke joins (~cfricke@user/cfricke)
2022-11-28 15:02:06 LemanR joins (~LemanR@n2-77-87.dhcp.drexel.edu)
2022-11-28 15:07:47 <LemanR> hey all, I just have a quick question in regards to xmonad & waymonad. Insofar as we can tell, will the xmonad config be, at least, mostly compatible with waymonad?
2022-11-28 15:08:57 <vrs> unless something happened while I didn't look, all existing waymonad projects are not directly affiliated with xmonad, the technical basis would be very different, the conceptual basis too, and it'd be very unlikely that you see compatible configs
2022-11-28 15:10:43 <LemanR> K thanks. I've been getting into haskell lately so this will be good for me to keep in mind. atm I've recently learned algebraic data types (sum) so I'm still probably far away from making my own custom waymonad config.
2022-11-28 15:11:28 <LemanR> unfortunately I gotta go but I won't be a stranger as i get more into my xmonad config.
2022-11-28 15:12:58 × LemanR quits (~LemanR@n2-77-87.dhcp.drexel.edu) (Quit: Client closed)
2022-11-28 15:27:11 × td_ quits (~td@83.135.9.9) (Ping timeout: 264 seconds)
2022-11-28 15:34:35 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.7.1)
2022-11-28 15:42:36 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-11-28 15:53:14 td_ joins (~td@83.135.9.9)
2022-11-28 15:59:33 × minnie quits (~minnie@159.196.202.199) (Ping timeout: 268 seconds)
2022-11-28 16:08:31 cfricke joins (~cfricke@user/cfricke)
2022-11-28 16:41:31 noex joins (~null@user/noex)
2022-11-28 16:45:59 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.7.1)
2022-11-28 16:52:31 disobey joins (~disobey@2401:4900:6466:131e:f776:d858:81eb:9746)

All times are in UTC.