2021/07/30

2021-07-30 00:06:41 +0200seschwar(~seschwar@user/seschwar) (Quit: :wq)
2021-07-30 00:45:32 +0200kr1x(~kriket@170.249.0.122) (Ping timeout: 245 seconds)
2021-07-30 00:47:39 +0200kr1x(kriket@gateway/vpn/protonvpn/kr1x)
2021-07-30 00:53:17 +0200cjb(~cjb@user/cjb)
2021-07-30 02:57:35 +0200kr1x(kriket@gateway/vpn/protonvpn/kr1x) (Quit: .)
2021-07-30 04:04:38 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
2021-07-30 04:22:14 +0200banc(banc@gateway/vpn/airvpn/banc)
2021-07-30 04:58:08 +0200td_(~td@94.134.91.37) (Ping timeout: 256 seconds)
2021-07-30 05:00:01 +0200td_(~td@94.134.91.212)
2021-07-30 05:24:57 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2021-07-30 05:25:20 +0200berberman(~berberman@user/berberman) (Ping timeout: 256 seconds)
2021-07-30 05:25:54 +0200berberman(~berberman@user/berberman)
2021-07-30 05:34:38 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-07-30 05:39:37 +0200M-elo-[m](~gilganixm@2001:470:69fc:105::3d09)
2021-07-30 05:40:21 +0200 <M-elo-[m]> Newbie warning: what is the difference between `Hooks.DynamicLog` vs `Hooks.StatusBar`?
2021-07-30 05:51:23 +0200 <^[> M-elo-[m]: The latter claims to be a "modern replacement" for the former, but I don't think it's in any released version yet.
2021-07-30 05:51:58 +0200 <M-elo-[m]> I am building from git atm, so no worries about release
2021-07-30 05:52:34 +0200M-elo-[m] < https://libera.ems.host/_matrix/media/r0/download/libera.chat/7c39f5be36945dadf90930d8f50430df184c… >
2021-07-30 05:52:41 +0200M-elo-[m] < https://libera.ems.host/_matrix/media/r0/download/libera.chat/9af23b6601daa9c57660c16f825b88918c02… >
2021-07-30 05:53:01 +0200M-elo-[m] < https://libera.ems.host/_matrix/media/r0/download/libera.chat/91aab337d9ed16895459ba9360838c385fb2… >
2021-07-30 05:55:45 +0200 <^[> The Matrix bridge sent those 3 messages (2 of which were edits) as 3 separate links to message.txt files.
2021-07-30 05:56:02 +0200 <M-elo-[m]> Where are you chatting without a bridge atm?
2021-07-30 05:56:22 +0200 <M-elo-[m]> That message is a code that is supposed to showcase the following command: "amixer set Master 5%- unmute"
2021-07-30 05:56:38 +0200 <^[> I'm on IRC.
2021-07-30 05:56:40 +0200 <M-elo-[m]> Using nixos pipewire solution, I cannot see amixer and wonder what the alternative could be, thus I asked
2021-07-30 05:56:49 +0200 <M-elo-[m]> Oh
2021-07-30 05:56:55 +0200 <^[> I replaced my amixer calls with "pactl set-sink-volume" when I switched to pipewire.
2021-07-30 05:57:15 +0200 <M-elo-[m]> Yeah I don't have that
2021-07-30 05:57:17 +0200 <M-elo-[m]> Need to check something, brb
2021-07-30 05:57:25 +0200 <M-elo-[m]> Thanks for suggestion though
2021-07-30 05:57:53 +0200 <^[> I have pactl via libpulse, which works thanks to pipewire-pulse.
2021-07-30 05:58:40 +0200 <M-elo-[m]> Found this in NixOS wiki, which explains the situation:
2021-07-30 05:58:40 +0200 <M-elo-[m]> pactl not found
2021-07-30 05:58:40 +0200 <M-elo-[m]> I you want to use some Pulseaudio commands like pactl, you can safely install (either systemwide or in a nix-shell) the `pulseaudio` package (do not enable it in the system configuration). The pactl functionality is superseded in PipeWire with the native pw-cli, pw-mon and pw-top CLI tools.
2021-07-30 05:58:50 +0200 <M-elo-[m]> * Found this in NixOS wiki, which explains the situation:
2021-07-30 05:58:50 +0200 <M-elo-[m]> "pactl not found
2021-07-30 05:58:50 +0200 <M-elo-[m]> I you want to use some Pulseaudio commands like pactl, you can safely install (either systemwide or in a nix-shell) the `pulseaudio` package (do not enable it in the system configuration). The pactl functionality is superseded in PipeWire with the native pw-cli, pw-mon and pw-top CLI tools."
2021-07-30 06:00:18 +0200 <^[> If you figure out how to do it with pw-cli, please let me know!
2021-07-30 06:01:10 +0200 <M-elo-[m]> Will do!
2021-07-30 06:03:05 +0200 <M-elo-[m]> Wish pw-cli was simpler tbh.. "pw-cli s <node-id> Props { mute: false, channelVolumes: [ 0.3, 0.3 ] }" is one of the two available solutions to reduce volume
2021-07-30 06:03:59 +0200 <M-elo-[m]> There should be a software called pamixer which makes it work for pipewire
2021-07-30 06:05:13 +0200 <M-elo-[m]> Which is just amixer iirc
2021-07-30 06:06:48 +0200 <^[> That's still using the PA compatibility layer, I think.
2021-07-30 06:15:36 +0200 <yuu[m]> -(𝕂eloτ)-: yeah you need to do some parsing with pipewire commands. And for some reason pw-cli stopped working for me
2021-07-30 06:15:55 +0200 <M-elo-[m]> yuu[m]: That sucks..
2021-07-30 06:16:04 +0200 <M-elo-[m]> Will use pamixer or pactl
2021-07-30 06:16:15 +0200 <M-elo-[m]> There is no issue afaik unless one enables the service -> crash
2021-07-30 06:18:17 +0200 <yuu[m]> yes. I personally just wanted to migrate to pipewire commands, but using pactl works fine
2021-07-30 07:01:25 +0200cjb(~cjb@user/cjb) (Read error: Connection reset by peer)
2021-07-30 07:33:03 +0200qbt(~edun@user/edun)
2021-07-30 09:28:13 +0200cfricke(~cfricke@user/cfricke)
2021-07-30 09:33:58 +0200nomadxx3(~lanomadx@208.91.68.204)
2021-07-30 09:35:30 +0200nomadx(~lanomadx@208.91.67.103) (Ping timeout: 258 seconds)
2021-07-30 09:51:25 +0200ElKowar549(~ElKowar@srv-fin.xware-gmbh.de)
2021-07-30 09:53:25 +0200ElKowar54(~ElKowar@srv-fin.xware-gmbh.de) (Read error: Connection reset by peer)
2021-07-30 10:17:48 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-30 10:17:48 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-30 10:17:51 +0200allbery_bgeekosaur
2021-07-30 10:38:03 +0200nomadxxxx3(~lanomadx@208.91.67.189)
2021-07-30 10:38:48 +0200nomadxx3(~lanomadx@208.91.68.204) (Ping timeout: 272 seconds)
2021-07-30 11:05:58 +0200nomadxx3(~lanomadx@208.91.68.163)
2021-07-30 11:07:21 +0200nomadxxxx3(~lanomadx@208.91.67.189) (Ping timeout: 276 seconds)
2021-07-30 13:43:10 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-30 13:43:10 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-30 13:43:13 +0200allbery_bgeekosaur
2021-07-30 14:05:00 +0200qbt(~edun@user/edun) (Quit: WeeChat 3.2)
2021-07-30 14:16:11 +0200qbt(~edun@user/edun)
2021-07-30 14:17:34 +0200qbt(~edun@user/edun) (Client Quit)
2021-07-30 14:23:46 +0200SpiderPig(~matt@047-132-233-190.res.spectrum.com) (Ping timeout: 258 seconds)
2021-07-30 14:24:09 +0200deepy(deepy@user/deepy) (Ping timeout: 258 seconds)
2021-07-30 14:24:55 +0200deepy(deepy@user/deepy)
2021-07-30 14:39:48 +0200qbt(~edun@user/edun)
2021-07-30 14:39:48 +0200qbt(~edun@user/edun) (Client Quit)
2021-07-30 14:40:22 +0200qbt(~edun@user/edun)
2021-07-30 14:40:22 +0200qbt(~edun@user/edun) (Client Quit)
2021-07-30 15:05:21 +0200SpiderPig(~matt@047-132-233-190.res.spectrum.com)
2021-07-30 15:34:09 +0200Rockj(~rockj@chromie.geekrevolution.net) (*.net *.split)
2021-07-30 15:34:09 +0200lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2021-07-30 15:35:00 +0200lambdabot(~lambdabot@haskell/bot/lambdabot)
2021-07-30 15:39:47 +0200Rockj(~rockj@chromie.geekrevolution.net)
2021-07-30 16:11:10 +0200qbt(~edun@user/edun)
2021-07-30 16:13:09 +0200qbt(~edun@user/edun) (Client Quit)
2021-07-30 16:13:26 +0200qbt(~edun@user/edun)
2021-07-30 16:23:45 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 258 seconds)
2021-07-30 16:24:58 +0200qbt(~edun@user/edun) (Quit: Leaving)
2021-07-30 16:25:16 +0200qbt(~edun@user/edun)
2021-07-30 16:29:24 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-30 16:29:24 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-30 16:29:27 +0200allbery_bgeekosaur
2021-07-30 16:34:41 +0200cfricke(~cfricke@user/cfricke)
2021-07-30 17:04:10 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 265 seconds)
2021-07-30 17:07:40 +0200cfricke(~cfricke@user/cfricke)
2021-07-30 17:20:18 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2021-07-30 17:20:18 +0200allbery_b(~geekosaur@xmonad/geekosaur)
2021-07-30 17:20:21 +0200allbery_bgeekosaur
2021-07-30 17:20:58 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 240 seconds)
2021-07-30 17:36:35 +0200cfricke(~cfricke@user/cfricke)
2021-07-30 17:59:50 +0200seschwar(~seschwar@user/seschwar)
2021-07-30 19:29:17 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-07-30 23:44:42 +0200theproffesor(~theproffe@user/theproffesor) (Read error: Connection reset by peer)
2021-07-30 23:44:55 +0200theproffesor(~theproffe@2601:282:847f:8010::3a29)