Logs on 2022-02-09 (liberachat/#xmonad)
| 00:00:19 | <davean> | I have no idea why you think the standard tools aren't useful when its slow |
| 00:00:32 | <davean> | so I probably can't help other than mention a pattern that might be relivent |
| 00:00:55 | <davean> | you can ask whats holding the memory, what type of memory it is, where it came from, anything I'd think you might want though |
| 00:01:07 | <liskin> | well because I need to collect thousands to millions of samples before anything shows up |
| 00:01:15 | <davean> | Right? So? |
| 00:01:27 | <liskin> | hp2ps takes minutes to process a small .hp file |
| 00:01:48 | <geekosaur> | twiclo, https://github.com/jaor/xmobar/blob/master/doc/plugins.org |
| 00:02:06 | <davean> | try hp2pretty? |
| 00:02:27 | <davean> | I have no experience with processing hps being slow |
| 00:02:28 | <liskin> | I mean it's probably easy to write a script to drop most samples and just leave one for every 1000, I'm just suprised that I haven't been able to google for an existing solution :-) |
| 00:03:37 | <geekosaur> | twiclo, which says it's fixed at kB/s |
| 00:04:14 | <davean> | liskin: https://hackage.haskell.org/package/hp2pretty |
| 00:04:15 | <liskin> | oh, hp2pretty claims to support reading large files, I guess I should try that indeed |
| 00:05:59 | <liskin> | davean: will try it tomorrow, thanks |
| 00:07:17 | <liskin> | davean: the other problem with "slow" is that if I need different profiling output (like -hy instead of -hc), I need to run it again and wait a couple hours :-) |
| 00:08:07 | <geekosaur> | have you looked into eventlog? I think that's been replacing theold profiling stuff because it's more flexible and there are more tools for it |
| 00:08:58 | <davean> | eventlog is a thing but I wasn't quite ready to recomend it |
| 00:09:05 | <liskin> | hm, haven't, perhaps https://mpickering.github.io/eventlog2html/ could be useful too |
| 00:44:54 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::5483) |
| 00:44:55 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 01:21:09 | × | mohab quits (~mohab@45.243.71.249) (Quit: WeeChat 3.4) |
| 01:34:33 | <twiclo1> | I have this in my config |
| 01:34:45 | <twiclo1> | , ((modm, xK_d), spawn "dmenu_run -nb '$color0' -nf '$color15' -sb '$color1' -sf '$color15'") |
| 01:35:04 | <twiclo1> | I recently added the color options. mod+d worked but adding those broke it |
| 01:35:15 | <twiclo1> | Do I need to escape the quotes or something? |
| 01:38:19 | <twiclo1> | Okay taking the quotes out completely still doesn't work |
| 01:41:57 | <twiclo1> | Is xmonad not getting the environment variables? |
| 01:44:28 | <geekosaur> | typically xmonad is spawned in an environment which doesn't have your environment |
| 01:44:41 | <twiclo1> | What's the recommended solution for this? |
| 01:44:43 | <geekosaur> | you could try changing that to: |
| 01:45:08 | <geekosaur> | , ((modm, xK_d), spawn "source .bash_profile; dmenu_run -nb '$color0' -nf '$color15' -sb '$color1' -sf '$color15'") |
| 01:45:27 | <geekosaur> | I start xmonad via a wrapper script which loads my environment. other people have other solutions |
| 01:45:40 | → | Guest6335 joins (~Guest63@47.153.196.157) |
| 01:46:25 | <Guest6335> | After a recent update to xmobar/linux my font awesome fonts display as boxes in xmobar. I can see they are working in the vim file, is anyone else experiencing this |
| 01:47:41 | <geekosaur> | hm, actually remove those single quotes. they prevent variable substitution by the shell |
| 01:48:08 | <geekosaur> | if you need quoting you'll have touse escaped double quotes (e.g. \"$color15\") |
| 02:15:51 | <Guest6335> | anyone else running into the xmobar icon issue? |
| 02:17:35 | <Guest6335> | its with font awesome 5 |
| 02:19:55 | × | Guest6335 quits (~Guest63@47.153.196.157) (Quit: Client closed) |
| 02:20:19 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 02:22:01 | → | Guest6355 joins (~Guest63@47.153.196.157) |
| 02:22:26 | <Guest6355> | sorry i got disconnected, i had asked about the xmobar, dont know if anyone got to it |
| 02:22:35 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 02:47:31 | → | catman joins (~catman@user/catman) |
| 03:02:49 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 03:10:47 | <galactic_starfis> | I had ran into that problem before in the past, switching where I installed XMobar from solved the issue. |
| 03:11:38 | <galactic_starfis> | I had installed it from the (nix)[https://nixos.org/nix] repos, and changing it to the one from the arch repos seemed to solve it. |
| 03:11:54 | <galactic_starfis> | * I had installed it from the [nix](https://nixos.org/nix) repos, and changing it to the one from the arch repos seemed to solve it. |
| 03:12:29 | × | jao quits (~jao@static-68-235-44-10.cust.tzulo.com) (Remote host closed the connection) |
| 03:19:14 | → | jao joins (~jao@static-68-235-44-10.cust.tzulo.com) |
| 03:21:04 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 03:42:28 | × | terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 03:43:46 | × | steve__ quits (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 260 seconds) |
| 03:44:53 | → | terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 03:45:49 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 03:47:15 | × | td_ quits (~td@muedsl-82-207-238-149.citykom.de) (Ping timeout: 256 seconds) |
| 03:48:42 | → | td_ joins (~td@94.134.91.16) |
| 03:58:27 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 04:00:01 | × | haasn quits (~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in) |
| 04:01:56 | → | haasn joins (~nand@haasn.dev) |
| 04:05:48 | × | catman quits (~catman@user/catman) (Read error: Connection reset by peer) |
| 04:16:23 | → | Guest4885 joins (~Guest48@47.153.196.157) |
| 04:16:51 | <Guest4885> | within xmobar how do you get around the forwardslash '\' counting as a new line when trying to apply unicode in the template section at the bottom? |
| 04:17:34 | <Guest4885> | \{<fc=#b3afc2> <fn=3>\xf17c</fn> %uname% </fc>\ |
| 04:17:34 | <Guest4885> | \|<fc=#b48ead> <fn=1> </fn><action=`alacritty -e sudo pacman -Syu`> %pacupdate%</action></fc>\ |
| 04:17:35 | <Guest4885> | see snipit please |
| 04:17:43 | <Guest4885> | the |
| 04:17:54 | <Guest4885> | the \xf17c is not rendered at all |
| 04:36:40 | × | scardinal quits (~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 268 seconds) |
| 04:40:36 | <twiclo1> | I have a colors.hs file ~/.xmonad/lib. What should the import for this file look like? |
| 04:40:51 | <twiclo1> | I read it should be import XMonad.Stack.Colors but that didn't work |
| 04:47:55 | → | scardinal joins (~supreme@customer-212-237-101-39.ip4.gigabit.dk) |
| 05:40:55 | × | jao quits (~jao@static-68-235-44-10.cust.tzulo.com) (Ping timeout: 256 seconds) |
| 05:56:21 | × | Guest4885 quits (~Guest48@47.153.196.157) (Quit: Client closed) |
| 06:39:28 | × | Guest6355 quits (~Guest63@47.153.196.157) (Quit: Client closed) |
| 07:14:57 | <Solid> | <geekosaur> if you really want one per screen you want to use withSB three times, changing each "xmobar" to "xmobar -x1" etc. << that's why we have dynamicSBs! |
| 07:16:41 | → | dschrempf joins (~dominik@mobiledyn-62-240-134-126.mrsn.at) |
| 07:17:56 | <Solid> | twiclo1: you can just import it as "Colors" |
| 07:18:09 | <Solid> | but do note that the file also has to be named "Colors.hs" |
| 07:19:11 | × | dschrempf quits (~dominik@mobiledyn-62-240-134-126.mrsn.at) (Client Quit) |
| 07:30:16 | → | mohab joins (~mohab@45.243.71.249) |
| 07:55:40 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 07:58:52 | → | cfricke joins (~cfricke@user/cfricke) |
| 08:51:43 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 08:59:02 | → | cfricke joins (~cfricke@user/cfricke) |
| 09:52:10 | × | mohab quits (~mohab@45.243.71.249) (Quit: WeeChat 3.4) |
| 09:55:19 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 09:55:38 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 10:42:17 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds) |
| 10:45:32 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 13:07:49 | × | mvk quits (~mvk@2607:fea8:5cdc:bf00::5483) (Ping timeout: 240 seconds) |
| 13:32:01 | → | dschrempf joins (~dominik@mobiledyn-62-240-134-126.mrsn.at) |
| 14:06:43 | × | dschrempf quits (~dominik@mobiledyn-62-240-134-126.mrsn.at) (Quit: WeeChat 3.3) |
| 14:09:54 | → | catman joins (~catman@user/catman) |
| 14:30:52 | → | seschwar joins (~seschwar@user/seschwar) |
| 14:52:10 | → | jao joins (~jao@66.63.167.168) |
| 15:08:14 | × | jao quits (~jao@66.63.167.168) (Remote host closed the connection) |
| 15:09:24 | → | jao joins (~jao@66.63.167.168) |
| 15:47:03 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::5483) |
| 15:56:42 | × | twiclo quits (~twiclo@2604:7b80:2000:1069:52fc:cedd:fbeb:10c) (Quit: WeeChat 3.4) |
| 16:19:19 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 16:21:03 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 16:42:57 | → | mohab joins (~mohab@45.243.71.249) |
| 16:51:34 | × | mohab quits (~mohab@45.243.71.249) (Quit: WeeChat 3.4) |
| 17:48:43 | × | Rue quits (~rue@2001-b011-1000-1402-f4fe-f6f9-1dd3-9979.dynamic-ip6.hinet.net) (Quit: WeeChat 3.4) |
| 18:34:30 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
| 20:02:49 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 20:04:59 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 20:15:31 | × | jao quits (~jao@66.63.167.168) (Ping timeout: 256 seconds) |
| 20:52:36 | → | jao joins (~jao@static-68-235-44-24.cust.tzulo.com) |
| 21:34:17 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 22:07:17 | → | steve__ joins (~steve@ool-182c2b80.dyn.optonline.net) |
| 23:07:21 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 23:24:57 | × | mvk quits (~mvk@2607:fea8:5cdc:bf00::5483) (Ping timeout: 240 seconds) |
| 23:25:24 | → | mvk joins (~mvk@2607:fea8:5cdc:bf00::5483) |
| 23:35:33 | × | Czernobog quits (~Czernobog@user/czernobog) (Ping timeout: 256 seconds) |
| 23:36:31 | → | Czernobog joins (~Czernobog@user/czernobog) |
All times are in UTC on 2022-02-09.