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